LKelly
April 2, 2025, 11:13am
1
It looks like Sonata Stats has been set up on our VitalPBX, however, we do not have a UN and PW recorded for it so we cannot get in. How can we get this reset?
sama
April 2, 2025, 10:40pm
2
To get the username mysql -D sonata_stats -e "SELECT name FROM users WHERE id = 1"
Connect to your server console and run the following command:
VitalPBX GUI
vitalpbx reset-pwd {user}
Immediately after, enter the explorer and type the new password.
Sonata Billing
cd /usr/share/billing/
php scripts/reset_pwd
Sonata Switchboard
cd /usr/share/switchboard/
php scripts/reset_pwd
Sonata Recording
cd /usr/share/rec-manager/
php scripts/reset_pwd
Sonata Stats
cd /usr/share/queues-stats/backend/
php artisan user:reset-pwd {username}
Sonata Dialer
dialer user:reset-pwd {use…
system
Closed
May 2, 2025, 10:40pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.