This is an old revision of the document!
Amp Game Server
Install the CubeCoders AMP (Application Management Panel) game server manager on Debian 10 in a VM. (Use Debian 9 in future to avoid issues with Java)
-
Install a minimal server Debian 10 in a VM with enough RAM and storage for the desired servers
Make sure all updates are installed sudo apt update
then sudo apt upgrade
Install Java 8:
Shutdown, create VM snapshot, and start the VM again
Mount a NFS share to use for game backups

not sure if should be before or after install
Run as root bash <(wget -qO- getamp.sh)
and follow instructions
-
Apply licence key
Shutdown, create VM snapshot, and start the VM again
Updates:
The management page shows when an update is needed
Warning: Updating restarts all game servers!
-
Run as root from the ESXi interface (because root is blocked from ssh)
Update the instance manager command line tool:
apt update
apt upgrade
Update the AMP instances
runuser -l AMP -c "ampinstmgr upgradeall"
Use Ctrl+R or Shift+Command+R
to refresh with a clear cache after updating