The reseller
utility is used to manage resellers - the Plesk users
who can host their own sites and resell hosting services to their own
customers. By using this utility, you can perform the following tasks:
- creating and removing reseller accounts
- enabling and disabling existing reseller accounts
- editing reseller’s personal information, login name and password
- converting a reseller account to a customer account
Usage
reseller <command> [<login_name>] [
<option_1> [<param>]
[<option_2> [<param>]]
... [<option_N> [<param>]]
Example
The following command creates the reseller account with the contact name
John Doe ,
Plesk login name JDoe, and password sample,
specifies the Unites States as the reseller’s country, and subscribes
the reseller to the reseller plan Gold.
plesk bin reseller --create JDoe -name "John Doe" -passwd sample -country US -service-plan "Gold"
…