How to check other game server status?

Options
I use photon server (self-host). I have two computers, one (A) as a master server and a game server, another one(B) as a game server. How to check to compute B connected to compute A (master server)?

Comments

  • chvetsov
    Options
    hi, @CharlieYu

    client can not check this. I would say that it is better if client does not know about this details.

    best,
    ilya
  • CharlieYu
    Options
    compute A (Master Server) how to check how many Game Server it has? Have any documentation?
  • CharlieYu
    Options
    @chvetsov mod Did Photon Server has Photon Voice?
  • chvetsov
    Options
    I assume that photon voice may work with self hosted version, it is better to ask in corresponding forum section.
    >compute A (Master Server) how to check how many Game Server it has? Have any documentation?
    Inside there is LoadBalancer that contains list of available GSs

    best,
    ilya
  • CharlieYu
    Options
    how to config Photon Voice without config NameServer?
  • CharlieYu
    Options
    @chvetsov Thank you.