ServerLoom Docs
  • 🏠ServerLoom Docs
  • Setup Fivem/RedM Server
    • Linux
      • Setup TxAdmin Linux
      • Setup PhPMyadmin Linux
      • Secure PHPMyadmin & TxAdmin
  • 🎮Game Servers
    • Setup Rust Server
      • Rust Dependencies
      • Install Rust
      • Rust Basic Usage
    • Multi Theft Auto (MTA)
      • MTA Dependencies
      • Install MTA
      • MTA Basic Usage
    • Counter Strike
      • Cs2 Dependencies
      • Install Cs2
      • Cs2 Basic Usage
    • San Andreas Multiplayer (SAMP)
      • SAMP Dependencies
      • Install SAMP
      • SAMP Basic Usage
  • Arma3
    • Arma3 Dependencies
    • Install Arma3
    • Arma3 Basic Usage
  • DayZ
    • DayZ Dependencies
    • Install DayZ
    • DayZ Basic Usage
  • Garry’s Mod
    • Garry’s Mod Dependencies
    • Install Garry’s Mod
    • Garry’s Mod Basic Usage
  • Euro Truck Simulator 2
    • ETS2 Dependencies
    • Install ETS2
    • ETS2 Basic Usage
Powered by GitBook
On this page
  1. Game Servers
  2. Counter Strike

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.

PreviousCs2 DependenciesNextCs2 Basic Usage

Last updated 1 year ago

To register your server visit .

🎮
Steam Game Server Account Management