Click here for the new youtube video on password recovery.
The current method to changing the superadmin password is actually to make a new superadmin user name and password.
Move the config.conf file temporarily to a different Folder. Run these commands from the server console or using SSH.
cd /etc/fusionpbx
mv config.conf config.conf.backup
:::{note}
In older installations of FusionPBX config.php is located in /var/www/fusionpbx/resources/ :::
examples:
Database Host, Database Port, and Database name should auto-fill. To provide the Database Username and Database Password, locate them in the config.conf file that was moved earlier. The code block below shows an easy way to retrieve the database password. Once those are filled in, click next.
cat /etc/fusionpbx/config.conf.backup | grep password
You should now have a new config.conf file in the /etc/fusionpbx/ directory.