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

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 {username}

VitXi WebRTC

vitxi user:reset-pwd {username}
2 Likes