Photon Server Running in my Computer

Guys, I created a game for Unity, using the PUN, there I found a license 30 days free unlimited players. But to install need to download an SDK, and configure it. I have a doubt:

If I do this, will the photon server be on some photon computer? or will it run on my computer ?, because my computer does not have the capacity to handle an infinite number of players. I'm confused! help me!

Comments

  • Hi, @DbVIndie

    you basically have two options:
    1. Sefl hosting
    2. our cloud

    In case 1. you should take care of hosting. this means that you should rent servers, deploy photon and game logic if any there and do all stuff around it

    In case 2. you are getting subscription plan and use our cloud.

    This unlimited 30 days license we provide in order to developers being able to perform load tests on the self-hosted server. we can not allow such tests in our cloud, because this may break the work of other customers

    best,
    ilya
  • thanks!!!