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: Manage Plesk password from the command prompt!  (Read 2346 times)

0 Members and 1 Guest are viewing this topic.

Chetan Singh

  • Full Member
  • ***
  • Posts: 123
  • Karma: +2/-0
  • Bienvenido a las Tecnologías de la Admin-Ahead.
    • Admin-Ahead Server Technologies.
Manage Plesk password from the command prompt!
« on: February 01, 2014, 03:39:11 pm »
Hi,

These command will help you to manage your Plesk password from the backend.

--------------------------------------------------------------------------------
1) To obtain the current 'admin' password, execute this command in command prompt:

"%plesk_bin%\plesksrvclient" -get

2) To retrieve the password in command line you can also use the -nogui option [in case you are in CLI mode]:

"%plesk_bin%\plesksrvclient" -get -nogui > c:\plesk_passwd.txt
After that you can view the retrieved Plesk password in c:\plesk_passwd.txt file.

3) To set a new admin password execute the following command in command prompt:

"%plesk_bin%\plesksrvclient" -set <new_password> true
--------------------------------------------------------------------------------

Thank you,
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!