To recover your administrator access to the PBXware web interface, you must always have root access.
It is possible to add an additional administrator account by logging in via SSH to your PBXware machine and entering the MySQL shell:
/opt/pbxware/sh/mysql
Then inject this new entry (change the name, email address, and password):
insert into sitemanager_global.users set name='Bicom France', email='support@ags-next.com', password=md5("VotreMotDePasse"), type=1;You will then simply need to log in with this administrator account.