Password Reset

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.

  1. Move the config.conf file temporarily to a different Folder. Run these commands from the server console or using SSH.

New Method

cd /etc/fusionpbx
mv config.conf config.conf.backup

Old Method

cd /etc/fusionpbx
mv config.php config.backup.php

Note

In older installations of FusionPBX config.php is located in /var/www/fusionpbx/resources/


  1. In a web browser go to your server by the IP address or domain name.

examples:

  1. Create a New Superadmin user and password. The new must not be an existing username.

../_images/fusionpbx_password_recovery.jpg
  1. 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
$db_password = 'yourDatabasePassword';
../_images/fusionpbx_database_configuration.jpg

You should now have a new config.conf file in the /etc/fusionpbx/ directory.

  1. Login in with the new username and password.