Install Cs2

Install

From the command-line do the following. Ensuring you have also installed the required dependencies.

1. Create a user and login.

adduser cs2server

For security best practice, ensure you set a strong password. Random password: DgxNTkzNjYyN

su - cs2server

2. Download linuxgsm.sh.

curl -Lo linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh cs2server

3. Add Steam login details.

You will need to enter a Steam username and password to download dedicated server.

It is recommended that you create a new Steam username just for the server.

nano lgsm/config-lgsm/cs2server/common.cfg
steamuser="username"
steampass='password'

4. Run the installer following the on-screen instructions.

./cs2server install

Game Server Login Token (GSLT)

GSLT is required by this game server to show up on the

Steam master server list.

To register your server visit Steam Game Server Account Management.

Last updated