User Tools

Site Tools


voice:pbx:freepbx:freepbx_password

This is an old revision of the document!


FreePBX - Reset the Admin Password

It is quite possible when using the FreePBX Distro that you retain 'root' CLI access to a PBX, but lost or forgot the 'admin' web interface password.

Here we reset the GUI 'admin' password from a 'root' CLI (omit the brackets):

mysql -D asterisk -u root -p<MysqlRootPassword> -e "UPDATE ampusers SET password_sha1='echo -n <NewAdminPassword>|sha1sum|cut -d ' ' -f 1' WHERE username='admin' "
voice/pbx/freepbx/freepbx_password.1483113263.txt.gz · Last modified: 2016/12/30 08:54 by gcooper