For Windows Server
-
Connect to a Plesk server using RDP.
-
Start a command prompt as an Administrator and run the command:
C:> plesk bin admin –set-admin-password -passwd “your_new_password”
where your_new_password – desired password for Plesk “admin” account.
For Linux Plesk
You can directly reset the Plesk admin password using SSH.
1. Log in to SSH.
2. Run this command –
# plesk bin admin --set-admin-password -passwd 'NEW PASSWORD'
3. Check the Plesk login with the password you have set.
That’s all you have to do to reset the Plesk admin password using SSH.