

- #COUNTER STRIKE SOURCE SEVER HOW TO#
- #COUNTER STRIKE SOURCE SEVER INSTALL#
- #COUNTER STRIKE SOURCE SEVER UPDATE#
- #COUNTER STRIKE SOURCE SEVER ARCHIVE#

srcds_run -console -game cstrike -maxplayers 20 - port 27015 +map de_dust2 Now that you’re ready to start your server, enter the css directory: cd cssĪnd run the following command to start the server.
#COUNTER STRIKE SOURCE SEVER INSTALL#
In the Steam shell that will open, type in the following command to install the game server: login anonymousĪfter a while the installation will be complete and you can exit the Steam shell: quit Running the Counter Strike Source server
#COUNTER STRIKE SOURCE SEVER ARCHIVE#
We’ll use SteamCMD to download the game server so first we need to obtain it: cd ~Īfter extracting the archive you’ll be able to use the ./steamcmd.sh command.

#COUNTER STRIKE SOURCE SEVER UPDATE#
Update the package manager and install some libraries that will be required: sudo apt-get install lib32gcc1 libc6-i386Īdd a new user for the game server and switch to it (we do this for security reasons, don’t run the game service in ‘root’): sudo adduser steam Prerequisitesįor this tutorial we are using the Cloud Server 2GB , although smaller instances should handle one game server absolutely fine aswell.
#COUNTER STRIKE SOURCE SEVER HOW TO#
In this tutorial we will provide you the instructions on how to run a Counter Strike Source server on a Ubuntu 16.04 Cloud Server.
