Hi there, I was hoping I could host 2 servers on the same vps. I was wondering how I would go about doing this with srcds. I have tried to just run both at the same time by using differen't startup commands.
Examples:
C:\HLServer\orangebox\srcds.exe -game garrysmod -hostport 27016 +rcon_password54687554 -maxplayers 10 -console +map gm_construct
AND
C:\HLServer\orangebox\srcds.exe -console -game tf -hostport 27015 +maxplayers 32 +map ctf_2fort
I've made sure BOTH installations of these servers are up to date and still I am getting this error.
Hosting more than one server on a VPS?
-
- New to forums
- Posts: 9
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Thu Apr 22, 2010 1:17 pm
Re: Hosting more than one server on a VPS?
Instead of "-hostport", you'll need to use "-port" 

Re: Hosting more than one server on a VPS?
That did the trick. Thank you!