webuser.exe <command> [<login name>] [
<option_1> [<param>]
[<option_2> [<param>]]
... [<option_N> [<param>]]
]
plesk bin webuser.exe --create johndoe -domain example.com -passwd userpass -php true -quota 100M
Command |
Parameter |
Description |
Example |
|---|---|---|---|
|
|
Creates a web user account. Requires the |
To create the web user account with the login name johndoe and password userpass on the domain example.com: plesk bin webuser.exe --create johndoe -domain example.com -passwd userpass or plesk bin webuser.exe -c johndoe -domain example.com -passwd userpass |
|
|
Updates an existing web user account with data specified by the options. |
To enable PHP support for the web user account with the login name johndoe: plesk bin webuser.exe --update johndoe -php true or plesk bin webuser.exe -u johndoe -php true |
|
|
Removes a web user account. |
To remove the johndoe account: plesk bin webuser.exe --remove johndoe or plesk bin webuser.exe -r johndoe |
|
|
Displays information about a web user account. |
To view information about the web user account with the login name johndoe: plesk bin webuser.exe --info johndoe or plesk bin webuser.exe -i johndoe |
|
Displays help on the use of the utility. |
To view the help info on the use of this utility: plesk bin webuser.exe --help or plesk bin webuser.exe -h |
Option |
Parameter |
Description |
Example |
|---|---|---|---|
|
|
Specifies name of a domain to which a web user account belongs. Required with |
To create the web user with the login name johndoe and password userpass on the domain example.com: plesk bin webuser.exe -c johndoe -domain example.com -passwd userpass |
|
|
Sets web user password. Required with See additional comments in the Note below the table. |
To change the password for the web user account with the login name johndoe to sample: plesk bin webuser.exe -u johndoe -domain example.com -passwd sample |
|
plain|
encrypted
|
Specifies the type of a web user password. Is |
To set the type of web user password for the web user with the login name johndoe on the domain example.com to encrypted: plesk bin webuser.exe -u johndoe -domain example.com -passwd_type encrypted |
|
|
Sets the hard disk quota for a web user account. Unlimited if set to A number without a letter is interpreted as the number of megabytes. |
To set 50 MB hard disk quota for the web user with login name Michael: plesk bin webuser.exe -u Michael -domain example.com -quota 50M or plesk bin webuser.exe -u Michael -domain example.com -quota 50 |
|
|
Enables or disables SSI support on a web user account. Is |
To enable SSI support for johndoe : plesk bin webuser.exe -u johndoe -ssi true |
|
|
Enables or disables PHP support on a web user account. Is |
To enable PHP support for johndoe: plesk bin webuser.exe -u johndoe -php true |
|
|
Enables or disables CGI support on a web user account. Is |
To enable CGI support for johndoe: plesk bin webuser.exe -u johndoe -cgi true |
|
|
Enables or disables Perl support on a web user account. Is |
To enable Perl support for johndoe: plesk bin webuser.exe -u johndoe -perl true |
|
|
Enables or disables Python support on a web user account. Is |
To enable Python support for johndoe: plesk bin webuser.exe -u johndoe -python true |
|
|
Enables or disables support of ASP applications on a web user account. Is |
To enable ASP support for johndoe: plesk bin webuser.exe -u johndoe -asp true |
|
|
Enables or disables the additional write/modify permissions on a web user account. If enabled, means granting the Plesk IIS user and IIS application pool user the full access permission for the This permission might be required for correct functioning of web applications. Note that this permission, when granted, might seriously compromise website security. Is |
To enable additional permissions for the johndoe account: plesk bin webuser.exe -u johndoe -write_modify true |
|
|
Enables or disables the support for APS.net applications on a web user account. Is |
To enable APS.net support for johndoe: plesk bin webuser.exe -u johndoe -asp_dot_net true |