Tutoriale

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

70 Tutoriale

How to Run Multiple CS 1.6 Servers on One VPS

Run several CS 1.6 instances on one box using separate ports and directories, share the base install to save disk, and manage them all with a systemd template unit.

How to Install ReGameDLL_CS on a CS 1.6 Server

Replace Valve's cs.so / mp.dll with ReGameDLL_CS, configure game.cfg, and verify the new game logic actually loaded.

How to Build ReHLDS from Source with Docker

Compile ReHLDS yourself in a reproducible Docker container instead of trusting a random binary, and verify the engine you built is the one your server loads.

Fix: Players Show Choke and Loss on the Scoreboard

Choke and loss look similar but have opposite causes: choke is your server hitting a rate cap, loss is real packet loss. How to tell them apart with net_graph and fix each.

Fix: 'Connection failed after 4 retries' on Your Server

The connect handshake behind 'Connection failed after 4 retries' - UDP reachability, sv_lan, rate/netchan limits, wrong port, and provider-level UDP filtering - each with a concrete test.

Fix: 'Module failed to load' in AMX Mod X

Work through every reason AMX Mod X reports a module as failed to load: wrong architecture, missing system libraries, version mismatch, and modules.ini configuration.

How to Install an AMXX Plugin (.amxx) Correctly

The correct way to install an AMX Mod X plugin: where the .amxx goes, registering it in plugins.ini, config and module dependencies, and why plugins silently fail to load.

How to Install YaPB Bots on CS 1.6 (2026)

Install YaPB, the actively maintained CS 1.6 bot, as a Metamod plugin, get the navigation graph loaded, and control bot count with yb_quota.

How to Install ReHLDS on Windows Server

Swap Valve's swds.dll for ReHLDS on a Windows CS 1.6 server, verify the engine actually loaded, and avoid the DLL and antivirus traps.

Fix: Everyone Has High Ping Only on My Server

Players ping fine to every other server but yours? The usual culprit is low server FPS or a CPU-starved VPS, not the network. How to diagnose and fix in-game ping.

Fix: 'Bad rcon_password' / RCON Not Authenticating

Every reason RCON rejects your password on a CS 1.6 server - config overrides, the challenge/UDP path, ReHLDS lockouts, and sv_rcon ban settings - with the exact check for each.

Fix: Run time error 4: index out of bounds (AMX Mod X)

Decode AMX Mod X 'Run time error 4: index out of bounds', read the debug trace to find the exact plugin and line, and fix the array bounds bug behind it.