APPLIES TO:
- Parallels Plesk Panel 11.x for Windows
- Parallels Plesk Panel 10.x for Windows
- Parallels Plesk Panel 9.x for Windows
- Parallels Plesk Panel 8.x for Windows
Resolution
Apart from the password reminder available on the login screen, you can use theplesksrvclient.exe utility located in the %plesk_bin% folder to set up a new password or retrieve the old one.
You can set up a new password by running the following command:
You can set up a new password by running the following command:
"%plesk_bin%\plesksrvclient" -set <new_password> true
You can also retrieve the current password by running this utility with:
"%plesk_bin%\plesksrvclient" -get
To retrieve the password in the command line, you can use -nogui option:
"%plesk_bin%\plesksrvclient" -get -nogui > plesk_password.txt
After that, you can find the retrieved Plesk password in the plesk_password.txt file.
Senior Engineer Jessie
Comments