How to reset the Plesk Admin password
We can reset the plesk admin password by doing the following steps.
1. Login to the server as root.
2. [root@test]# cd /usr/local/psa/admin/bin/
3.Enter the following command
[root@bin]#export PSA_PASSWORD=’newpass’
4.Execute the command “./ch_admin_passwd ” and it will reset the plesk admin with new one which we entered now.
[root@bin]#./ch_admin_passwd
Now you are able to login to plesk by using the new password.