To update the FNM Manager v6 panel, you will need to follow these steps:
*Optional: Update to the last FastNetNon version
wget https://install.fastnetmon.com/installer -Oinstaller && chmod +x installer
./installer
Steps:
Change to the directory
cd /var/www/html
Update the Panel:
for FNM Manager v6.0.7 or previous:
./updater update
for FNM Manager v6.0.8 or before:
./updater --update
After the update, we need to check the installation with:
fnm_cli --check_install
Now, we need to restart the FNM Daemon to apply the changes.
fnm_cli --restart_daemon
To check if the daemon is running:
fnm_cli --check_status_daemon
Done. Your panel was updated.