Photoncloud ports

Options
Morgaza
edited March 2013 in Photon Server
Hello Photonpeople,

I am currently working on a project with classmates on our college. For that we use the Unity Photon plugin together with a Photoncloud server.

We need to know which ports and connections need to be opened in order to connect to Photoncloud. In our situation, we assume that everything is blocked, so we would really appreciate it if we could get a list of what needs to be unblocked so we can pass that on to our ICT.

Kind regards,
J

Comments

  • Hi Morgaza!

    This is the complete list of ports used by Photon Cloud:

    TCP:
    843, 943, 4520, 4530-4532, 4540, 9090-9092
    UDP:
    5055-5057

    Out of these, only the UDP ports plus TCP port 843 are used by Photon Unity Networking (by default). The other ones are for other clients / protocols (TCP, WebSockets) - but that's the complete list.

    Hope this helps!