Upgrading the Account Management Panel, or AMP to the latest version ensures that you can take advantage of the most recent features and improvements.
To upgrade the AMP version on your Hostinger Minecraft VPS, follow these steps.
In the VPS section, click on your Minecraft VPS
Go to the Panel access → Login URL, and log into your Game Panel
Open the Support and Updates section, and click on Upgrade this AMP instance:
Upgrading manually though SSH
Updating the instance manager
On more recent versions of AMP, you can handle the OS updates and AMP updates by running the following command:
sudo su -l
getamp update
On older installs you’ll need to update the AMP instance manager via your distribution package manager:
sudo apt update
sudo apt upgrade
This will update all packages on your system. If you want only to update AMP then replace the second command with:
sudo apt upgrade ampinstmgr
Updating your AMP instances
ADS can manage instances of a similar version, where all parts of the version number are the same except the last. For example, ADS version 1.9.6.2 could manage an instance of version 1.9.6.0 or 1.9.6.4 but not of 1.9.7.0.
When you do upgrade instances, do so as the user running AMP (such as amp
). Switch to the amp user by running:
sudo su -l amp
You can run the following command line to bulk-upgrade all of your AMP instances:
ampinstmgr upgradeall