Insurgency 2014 Dedicated Server

From Valve Developer Community
Jump to navigation Jump to search

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