Getting Started
After ordering your CS 1.6 server, you'll receive your panel credentials via Discord. Here's how to connect and start customising.
๐ What you'll get
Panel login, server IP:Port, SFTP credentials, and RCON password in your Discord ticket.
๐ Panel URL
Access your panel at panel.staraekipa.com using the credentials from your ticket.
๐ Server files
Your CS 1.6 files are in /home/container/cstrike/
Fast Download (FD)
FD Setup โ Step by Step
Compress your files with Bzip2
Every file players need to download must exist in both original and .bz2 format. CS 1.6 clients try the .bz2 version first.
Linux:
bzip2 -k mapname.bsp (the -k flag keeps the original)Upload files to your FD web server
Connect via SFTP to your FD directory and mirror the exact folder structure from your CS 1.6 server. The paths must match.
Configure server.cfg
Open your cstrike/server.cfg in the panel file manager and add these lines:
fd.staraekipa.com/cstrike with your actual FD URL provided in your Discord ticket.Test Fast Download
After restarting your server, verify FD is working:
- Open a browser and navigate to your FD URL + a file path, e.g.:
http://fd.staraekipa.com/cstrike/maps/de_dust2.bsp.bz2 - The file should download. If you get 404, the folder structure is wrong.
- Connect to your server as a player โ you should see "Downloadingโฆ" messages pulling from HTTP, not from the game server.
AMX Mod X Setup
AMX Mod X comes pre-installed on all CS 1.6 plans. Plugin files go in cstrike/addons/amxmodx/plugins/
Complete server.cfg Template
A clean, optimised server.cfg ready to use. Upload via panel file manager.
Tips & Tricks
โก Reduce lag
Set sv_maxupdaterate 60 and sv_unlag 1 for the smoothest experience on the Serbia node.
๐บ๏ธ Map rotation
Edit cstrike/mapcycle.txt โ one map name per line. Restart to apply.
๐ Admin password
Set admin in addons/amxmodx/configs/users.ini using Steam ID or IP.
๐ Custom sounds
Upload .wav files to cstrike/sound/ and compress with bzip2 for FD.