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