docs.sivert.io
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 git

You also need Docker for the MySQL container and supporting services:

Network and ports

By default, servers use incrementing ports. Typical layout:

ServerGameGOTV
12701527020
22702527030
32703527040

Make sure your firewall allows these ports (UDP and TCP where needed).

How is this guide?

Last updated on

On this page