Hello,
How might I be able to run 2 css servers, and 1 gmod server at once? And upload my maps like how to create a ftp on my server, like Web Server (IIS).
Another question would the ips automatically assign themselves when starting.
VDS support
-
- This is my homepage
- Posts: 86
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Thu Aug 05, 2010 7:44 pm
Re: VDS support
If you have a managed game-server-only VDS, you can just create all the servers you need via the order page.mattb wrote:How might I be able to run 2 css servers, and 1 gmod server at once?
If you have an unmanaged VDS, you'll need to set them up separately. On Windows, I recommend copying your "c:\Game installs\sourcebase" folder to a new folder for each server you wish to run, and following this guide for CS:S: http://www.nfoservers.com/forums/viewto ... =46&t=4107. For Garrysmod, the process will be similar, but you'll first need to download the Garrysmod files. From the command prompt:
Code: Select all
cd\Game installs
hldsupdatetool -command update -game garrysmod -dir sourcebase-garrysmod
From there, you can run it as an Orangebox mod from that folder (-game garrysmod).
We talk about using FTPs here: http://www.nfoservers.com/forums/viewto ... =46&t=4268And upload my maps like how to create a ftp on my server, like Web Server (IIS).
You will need to specify an IP address for each server through its command line.Another question would the ips automatically assign themselves when starting.