Admin-Ahead Community

Windows => Control Panels => Plesk => Topic started by: Vinil on November 07, 2013, 10:33:56 pm

Title: How to retrieve Plesk admin password
Post by: Vinil on November 07, 2013, 10:33:56 pm
We can retrieve the current password by running the command given below from the command prompt.

"%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.