How to reset VSM admin password

How to reset VSM admin password

VOIPSWITCH  VSM admin password are stored in mysql database in clear text . if you know the mysql root password you can get it from users table from your voipswitch database.

1- login as root in mysql (  mysql -u root -pyourpassord

2- select your voipswitch database  (mysql>use yourvoipdatabase;

3- run    mysql> select * from users;

you will get all users and password for VSM admin

Your email address will not be published. Required fields are marked *