The reseller_pref.exe
CL utility enables the administrator to set
and update reseller’s limits and permissions, and to define Plesk
interface preferences (e.g. the default language and skin).
Location
%plesk_cli%
Usage
reseller_pref.exe <command> [<login_name>] [
<option_1> [<param>]
[<option_2> [<param>]]
... [<option_N> [<param>]]
Example
The following command updates the reseller account with the login name
JDoe as follows: the reseller is allowed to manage log rotation and
mailing lists, and to create customer accounts. The maximum number of
available customer accounts for the reseller is restricted to 20.
plesk bin reseller_pref.exe --update JDoe -manage_log true -manage_maillists true -create_clients true -max_cl 20
Commands
Command | Parameter | Description | Example |
---|---|---|---|
--update or -u |
<login_name> |
Sets various properties of a reseller account. |
To prohibit changing domain limits to the JDoe reseller plesk bin reseller_pref.exe --update JDoe -change_limits false or plesk bin reseller_pref.exe -u JDoe -change_limits false |
--skin-list or -sl |
Displays a list of available skins. |
To view the list of available skins: plesk bin reseller_pref.exe --skin-list … |