Insurgency 2014 Dedicated Server: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
1. [[SteamCMD#Downloading_SteamCMD|Download and install SteamCMD]]. | 1. [[SteamCMD#Downloading_SteamCMD|Download and install SteamCMD]]. | ||
2. Start SteamCMD. At the '''Steam>''' prompt, set your | 2. Start SteamCMD. At the '''Steam>''' prompt, set your Insurgency Dedicated Server install directory. | ||
Examples: | Examples: |
Revision as of 19:17, 7 February 2014
This page outlines how the basics of running Insurgency 2014 Dedicated Server
Downloading Insurgency 2014 Dedicated Server
1. Download and install SteamCMD.
2. Start SteamCMD. At the Steam> prompt, set your Insurgency Dedicated Server install directory.
Examples:
- Windows:
force_install_dir c:\ins-ds\
- Linux:
force_install_dir /full/path/to/ins-ds/
3. Install or Update Insurgency. If this is your first time installing or if you are trying to verify the integrity of the server files:
app_update 237410 validate
If this is simply an update to an existing CS:GO dedicated server:
app_update 237410
Alternatively you can use this command
./steamcmd.sh +login username password +force_install_dir "/home/insserver/serverfiles" +app_update 237410 validate +quit