Since trixbox does not yet have an automated system to reset passwords and such, here is a guide to change default passwords.
- Change the root password: passwd
- Change the SQL password: mysqladmin -u asteriskuser -p password newpassword
You also need to update this password in the AMPDBPASS line in /etc/amportal.conf, the "password" line in /etc/asterisk/cdr_mysql.conf, and the "dbpass" line in /etc/asterisk/res_mysql.conf - Change the maint password: passwd-maint
- Change FOP password: in amportal.conf, find FOPPASSWORD=passw0rd and change it to "FOPPASSWORD=newpassword"
- Change the ARI admin password: In /var/www/html/recordings/includes/main.conf.php, change the line $ARI_ADMIN_PASSWORD ="ari_password" to $ARI_ADMIN_PASSWORD ="newpassword"