← Back to Home

Beginner’s Guide to AMX Mod X Plugins

AMX Mod X (AMXX) is a powerful plugin platform for CS 1.6 servers. With it, you can add admin tools, gameplay tweaks, anti-cheat helpers, and more.

Install AMXX

  1. Download AMXX base for your HLDS build.
  2. Copy files to cstrike/addons/amxmodx.
  3. Ensure modules in configs/modules.ini match your plugins’ needs.

Install a plugin

  1. Place the .amxx file into cstrike/addons/amxmodx/plugins.
  2. Edit cstrike/addons/amxmodx/configs/plugins.ini and add a line: plugin_name.amxx.
  3. Change map or restart server.

Starter plugins

Troubleshooting

Browse curated, safe plugins in our Plugins section.