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

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/queues-stats/backend/
[root@vitalpbx backend]# php artisan user:reset-pwd {username}

Sonata Billing

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

Sonata Switchboard

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

Sonata Recording

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

VitXi WebRTC

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

2 Likes