Plesk

Plesk Utility

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 JDoe@example.com.

plesk bin admin_alias --create JDoe -passwd sample -contact "John Doe" -email JDoe@example.com

Commands

Command Parameter Description Example
bin UTILITY

Runs the specified Plesk command line utility (e.g.,
customer, database).

This is applicable to public CLI utilities located at the
/usr/local/psa/bin directory.

To create the account with the login name JDoe, password
sample, and the account’s email address JDoe@example.com:

plesk bin admin_alias --create JDoe -passwd sample -email JDoe@example.com

or

plesk bin admin_alias -c JDoe -passwd sample -email JDoe@example.com

Exit mobile version