• Obtain the current ‘admin’ password for plesk

    Execute this command in command prompt:
    Quote:
    “%plesk_bin%plesksrvclient” -get
    To retrieve the password in command line you can also use the -nogui option [in case you are in CLI mode]:
    Quote:
    “%plesk_bin%plesksrvclient” -get -nogui > c:plesk_passwd.txt
    After that you can view the retrieved Plesk password in c:plesk_passwd.txt file.

    To set a new admin password execute the following command in command prompt:
    Quote:
    “%plesk_bin%plesksrvclient” -set <new_password> true

    Categories: Plesk

    Comments are currently closed.