VOS3000 Password Reset for Ethical Usages
If you forget the Vos3000 admin password you don’t need to worry if you know your MySQL root password. Vos3000 store their password in clear text so you can read the password.
This is how to retrieve the vos3000 admin password
Login as root on vos3000 server
login to MySQL
[root@vostest ~]# MySQL -u root -p vos3000db
Enter password:- (enter your MySql Password)
Mysql> use vos3000db;
Mysql> select * from e_user;
**** Now you are able to see your forgotten admin password ****
Please use is for your security perpose only. Don’t forget to check other useful answers regarding Vos3000 manual.