Steps to reset Plesk admin password with SSH Linux server

kumkumsharma

Administrator
Staff member
Here are the steps to reset Plesk password with SSH server and for that you have to follow below steps:
  • Login to SSH.
  • After that you have to run below command.
Code:
# plesk bin admin --set-admin-password -passwd 'NEW PASSWORD'
  • Now check that you new password is working or not.
NOTE: This tutorial is only for Plesk Onyx.
 
Top