AMX Mod X / CS 1.6

Install plugins and the module

Plugins add individual server features. The AMX Mod X module runs protected builds and only needs to be installed once.

01

Plugin

An individual server feature. Files and installation settings are included in the ZIP archive.

02

Module

A shared AMX Mod X component. Enable it once for all protected plugins.

Choose one option

Ways to run plugins

The module suits most servers. If you cannot install it, choose one of the two server options. Use only one method.

02
Linux · no module

Remote license server

HTTPS / Linux

This option is for Linux and does not install an AMX Mod X module. One command downloads the package, installs missing system dependencies, configures autostart and redirects license checks only.

  1. 1

    Run the command on your server

    curl -fsSL https://downloads.fungun.cc/install-license-server.sh | sudo sh

    You can run the installer again: it updates files and restores settings without duplicating rules.

    After installation, fully restart HLDS so that plugins resolve the mirror addresses again.

Check status
systemctl status fungun-license-server
Uninstall and remove redirection
/opt/fungun-bypass/uninstall.sh
03
Linux · fully local

Local license server

Python / Linux

Use this option if you prefer not to rely on a module or an external verification server. The archive includes the Python and PHP handler source code, installer and network rules. The default setup runs locally at 127.0.0.1 and sends no requests outside the machine.

  1. 1

    Download and extract the archive

    tar -xzf fungun-selfhost-server.tar.gz
    cd fungun-selfhost
  2. 2

    Review the code before running it

    This method lets you inspect the files before running a shell command from the website:

    less README.md redirect/fungun_serve.sh install.sh
    less server/server.py server/fungun_hash.py
  3. 3

    Run the local installer

    sudo sh install.sh

    The installer adds the missing packages python3 and iptables, configures autostart and redirects license requests to the local process. Fully restart HLDS after installation.

Check status
systemctl status fungun-selfhost
Uninstall and remove redirection
/opt/fungun-selfhost/uninstall.sh
For all three methods

Files and settings

Install the language file before running plugins, then check the shared settings.

Language file

Download the latest fg_lang.txt and place it in the directory lang. Create the directory if it does not exist.

cstrike/addons/amxmodx/data/lang/fg_lang.txt

Update the file manually. It is not included in the installer archives or downloaded to your server automatically.

Download fg_lang.txt

Shared settings

After installing the plugins, open:

cstrike/addons/amxmodx/data/fg_settings.ini

Set these values and save the file. Leave the other settings unchanged.

auto_location "0"
async "1"
Next step

Install the plugins you need

Download a ZIP from the catalog and follow the guide inside.

Browse catalog