#######################################################
# LINUX GUIDE RESET PASSWORD FOR ZADMIN [in zpanel X] #
#######################################################
If you need the mysql root password look in :
/etc/zpanel/panel/cnf/db.php
If you need the zadmin password reset for the panel then use :
mysql -u root -p
enter password from db.php
mysql> USE zpanel_core;
mysql> UPDATE x_accounts SET ac_pass_vc = '3a20eb1aba49463ac3f76e1e9fea3957' WHERE ac_user_vc = 'zadmin';
mysql> exit
This will reset the password of account zadmin in the panel to zadmin
# LINUX GUIDE RESET PASSWORD FOR ZADMIN [in zpanel X] #
#######################################################
If you need the mysql root password look in :
/etc/zpanel/panel/cnf/db.php
If you need the zadmin password reset for the panel then use :
mysql -u root -p
enter password from db.php
mysql> USE zpanel_core;
mysql> UPDATE x_accounts SET ac_pass_vc = '3a20eb1aba49463ac3f76e1e9fea3957' WHERE ac_user_vc = 'zadmin';
mysql> exit
This will reset the password of account zadmin in the panel to zadmin