Collection of FreePBX Tip and Trick

  1. Reset Admin Panel Password

FreePBX admin panel admin's password can be reset  through the below command line: 

  
  mysql -D asterisk -e "UPDATE ampusers SET password_sha1= 'e1edd0771b6345f00b5557b98b2bde8fd66744c5' WHERE username='admin'"

Next Post