The webuser
utility is used to manage web users through CLI. By
using this utility, you can perform the following tasks:
- Creating and removing web user accounts.
- Viewing the information about web user accounts.
- Changing the web user account preferences such as disk
scripting languages support and login data.
Usage
webuser <command> [<login name>] [
<option_1> [<param>]
[<option_2> [<param>]]
... [<option_N> [<param>]]
]
Example
The following command creates the web user account with login name
johndoe and password userpass on the domain example.com and enables
the PHP support for the web user.
plesk bin webuser --create johndoe -domain example.com -passwd userpass -php true
Commands
Command | Parameter | Description | Example |
---|---|---|---|
--create or -c |
<login_ name> |
Creates a web user account. Requires the |
To create the web user account with the login name johndoe plesk bin webuser --create johndoe -domain example.com -passwd userpass or plesk bin webuser -c johndoe -domain example.com -passwd userpass |
…