The webuser
utility is used to manage web users accounts 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 limits and preferences such as disk
space limit, scripting languages support, and login data.Note: You can change scripting preferences (PHP support, CGI support,
etc.) only if execution of scripts is allowed for web users by
domain administrator and if web hosting settings on the domain
allow to modify these preferences. For details on how to adjust
web hosting settings and web users scripting permissions, refer to
the Domain Accounts: domain.exe
section.
Location
%plesk_cli%
Usage
webuser.exe <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, enables
the PHP support for the web user, and restricts amount of disk space for
the web user to 100 MB.
plesk bin webuser.exe --create johndoe -domain example.com -passwd userpass -php true -quota 100M