Installation

Ghiduri de configurare, remedieri, dezvoltare de pluginuri și administrare pentru servere CS 1.6.

36 Tutoriale

How to Install ReChecker for Client File Verification

Install ReChecker, write resources.ini rules that check client file hashes, and avoid kicking legitimate players by mistake.

server.cfg for CS 1.6: A Complete, Commented Example

A full, line-by-line server.cfg for CS 1.6 covering identity, rates, gameplay, logging and downloads — with an explanation of when it actually executes.

How to Install ReVoice for Non-Steam Voice Chat

Install the ReVoice Metamod plugin so Steam and non-Steam CS 1.6 clients can hear each other, configure the codecs, and fix the silent-voice problems.

How to Install ReAPI (AMXX Module) on ReHLDS

Install the ReAPI module for AMX Mod X on a ReHLDS + ReGameDLL server, compile plugins against it, and fix the 'native not found' errors.

How to Auto-Start HLDS with a systemd Service

Write a proper systemd unit for HLDS so it starts on boot, restarts on crash, runs as an unprivileged user, and streams its console to journalctl.

How to Use the SQLite Module in AMX Mod X

Enable the SQLite module in AMX Mod X, where the .sq3 file lives, when SQLite beats MySQL, and how to avoid the locking problems.

How to Enable the MySQL Module in AMX Mod X

Enable the MySQL/SQLx module in AMX Mod X, configure sql.cfg, use threaded queries, and fix the connection errors that actually happen.

Which Ports to Open for a CS 1.6 Server (UDP 27015, 26900, 27020)

The exact ports a CS 1.6 server uses — game, RCON, HLTV, and Steam master traffic — with copy-paste ufw and iptables rules and how to prove the port is really open.

How to Install and Enable AMX Mod X Modules (modules.ini)

How AMX Mod X modules load, what modules.ini actually controls, how to add a third-party module, and how to read amxx modules output.

How to Upgrade AMX Mod X 1.8.2 to 1.10 Without Breaking Plugins

A safe, staged upgrade from AMX Mod X 1.8.2 to 1.10: what breaks, how to recompile, how to test, and how to roll back in thirty seconds.

HLDS Command Line Parameters Explained (+maxplayers, -game, +ip)

What every HLDS launch flag actually does: the difference between dash parameters and plus cvars, and the ones that matter for port binding, master-list visibility, and performance.

How to Install AMX Mod X 1.10 on ReHLDS

Install the current AMX Mod X 1.10 on a ReHLDS + Metamod-r server, get the modules right, and verify with amxx version and amxx plugins.