Admin-Ahead Community

Linux => Control Panels => Plesk => Topic started by: Vineesh K P on May 26, 2018, 12:30:19 pm

Title: How to Find Plesk Admin Password in Older Versions of Plesk(older than 10.2)
Post by: Vineesh K P on May 26, 2018, 12:30:19 pm
Hello guys,

Today I am going to talk about how to find the Plesk admin password in older versions of Plesk.

You may know that in newer versions of Plesk, you can find the admin password or login link by using the 2 methods mentioned below.

Code: [Select]
# /usr/local/psa/bin/admin --show-password
Code: [Select]
# /usr/local/psa/bin/admin --get-login-link

But in the case of older versions of Plesk (older than 10.2), it does not work. You will have to do a different method to get the password.

Code: [Select]
more /etc/psa/.psa.shadow
Hope you find it helpful.

Cheers,