If you forgot the password for your control panel (ISPmanager, FastPanel): reset it via SSH or VNC/IPMI console.
Applies to:
✔ VPS
✔ Dedicated servers
✔ ISPmanager, FastPanel
Connect to the server via SSH or VNC/IPMI console.
Reset admin user password:
/usr/local/mgr5/sbin/mgrctl -m ispmgr user.edit name=admin passwd=NEW_PASSWORD sok=ok
If admin does not exist, create it:
/usr/local/mgr5/sbin/mgrctl -m ispmgr user.edit name=admin passwd=NEW_PASSWORD level=admin sok=ok
Open the panel:
https://SERVER_IP:1500
Connect via SSH and run:
fastuser passwd admin
Enter the new password when prompted.
Open the panel:
https://SERVER_IP:8888
Use VNC console (for VPS) or IPMI console (for dedicated servers) through your client panel.
Log in as root through the console and run the commands above.
ISPmanager: via SSH run:
/usr/local/mgr5/sbin/mgrctl -m ispmgr google_auth.suspend elid=admin
This disables 2FA for the admin user.
Open the panel in a browser and log in with the new password.
If you cannot log in after the password reset, open a support ticket.