How to retrieve Plesk admin password and access Plesk from server (Linux server)

==========
1. SSH in your server as root.

2. Getting a password,

Run the command below to get a Plesk "admin" password:

-----------
plesk bin admin --show-password
-----------

3. Resetting a password,

Run the command below replacing ***** with your new password and keeping ' ' on the sides:

----------
plesk bin admin --set-admin-password -passwd '*****'
----------

4. For direct access to the Plesk from the server,

-----------
plesk login
-----------


Was this article helpful?

mood_bad Dislike 0
mood Like 0
visibility Views: 7096