The plesk
command line utility is used to wrap other Plesk command
line utilities. Additionally, it provides administrators and developers
convenient way to access Plesk database, configuration files, and log
files and allows performing other important tasks such as running daily
maintenance script and the Plesk installer.
Usage
plesk [command]
Example
The following command creates the additional Administrator account with
the contact name John Doe, Plesk login name JDoe, password sample,
and account’s email address [email protected].
plesk bin admin_alias --create JDoe -passwd sample -contact "John Doe" -email [email protected]
Commands
Command | Parameter | Description | Example |
---|---|---|---|
bin |
UTILITY |
Runs the specified Plesk command line utility (e.g., This is applicable to public CLI utilities located at the |
To create the account with the login name JDoe, password plesk bin admin_alias --create JDoe -passwd sample -email [email protected] or plesk bin admin_alias -c JDoe -passwd sample -email [email protected] |
…