In this tutorial we will be covering the process of installing and running a CS:S Game server.
sudo apt-get update -y && sudo apt-get upgrade -y
.sudo apt-get install lib32gcc1 libc6-i386
.sudo adduser steam
(For security purposes).su steam
.SteamCMD is a free tool created by Valve and used to download Game Server files easily.
/home/steam
.mkdir SteamCMD
.cd steamCMD && wget http://media.steampowered.com/installer/steamcmd_linux.tar.gz
.archive:tar -xvzf steamcmd_linux.tar.gz
.Now we get to the exciting bit, downloading the actual files that make the game server operate.
./steamcmd.sh
.login anonymous
.force_install_dir ./css/
.app_update 232330 validate
(This may take a while).quit
.cd css
./srcds_run -console -game cstrike -maxplayers 20 - port 27015 +map de_dust2
.Your CS:S server should be up and running! To connect to it use the IP on your Aklweb host instance.
For an advanced configuration guide refer to the CS:S section on the SteamCMD Wiki. Enjoy!
This concludes our tutorial. Thank you for reading.