I lost my FreePBX password, how do I reset it?

here is how to change your lost password:

1. SSH to your VPS

2. run mysql on your asterisk box. (the default root mysql password in elastix is eLaStIx.2oo7 )
[root@asterisk /]# mysql -u root -p

3. use asterisk database.

mysql>use asterisk;

4. update admin password in ampusers table.
mysql> update ampusers set password="NEW_PASSWORD" where username="admin";


NOTE: change "NEW_PASSWORD" to your new password.    

  • 170 Uživatelům pomohlo
Byla tato odpověď nápomocná?

Související články

DID (Phone Number) Providers we recommend

We recommend ourselves of course :-) http://www.synapseglobal.com/getrates.html

Elastix Specific Information

You must be logged in to read this article.  This information is specific to Elastix. When...

VicidialNow Specific Information

You must be logged in to read this article. This information is specific to Vicidial Now. When...

How to change the default FreePBX MYSQL password

How to change the default FreePBX Asterisk MySQL database password: from the ssh shell:...