How to reset VitalPBX, Sonata Suite Products and VitXi WebRTC password (VitalPBX 3)?

Connect to your server console and run the following command:

VitalPBX GUI

[root@vitalpbx ]# vitalpbx --reset-pwd {user}

Immediately after, enter the explorer and type the new password.

Sonata Stats

[root@vitalpbx ]# cd /usr/share/sonata/queues-stats/backend/
[root@vitalpbx backend]# php artisan reset:password {user}

Sonata Billing

[root@vitalpbx ]# cd /usr/share/sonata/billing/
[root@vitalpbx scripts]# php scripts/reset_pwd

Sonata Switcboard

[root@vitalpbx ]# cd /usr/share/sonata/switchboard/
[root@vitalpbx scripts]# php scripts/reset_pwd

Sonata Recording

[root@vitalpbx ]# cd /usr/share/sonata/recordings/
[root@vitalpbx scripts]# php scripts/reset_pwd

VitXi WebRTC

[root@vitalpbx ]# cd /usr/share/vitxi/backend/
[root@vitalpbx backend]# php artisan user:reset {user_name}

2 Likes