Hi Guys I followed Everything , Downloaded Photon server SDK
Follow the guide
Opened the port
Start Loadbalance local host
the result that
I can connect to MasterServer
When i create new room
Nothing happens
Any help ?
MasterServer?
I remeber you should connect to NameServer first, and then you should connect to masterserver before you can create a room.
There are 3 server in photon, the NameServer, Masterserver and Gameserver. Gameserver is actually the server of each room, so you should connect to the first 2 server before you create a room
The client is connected to the Master Server, fails to find a random room and goes on to create one. At this point, your Master Server needs to provide a Game Server address and a room name. The Game Server(s) you run need to be configured to attach themselves to a Master Server and name the IP that clients should use.
Do the IP Address Config…
For any next issues: Have a look at the client’s console and the server’s logs. Both should signal some more details than your screenshots show.
@tobiass
ok here is first step
I will change the IpAddress to the ip address I have in photon server settings
to be honest I am not so sure which Ip address I should use
I just try to make the game local host only
so I am using my own ip address
I don’t know if it is right or not
Now i will change
127.0.0.1
to my ip address
right ?
The Photon Server setup is explained in the docs. Hope you found that (sorry for the late reply).
You need to set the Game Server’s IP at least. It helps if you know there are local-network addresses and public ones.
The client setup depends on which server version you run. PUN client setup for your own server is explained here.




