Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to Find Plesk Admin Password in Older Versions of Plesk(older than 10.2)  (Read 1542 times)

0 Members and 1 Guest are viewing this topic.

Vineesh K P

  • Guest
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,