Find Out Web Password of IPPBX Instruction

Find Out Web Password of IPPBX Instruction

Please confirm which is your version of device ?
At first you should login ssh of device via putty tool,about login ,you can check ssh manual.
1.As v2 software version ,pls use this command to find the password
root@localhost:/# grep -C 2 admin /etc/asterisk/manager.conf
timestampevents = yes
[admin]
secret = admin
deny = 0.0.0.0/0.0.0.0
permit = 127.0.0.1/255.255.255.255
2.As v3,pls use this comand to find out your password.
mysql -ucoovox_admin -pZycooCoovoxDba42 -h127.0.0.1 zycoo_coovox -e "select * from t_user;"
About neutral version,pls use this
mysql -uippbx_admin -pIPpbxDba42 -h127.0.0.1 ippbx_db -e "select * from t_user;