Counter-Strike 2 Server Setup
Complete guide to setting up a Counter-Strike 2 server on CoreSynth.
Overview
| Feature | Details |
|---|---|
| Availability | 24/7 |
| Platform | Linux |
| Panel | Control panel |
| Connection | cs2.coresynth.io |
| Anti-Cheat | Valve Anti-Cheat (VAC) |
Prerequisites
Steam Account Requirements
- Legitimate copy of Counter-Strike 2 on Steam
- Steam Guard must be active
- Phone number linked to Steam account
Getting Started
Step 1 — Create your service
- Log in to CoreSynth Dashboard
- Navigate to Game Servers
- Select Counter-Strike 2
- Choose location and hardware (recommended: 3-4 GB RAM, 2 CPU cores)
- Complete your order
Note: For 1-16 players, we recommend at least 3 GB RAM and 40 GB disk.
Step 2 — SteamCMD Installation
CoreSynth servers come pre-installed with SteamCMD. Configuration is done via panel.
Step 3 — Server Configuration
In the control panel, edit server.cfg:
// Server Name
hostname "My CS2 Server"
// RCON Password
rcon_password "your_rcon_password"
// Server Password (optional)
password ""
// Max Players
maxplayers 16
// Map
map de_dust2
// Server Settings
sv_cheats 0
sv_password 0
sv_minrate 128000
sv_maxrate 0
sv_mincmdrate 128
sv_maxcmdrate 128
tickrate 128
// LAN Settings
sv_lan 0
// Region (3 = Europe)
sv_region 3Step 4 — Game Types
| Game Type | Config | Description |
|---|---|---|
| Casual | game.mode 0 | Relaxed gameplay |
| Competitive | game.mode 1 | Ranked 5v5 |
| Premier | game.mode 2 | Premier mode |
| Wingman | game.mode 3 | 2v2 |
// Competitive
game.mode 1
game.type 0
game.mode 1
host_players_set 10Step 5 — Server Start
- In the control panel, click Start
- Wait for game files to download (first start may take 10-20 minutes)
- Server will automatically restart after download
Connecting to Server
Method 1 — Direct Connect
- Launch CS2
- Open console (
~) - Enter:
connect cs2.coresynth.ioMethod 2 — Steam Server Browser
- In main menu, select Play
- Select Community Servers
- Find your server
Plugin Installation
CS2 supports Metamod and SourceMod plugins.
Installing Metamod
- Download Metamod from mmsdk.alliedmods.net
- Extract to
csgo/folder on server - Restart server
Installing SourceMod
- Download SourceMod from sourcemod.net
- Extract to
csgo/folder on server - Restart server
Troubleshooting
Server Not Appearing in Browser
Cause: Incorrect sv_region or sv_lan settings.
Solution:
sv_region 3
sv_lan 0Connection Timeout
Cause: Firewall blocking connection.
Solution:
- In the control panel, go to Security
- Ensure ports 27015 (UDP/TCP) are allowed
High Tickrate Issues
Cause: Insufficient hardware for 128 tickrate.
Solution:
// Lower tickrate to 64
tickrate 64Next Steps
- Subdomains — Custom domain setup
- Game Servers — All supported games
Need help? Open a support ticket or ask Alex.
Last updated on