Insurgency 2014 Dedicated Server

From Valve Developer Community
Revision as of 19:45, 7 February 2014 by Hivltg64 (talk | contribs)
Jump to navigation Jump to search

This page outlines the basics of setting up and running Insurgency 2014 Dedicated Server.

Insurgency‎

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.

app_update 237410

Alternatively you can use the following command.

  • Windows:
steamcmd +login username password +force_install_dir "/home/insserver/serverfiles" +app_update 237410 +quit
  • Linux:
./steamcmd.sh +login username password +force_install_dir "/home/insserver/serverfiles" +app_update 237410 +quit

Running Insurgency 2014 Dedicated Server

Use the following commands to start the server

  • Windows:
srcds.exe
  • Linux:
./srcds_linux

Command line parameters

Use can use command line parameters to customize the server. See Command_Line_Options#Source_Dedicated_Server for options.