VDS support

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
mattb
This is my homepage
This is my homepage
Posts: 86
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Aug 05, 2010 7:44 pm

VDS support

Post by mattb »

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.
User avatar
Edge100x
Founder
Founder
Posts: 13126
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: VDS support

Post by Edge100x »

mattb wrote:How might I be able to run 2 css servers, and 1 gmod server at once?
If you have a managed game-server-only VDS, you can just create all the servers you need via the order page.

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
.. where "sourcebox-garrysmod" is the copied "sourcebase" folder where you wish to specifically run Garrysmod (it must be a different tree than your CS:S servers, as they use different binaries).

From there, you can run it as an Orangebox mod from that folder (-game garrysmod).
And upload my maps like how to create a ftp on my server, like Web Server (IIS).
We talk about using FTPs here: http://www.nfoservers.com/forums/viewto ... =46&t=4268
Another question would the ips automatically assign themselves when starting.
You will need to specify an IP address for each server through its command line.
Post Reply