Home General How to update FNM Manager v6

How to update FNM Manager v6

Last updated on Jan 20, 2025

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

  1. Navigate to the Panel Directory Change to the directory where the FNM Manager is installed:

    cd /var/www/html
    
  2. 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
      
  3. Verify the Installation After the update, ensure that the installation is correct by running:

    fnm_cli --check_install
    
  4. Restart the FNM Daemon To apply the changes, restart the FNM Daemon:

    fnm_cli --restart_daemon
    
  5. 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.