Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to run two servers

Brad
Joined
Aug 8, 2007
Messages
422
Reaction score
14
How do i run two servers on my VPS?
Will be 2 hotels

RP and normal,
 
Junior Spellweaver
Joined
Jan 1, 2013
Messages
116
Reaction score
64
This applies to all servers:

Bind a different port for incoming requests.

If the Server requires a Database connection, all you have to do is create a secondary Database for the new server, no need to switch from port 3306 on any of the servers.

Yes it can be Any port -- Above 4000. Preferably in the 20000-22000.

I usually use 4444, 4460, 4455 for ASP.NET so try those first.
 
Upvote 0
Back
Top