- Home /
how to host unity multiplayer game in my vps?
im confused badly between so many networking concepts.
all i want is the Players Connect each other thru the internet REAL TIME, without using third parity services or Paid services.
i know there must be a server, that connect clients to each other and provide functionalities like create room , join a player to a room and so on.
lets say we want to run standard unity networking tutorial sample via the internet Using Real IP address.
Tutorial address is: https://unity3d.com/learn/tutorials/s/multiplayer-networking
i went thru this tutorial and lets say i installed the app on my android and ipad device. there is no localhost, i have set the server ip address to 88.99.87.40 , but obviously nothing will happen.
because there is nothing install on my vps to manage this requests.
what should i install on my vps? what is the Configurations? i do not want to use librarys like photon. what is Unity LEGACY Master Server? i really want my game to be isolate from any third paritys as much as i can , just pure Unity Stuff for a very Simple game.
any help and guides will be appreciated.