You’ll be editing server files, so keep the File Manager / SFTP guide handy. Taking a backup first is a good idea.
Installation
Download Metamod and AMX Mod X
Grab the latest Metamod (the community-maintained Metamod-P build is recommended) and AMX Mod X — you need both the base package and the Counter-Strike addon package from the official AMX Mod X site. Extract them locally; each produces an
addons/ folder.Upload the addons folder
Merge the extracted folders so you have a single
addons/ containing metamod/ and amxmodx/, then upload it into your server’s cstrike/ directory via the File Manager or SFTP. The result should look like:Point liblist.gam at Metamod
Open
cstrike/liblist.gam and change the game DLL line to load Metamod instead of the game directly. Note the original value somewhere so you can revert. Change only the line matching your server’s operating system:Register AMXX with Metamod
Open (or create) Metamod ignores the lines that don’t match the server OS, so it’s safe to include both.
cstrike/addons/metamod/plugins.ini and add:Restart and verify
Restart the server from the Game Panel, then type
meta list in the panel console. You should see AMX Mod X listed as RUN. In-game, type amx_help in your console — if it lists commands, AMXX is alive.Making Yourself Admin
Admins are defined incstrike/addons/amxmodx/configs/users.ini. Each line is: identity, password, access flags, account flags.
- SteamID method (recommended)
- Name + password method
Add a line with your SteamID — no password needed, you’re recognized automatically:Account flags
ce mean: c = this entry is a SteamID, e = no password required. Find your SteamID by typing status in your game console while connected to any server.amx_reloadadmins in the console, or just restart the server.
Access Flags Reference
The third field grants permissions.abcdefghijklmnopqrstu is full access; common individual flags:
| Flag | Grants |
|---|---|
a | Immunity (can’t be kicked/banned by other admins) |
b | Reserved slot access |
c | amx_kick |
d | amx_ban, amx_unban |
e | amx_slay, amx_slap |
f | amx_map (change map) |
g | amx_cvar (change cvars) |
h | amx_cfg (execute configs) |
i | Admin chat (amx_chat, amx_psay) |
j | Start votes (amx_vote, amx_votemap) |
k | Change sv_password |
l | amx_rcon access |
u | Access to admin menus |
z | Regular user (no admin) |
Managing Plugins
Plugins are.amxx files in cstrike/addons/amxmodx/plugins/, and they’re switched on and off in cstrike/addons/amxmodx/configs/plugins.ini — one filename per line. Disable a plugin by prefixing the line with a semicolon:
.amxx file to plugins/, add its filename to plugins.ini, upload any bundled .txt language files or configs it ships with, and restart. Plugin-specific settings usually live in cstrike/addons/amxmodx/configs/.
Solid, safe picks that ship with AMXX or are community classics: StatsX (rankings and HUD stats), admin chat and menus (adminchat.amxx, plmenu.amxx), and map voting (mapchooser.amxx, mapsmenu.amxx).
Verifying Your Setup
- Panel console:
meta list→ Metamod plugins withRUNstatus. - Panel console:
amxx plugins→ list of loaded AMXX plugins. - In-game console:
amx_help→ paginated list of commands you have access to. - In-game chat: type
/hpor/statsafter a kill to confirm StatsX works (if enabled).
Run your community on Wasabi
CS 1.6 server hosting from €6.49/month with full file access for AMX Mod X, plus DDoS protection and 24/7 support.

