How to Update FNM Manager v6
Follow these steps to successfully update the FNM Manager v6 panel:
Optional: Update to the Latest FastNetMon Version
Before updating the panel, you may choose to update FastNetMon to the latest version:
wget https://install.fastnetmon.com/installer -Oinstaller && chmod +x installer
./installer
Steps to Update FNM Manager
-
Navigate to the Panel Directory Change to the directory where the FNM Manager is installed:
cd /var/www/html
-
Update the Panel Depending on your current version of FNM Manager, use the appropriate update command:
-
For FNM Manager v6.0.7 or earlier:
./updater update
-
For FNM Manager v6.0.8 or later:
./updater --update
-
-
Verify the Installation After the update, ensure that the installation is correct by running:
fnm_cli --check_install
-
Restart the FNM Daemon To apply the changes, restart the FNM Daemon:
fnm_cli --restart_daemon
-
Check the Daemon Status Verify that the daemon is running properly:
fnm_cli --check_status_daemon
Update Complete
Your FNM Manager panel has been successfully updated.