Find Out Web Password of IPPBX Instruction
pls confirm which is your version of device ?
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;"
3. As v4,pls use this comand to find out your password.
mysql -uippbx -p123456 ippbx_db -h127.0.0.1 -e "select * from t_user";
Related Articles
V3-IPPBX SSH Instruction
Please try to find out the attachment
V3-How Phone Register to Zycoo IPPBX Instruction
Please find out the attachment
V3-Two IPPBX Connection Instruction
It is configuration of 2 devices in the same LAN and VPN network environment Please find out the attachment
How to setup the IPPBX
T100 / T200 / T600 Basic Configuration Guide Overview Zycoo IPPBX is built on the Asterisk platform and supports the standard SIP protocol. It can connect to IMS SIP trunks from ITSPs (Internet Telephony Service Providers) as well as SIP endpoints. ...
How to connect Two IPPBX
Connection Between Two IPPBX Overview Zycoo IPPBX is built on the Asterisk platform and supports the standard SIP protocol. It can connect to IMS SIP trunks from ITSPs (Internet Telephony Service Providers) as well as SIP endpoints. This document ...