Zpanel Password reset

From MS Computech
Revision as of 15:12, 8 September 2015 by Snifer (talk | contribs)
Jump to: navigation, search

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


Source