• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Lost ADMIN password

R

Rookie

Guest
Can anyone tell me how to retreve my ADMIN password... How can I get in to the ADMIN area to change, reset it or retreve it? I have root access ... Can anyone help :( pleeeees

Thanks
 
You should run mysql console with the following command:
mysql -usb_user -psb_password sitebuilder.

Then please run thise query.
update sb_users set pswd=PASSWORD('new_password') where id=1
 
Back
Top