Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/feed-rss2.php on line 8
Setup an Insurgency Game Server on Ubuntu 15.04 – AKLWEB HOST LLC Support Center https://support.aklwebhost.com Fri, 06 Dec 2019 00:42:39 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.4 Setup an Insurgency Game Server on Ubuntu 15.04 https://support.aklwebhost.com/knowledgebase/setup-an-insurgency-game-server-on-ubuntu-15-04/ https://support.aklwebhost.com/knowledgebase/setup-an-insurgency-game-server-on-ubuntu-15-04/#respond Tue, 26 Nov 2019 07:57:58 +0000 https://support.aklwebhost.com/?post_type=manual_kb&p=2335 In this tutorial, we will be setting up an Insurgency game server on Ubuntu 15.04.

Before we can setup the Insurgency server, we need to install a few other packages. Follow the steps below.

Getting Started:

  1. Install the dependency to run SteamCMD: sudo apt-get install lib32gcc1
  2. Create a new user for running SteamCMD: useradd -m steam
  3. Login to the newly created user: su - steam
  4. Make a directory for SteamCMD: mkdir steamcmd
  5. Move into the SteamCMD directory: cd steamcmd
  6. Download SteamCMD for Linux: wget https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz

Running SteamCMD

  1. Unzip SteamCMD: tar -xvzf steamcmd_linux.tar.gz
  2. To run SteamCMD type: ./steamcmd.sh

Downloading Insurgency files

  1. Once SteamCMD has started, login to the servers: login anonymous
  2. Set the install directory: force_install_dir ./insurgency/
  3. Download the Insurgency server files (this may take a while): app_update 237410
  4. End the session once the files have downloaded: quit

Running the Insurgency server

  1. Navigate to the directory where the server files were downloaded: cd insurgency
  2. Run the startup script for the server: screen ./srcds_linux

Congratulations! You now have an Insurgency game server all setup and running. You can connect to it by using the IP address allocated to your Aklweb host server.

If you received an error on executing the startup script, try running the following command first:

export LD_LIBRARY_PATH=/home/steam/steamcmd/insurgency/bin

There are many configuration options for Insurgency. See this guide for configuration reference.

]]>
https://support.aklwebhost.com/knowledgebase/setup-an-insurgency-game-server-on-ubuntu-15-04/feed/ 0