ورود و عضویت
0
سبد خرید شما خالی است

The Windows uninstallation involves cleaning up your active instances before removing the management software itself.

Uninstalling AMP will delete your existing game servers and all associated data. If you plan to reinstall later, back up your instances using the appbackup backupall command or manually copy the C:\AMPDatastore (Windows) or /home/amp (Linux) folder.

: Login as your amp user and shut down all running instances: sudo su -l amp ampinstmgr stopall exit ``` Use code with caution. Copied to clipboard

Uninstalling does not always automatically "unlink" the license from the CubeCoders system. If you reach your license limit after a reinstall, you may need to contact CubeCoders Support to reset your usage.

sudo userdel amp

# 1. Stop the service sudo systemctl stop amp

On Linux (Ubuntu, Debian, CentOS, etc.), the process involves shutting down instances as the amp user before removing the package and system user. Switch to the amp user: sudo su -l amp . Run the command: ampinstmgr stopall . Exit the amp user: exit . Uninstall the Package: Log in as root or use sudo. For Debian/Ubuntu : sudo apt remove ampinstmgr . For CentOS/RHEL : sudo yum remove ampinstmgr . Delete User and Data:

bash ampinstal.sh -u

: To remove the system user and their home directory (where server files are typically stored): Debian/Ubuntu : sudo deluser --remove-home amp CentOS/RHEL : sudo userdel --remove amp

wget -q https://cubecoders.com/ampinstal -O ampinstal.sh

After uninstalling, also delete /etc/amp/ (if exists) and /var/log/amp/ .

Open your terminal (SSH) and run the following command to download the official maintenance script: