Operators
Server setup
Prepare a machine for CSM and understand requirements.
This page explains how to prepare a machine for CS2 Server Manager and what the installer expects.
System requirements
- Linux server (Ubuntu 22.04+ recommended)
- Root / sudo access
- 64-bit CPU with enough cores for multiple servers
- At least 8 GB RAM (more for many servers)
- Stable network with open ports for game traffic and GOTV
Required packages
In locked-down environments you may need to install dependencies manually:
sudo apt-get update
sudo apt-get install -y \
lib32gcc-s1 lib32stdc++6 \
steamcmd tmux curl jq unzip tar rsync gitYou also need Docker for the MySQL container and supporting services:
Network and ports
By default, servers use incrementing ports. Typical layout:
| Server | Game | GOTV |
|---|---|---|
| 1 | 27015 | 27020 |
| 2 | 27025 | 27030 |
| 3 | 27035 | 27040 |
Make sure your firewall allows these ports (UDP and TCP where needed).
How is this guide?
Last updated on