The admin utility is used for managing administrator’s interface
preferences.
Usage
admin <command> [
<option_1> [<param>]
[<option_2> [<param>]]
... [<option_N> [<param>]]
Example
The following command sets the administrator’s interface language to
German.
plesk bin admin --update -locale -de_DE
Commands
| Command | Parameter | Description | Example |
|---|---|---|---|
--update or -u | Updates the Plesk administrator’s server preferences. | To set the interface language to German: plesk bin admin --update -locale -de_DE or plesk bin admin -u -locale -de_DE | |
--info or -i | Displays the Plesk administrator’s personal information and preferences. | To view the Plesk administrator’s personal information and plesk bin admin --info or plesk bin admin -i | |
--set-admin-password or -p | Updates the Plesk administrator’s password. The synonym is | To change the Plesk administrator’s password to mypassword: plesk bin admin --set-admin-password -passwd 'mypassword' -encrypted-password or plesk bin… |