reseller_plan.exe: Reseller Plans
The reseller_plan.exe utility is used for creating and managing
reseller plans.
Location
%plesk_cli%
Usage
reseller_plan.exe <command> [<plan_name>] [
<option 1> <param 1>[<param 2>...<param n>]
[<option 2> <param 1>[<param 2>...<param n>]]
... [<option N> <param 1>[<param 2>...<param n>]]
]
Example
The following command sets the allowed number of websites for the plan Reseller Plan to 10.
plesk bin reseller_plan.exe --update "Reseller Plan" -max-dom 10
Commands
Command |
Parameter |
Description |
Example |
|---|---|---|---|
|
|
Creates a reseller plan. |
To create a reseller plan named Sample Plan: plesk bin reseller_plan.exe --create "Sample Plan" or plesk bin reseller_plan.exe -c "Sample Plan" |
|
|
Sets various properties of a reseller plan. |
To rename the reseller plan from Sample Plan 1 to Sample Plan 2: plesk bin reseller_plan.exe --update "Sample Plan 1" -new-name "Sample Plan 2" or plesk bin reseller_plan.exe -u "Sample Plan 1" -new-name "Sample Plan 2" |
|
|
Duplicates a reseller plan by making its copy with the name
specified in the ‘ |
To make a copy of the plan Plan 1 with the name Plan 1 Copy: plesk bin reseller_plan.exe --duplicate "Plan 1" -duplicate-name "Plan 1 Copy" or plesk bin reseller_plan.exe -d "Plan 1" -duplicate-name "Plan 1 Copy" |
|
|
Removes a reseller plan. |
To remove the reseller plan Sample Plan: plesk bin reseller_plan.exe --remove "Sample Plan" or plesk bin reseller_plan.exe -r "Sample Plan" |
|
|
Displays reseller template limits, permissions, preferences and IP addresses. |
To view information on the reseller plan Sample Plan: plesk bin reseller_plan.exe --info "Sample Plan" or plesk bin reseller_plan.exe -i "Sample Plan" |
|
|
Displays information on a reseller template in the XML format. |
To view information on the reseller plan Sample Plan in the XML format: plesk bin reseller_plan.exe --xml-info "Sample Plan" or plesk bin reseller_plan.exe -x "Sample Plan" |
|
Creates a reseller plan named Default Reseller. |
To create a default reseller plan: plesk bin reseller_plan.exe --create-default or plesk bin reseller_plan.exe -def |
|
|
Displays help on the utility use |
To view help on the use of the utility: plesk bin reseller_plan.exe --help or plesk bin reseller_plan.exe -h |
Options
Option |
Parameter |
Description |
Example |
|---|---|---|---|
|
|
Sets a new name for an existing reseller plan. |
To rename the reseller plan from Sample Plan 1 to Sample Plan 2: plesk bin reseller_plan.exe --update "Sample Plan 1" -new-name "Sample Plan 2" |
|
|
Sets the name of a copy of the specified reseller plan. |
To make a copy of the plan Plan 1 with the name Plan 1 Copy: plesk bin reseller_plan.exe --duplicate "Plan 1" -duplicate-name "Plan 1 Copy" |
|
|
Allows/Prohibits creating domains. Is |
To allow resellers created by the plan Sample Plan to set up hosting accounts for new sites: plesk bin reseller_plan.exe -u "Sample Plan" -create_domains true |
|
|
Allows or prohibits managing the mail settings. |
To allow resellers created by the plan Sample Plan to manage mail settings: plesk bin reseller_plan.exe -u "Sample Plan" -manage_mail_settings true |
|
|
Allows/Prohibits managing physical hosting. Is |
To allow resellers created by the plan Sample Plan to manage physical hosting: plesk bin reseller_plan.exe -u "Sample Plan" -manage_phosting true |
|
|
Allows or prohibits managing common PHP settings. |
To allow managing common PHP settings on subscriptions based on the “Plan 1” plan: plesk bin reseller_plan.exe -u "Plan 1" -manage_php_settings true |
|
|
Allows or prohibits choosing PHP version and handler. |
To allow choosing PHP version and handler on subscriptions based on the “Plan 1” plan: plesk bin reseller_plan.exe -u "Plan 1" -manage_php_version true |
|
|
Allows/Prohibits managing access to the system through Remote Desktop. Is |
To allow resellers created by the plan Sample Plan to manage system access: plesk bin reseller_plan.exe -u "Sample Plan" -manage_sh_access true |
|
|
Allows/Prohibits changing limit on using disk space. Is |
To allow resellers created by the plan Sample Plan to change hard disk quota: plesk bin reseller_plan.exe -u "Sample Plan" -manage_quota true |
|
|
Allows/Prohibits managing subdomains. Is |
To allow resellers created by the plan Sample Plan to manage subdomains: plesk bin reseller_plan.exe -u "Sample Plan" -manage_subdomains true |
|
|
Allows/Prohibits managing domain aliases. Is |
To allow resellers created by the plan Sample Plan to manage domain aliases: plesk bin reseller_plan.exe -u "Sample Plan" -manage_domain_aliases true |
|
|
Allows/Prohibits managing log rotation, namely, to adjust the cleanup and recycling of processed log files. Is |
To allow resellers created by the plan Sample Plan to manage log rotation: plesk bin reseller_plan.exe -u "Sample Plan" -manage_log true |
|
|
Allows/Prohibits managing Anonymous FTP. Is |
To allow resellers created by the plan Sample Plan to manage Anonymous FTP: plesk bin reseller_plan.exe -u "Sample Plan" -manage_anonftp true |
|
|
Allows/Prohibits managing additional FTP accounts. Is |
To allow resellers created by the plan Sample Plan to manage additional FTP accounts: plesk bin reseller_plan.exe -u "Sample Plan" -manage_subftp true |
|
|
Allows/Prohibits managing task scheduler. Is |
To allow resellers created by the plan Sample Plan to manage task scheduler: plesk bin reseller_plan.exe -u "Sample Plan" -manage_crontab true |
|
|
Allows or prohibits configuring spam filter on the mail account level (if the correspondent option is enabled in the server-wide configuration). |
To allow resellers created by the plan Sample Plan to configure spam filter: plesk bin reseller_plan.exe -u "Sample Plan" -manage_spamfilter true |
|
|
Allows or prohibits managing antivirus protection settings. |
To allow resellers created by the plan Sample Plan to manage antivirus settings: plesk bin reseller_plan.exe -u "Sample Plan" -manage_virusfilter true |
|
|
Allows or prohibits backing up and restoring websites, and keeping backup files on the hosting server. |
To allow resellers created by the plan Plan 1 to back up and restore websites, and keep the data on the server: plesk bin reseller_plan.exe -u "Plan 1" -allow_local_backups true |
|
|
Allows or prohibits backing up and restoring websites, and saving them to custom FTP servers. |
To allow resellers created by the plan Plan 1 to back up and restore websites, and keep the data on custom FTP servers: plesk bin reseller_plan.exe -u "Plan 1" -allow_ftp_backups true |
|
|
Allows or prohibits backing up and restoring accounts and keeping backup files on the hosting server. |
To allow resellers created by the plan Plan 1 to back up and restore accounts, and keep the data on the server: plesk bin reseller_plan.exe -u "Plan 1" -allow_account_local_backups true |
|
|
Allows or prohibits backing up and restoring accounts and saving them to custom FTP servers. |
To allow resellers created by the plan Plan 1 to back up and restore accounts, and keep the data on custom FTP servers: plesk bin reseller_plan.exe -u "Plan 1" -allow_account_ftp_backups true |
|
|
Allows/Prohibits managing DNS. Is |
To allow resellers created by the plan Sample Plan to manage DNS: plesk bin reseller_plan.exe -u "Sample Plan" -manage_dns true |
|
|
Allows/Prohibits managing mailing lists. Is |
To allow resellers created by the plan Sample Plan to manage mailing lists: plesk bin reseller_plan.exe -u "Sample Plan" -manage_maillists true |
|
|
Allows/Prohibits managing server-side antivirus protection. Is |
To allow resellers created by the plan Sample Plan to manage antivirus: plesk bin reseller_plan.exe -u "Sample Plan" -manage_virusfilter true |
|
|
Allows/Prohibits using Plesk API. Is |
To allow resellers created by the plan Sample Plan to use Plesk API: plesk bin reseller_plan.exe -u "Sample Plan" -remote_access_interface true |
|
|
Allows/Prohibits managing hosting performance. Is |
To allow resellers created by the plan Sample Plan to manage hosting performance: plesk bin reseller_plan.exe -u "Sample Plan" -manage_performance true |
|
|
Allows/Prohibits managing IIS application pool. Is |
To allow resellers created by the plan Sample Plan to manage IIS application pool: plesk bin reseller_plan.exe -u "Sample Plan" -manage_iis_app_pool true |
|
|
Allows/Prohibits managing Web Statistics on the reseller’s domains, namely, to choose which of the web statistics tools (or none) to use. Is |
To allow resellers created by the plan Sample Plan to manage web statistics: plesk bin reseller_plan.exe -u "Sample Plan" -manage_webstat true |
|
|
Allows/Prohibits managing additional write and modify permissions. If it is May be required for web applications correct functioning, but is insecure. Is |
To allow resellers created by the plan Sample Plan to manage additional write/modify permissions: plesk bin reseller_plan.exe -u "Sample Plan" -manage_additional_permissions true |
|
|
Allows/Prohibits creating customer accounts. Is |
To allow resellers created by the plan Sample Plan to create customer accounts: plesk bin reseller_plan.exe -u "Sample Plan" -create_clients true |
|
|
Allows/Prohibits managing overselling policy. Is |
To allow resellers created by the plan Sample Plan to manage overselling policy: plesk bin reseller_plan.exe -u "Sample Plan" -allow_oversell true |
|
|
Specifies overselling policy as follows:
Is |
To set overselling policy for resellers created by the plan Sample Plan to strict: plesk bin reseller_plan.exe -u "Sample Plan" -oversell false |
|
|
Sets the resource overuse policy:
|
To set resource overuse policy for resellers created by the plan Sample Plan to notify: plesk bin reseller_plan.exe -u "Sample Plan" -overuse notify |
|
|
Limits the number of available domains. Includes domains hosted on this server, and domain forwarders that point to web sites hosted on other servers. Unlimited if set to |
To restrict the maximum number of domains available to resellers created by the plan Sample Plan to 50: plesk bin reseller_plan.exe -u "Sample Plan" -max-dom 50 |
|
|
Limits the number of available domain aliases. Unlimited if set to |
To restrict the maximum number of domain aliases available to resellers created by the plan Sample Plan to 3 plesk bin reseller_plan.exe -u "Sample Plan" -max-dom-aliases 3 |
|
|
Limits the amount of available disk space. Unlimited if set to |
To restrict the maximum amount of disk space available to resellers created by the plan Sample Plan to 100 MB: plesk bin reseller_plan.exe -u "Sample Plan" -disk-space 100 |
|
|
Sets the amount of disk space upon reaching which notification is sent. |
To set up sending of an e-mail notification upon occupying 5 gigabytes of disk space under the subscriptions created by the plan Plan 1: plesk bin reseller_plan.exe -u "Plan 1" -disk_space_soft 5G |
|
|
Limits the monthly traffic usage. Unlimited if set to |
To restrict the maximum amount of traffic available to clients created by the plan Sample Plan to 10 GB/month: plesk bin reseller_plan.exe -u "Sample Plan" -max-traffic 10240 |
|
|
Sets the monthly amount of traffic upon reaching which notification is sent. |
To set the amount of traffic upon reaching which notification is sent for users on the plan Plan 1 to 500 megabytes per month: plesk bin reseller_plan.exe -u "Plan 1" -max-traffic-soft 500M |
|
|
Limits the number of available mailboxes. Unlimited if set to |
To restrict the maximum number of mailboxes available to resellers created by the plan Sample Plan to 50: plesk bin reseller_plan.exe -u "Sample Plan" -max-box 50 |
|
|
Limits the amount of disk space that a single mailbox can occupy. Unlimited if set to |
To set the quota of a single mailbox to resellers created by the plan Sample Plan to 10 MB: plesk bin reseller_plan.exe -u "Sample Plan" -mbox-quota 10240 |
|
|
Limits the amount of disk space that all mailboxes can occupy. Unlimited if set to |
To set the total mailboxes quota for resellers created by the plan Sample Plan to 500 MB: plesk bin reseller_plan.exe -u "Sample Plan" -total-mboxes-quota 500 |
|
|
Limits the number of available web users. Unlimited if set to |
To set the number of web users available to resellers created by the plan Sample Plan to unlimited: plesk bin reseller_plan.exe -u "Sample Plan" -max-wu -1 |
|
|
Limits the number of available additional Microsoft FrontPage accounts. Unlimited if set to |
To restrict the number of additional Microsoft FrontPage accounts available to resellers created by the plan Sample Plan to 50: plesk bin reseller_plan.exe -u "Sample Plan" -max-fpse_users 50 |
|
|
Limits the number of available additional FTP accounts. Unlimited if set to |
To restrict the number of additional FTP accounts available to resellers created by the plan Sample Plan to 100: plesk bin reseller_plan.exe -u "Sample Plan" -max-subftp-users 100 |
|
|
Limits the number of available MySQL databases. Unlimited if set to |
To restrict the number of MySQL databases available to resellers created by the plan Sample Plan to 15: plesk bin reseller_plan.exe -u "Sample Plan" -max-db 15 |
|
|
Specifies the number of available MySQL databases. Unlimited if set to |
To set the number of databases available for subscriptions created by the plan Plan 1 to 20: blesk bin rreseller_plan.exe -u "Plan 1" -max-mysql-db 20 |
|
|
Limits the number of available Microsoft SQL databases. Unlimited if set to |
To restrict the number of Microsoft SQL databases available to resellers created by the plan Sample Plan to 10: plesk bin reseller_plan.exe -u "Sample Plan" -max-mssql-db 10 |
|
|
Limits the amount of disk space that all MySQL databases can occupy. Unlimited if set to |
To set the MySQL databases quota to resellers created by the plan Sample Plan to unlimited: plesk bin reseller_plan.exe -u "Sample Plan" -mysql-dbase-space -1 |
|
|
Limits the amount of disk space that all Microsoft SQL databases can occupy. Unlimited if set to |
To restrict the Microsoft SQL databases quota to resellers created by the plan Sample Plan to 100 MB: plesk bin reseller_plan.exe -u "Sample Plan" -mssql-dbase-space 100 |
|
|
Limits the number of available mailing lists. Unlimited if set to |
To restrict the maximum number of mailing lists available to resellers created by the plan Sample Plan to 100: plesk bin reseller_plan.exe -u "Sample Plan" -max-maillists 100 |
|
|
Limits the number of available subdomains. Unlimited if set to |
To restrict the maximum number of subdomains available to resellers created by the plan Sample Plan to 20: plesk bin reseller_plan.exe -u "Sample Plan" -max-subdom 20 |
|
|
Limits the number of available IIS application pools. Unlimited if set to |
To restrict the maximum number of IIS application pools available to resellers created by the plan Sample Plan to 50: plesk bin reseller_plan.exe -u "Sample Plan" -max-iis-app-pools 50 |
|
|
Limits the number of available ODBC connections. Unlimited if set to |
To set the number of ODBC connections available to resellers created by the plan Sample Plan to unlimited: plesk bin reseller_plan.exe -u "Sample Plan" -max-odbc -1 |
|
|
Limits the number of available customer accounts. |
To restrict the number of customer accounts available to resellers created by the plan Sample Plan to 5: plesk bin reseller_plan.exe -u "Sample Plan" -max-cl 5 |
|
|
Adds/Deletes shared IP addresses to/from IP address pool. |
To add IP addresses 192.0.2.12 and 192.0.2.32 to IP address pools of resellers created by the plan Sample Plan: plesk bin reseller_plan.exe -u "Sample Plan" -ip_pool add:192.0.2.12,192.0.2.32 |
|
|
Limits the number of available exclusive IPv4 addresses that can be assigned to a reseller. |
To restrict the number of exclusive IPv4 addresses available to resellers created by the plan Sample Plan: plesk bin reseller_plan.exe -u "Sample Plan" -excl_ip_num 12 |
|
|
Limits the number of available exclusive IPv6 addresses that can be assigned to a reseller. |
To restrict the number of exclusive IPv6 addresses available to resellers created by the plan Sample Plan: plesk bin reseller_plan.exe -u "Sample Plan" -excl_ipv6_num 12 |
|
|
Allows or prohibits access to website copying. |
To allow the resellers subscribed to the plan Reseller Plan to access website copying. plesk bin reseller_plan.exe -u "Reseller Plan" -manage_website_maintenance true |
|
|
Allows or prohibits managing password-protected directories. |
To allow the resellers subscribed to the plan Reseller Plan to manage password-protected directories: plesk bin reseller_plan.exe -u "Reseller Plan" -manage_protected_dirs true |
|
|
Allows or prohibits managing additional user accounts. |
To allow the resellers subscribed to the plan Reseller Plan to manage additional user accounts: plesk bin reseller_plan.exe -u "Reseller Plan" -access_service_users true |
|
|
If your Plesk license comes in a bundle with APS app licenses,
you can install such apps without the need to purchase the app
licenses from vendors. By setting the |
To allow the reseller who subscribe to the plan Reseller Plan to install APS apps using licenses from the license bundle: plesk bin reseller_plan.exe -u "Reseller Plan" -allow_license_stubs |
|
|
Allows or prohibits overriding server-wide security policy on web hosting scripting options, if the policy is set up. |
To allow the resellers subscribed to the plan Reseller Plan to override security policy: plesk bin reseller_plan.exe -u "Reseller Plan" -allow_insecure_sites true |
|
|
Allows/Prohibits choosing DB server from the servers registered in Plesk, when creating a database. Is |
To allow the resellers created by the plan Sample Plan to choose a DB server when creating a database: plesk bin reseller_plan.exe --update "Sample Plan" -select_db_server true |
|
|
Allows or prohibits managing remote database access settings. |
To allow the resellers created by the plan Sample Plan to manage remote database access settings. plesk bin reseller_plan.exe --update "Sample Plan" -remote_db_connection true |
|
|
Gives access to the WP Toolkit extension. |
To allow resellers based on the “Reseller Plan” plan access WP Toolkit: plesk bin reseller_plan.exe -u "Reseller Plan" -ext_permission_wp_toolkit_manage_wordpress_toolkit true |
|
|
Gives access to security management in the WP Toolkit extension. |
To allow resellers based on the “Reseller Plan” plan access WP Toolkit security management: plesk bin reseller_plan.exe -u "Reseller Plan" -ext_permission_wp_toolkit_manage_security_wordpress_toolkit true |
|
|
Allows Git management. Requires the Git Manager extension installed. |
To allow Git management to the resellers subscribed to the reseller plan Plan1: plesk bin reseller_plan.exe -u "Plan1" -ext_permission_git_manage_git true |
|
|
Allows Node.js management. Requires the Node.js Manager extension installed. |
To allow Node.js management to the resellers subscribed to the reseller plan Plan1: plesk bin reseller_plan.exe -u "Plan1" -ext_permission_nodejs_support_management true |
|
|
Allows Node.js state management. Requires the Node.js Manager extension installed. |
To allow Node.js state management to the resellers subscribed to the reseller plan Plan1: plesk bin reseller_plan.exe -u "Plan1" -ext_permission_nodejs_state_management true |
|
|
Allows Node.js version management. Requires the Node.js Manager extension installed. |
To allow Node.js version management to the resellers subscribed to the reseller plan Plan1: plesk bin reseller_plan.exe -u "Plan1" -ext_permission_nodejs_version_management true |
|
|
Allows cloning of WordPress installations in the WP Toolkit extension. |
To allow cloning of WordPress installations to the resellers subscribed to the reseller plan Plan1: plesk bin reseller_plan.exe -u "Plan1" -ext_permission_wp_toolkit_manage_cloning true |
|
|
Allows synchronization of WordPress installations in the WP Toolkit extension. |
To allow synchronization of WordPress installations to the resellers subscribed to the reseller plan Plan1: plesk bin reseller_plan.exe -u "Plan1" -ext_permission_wp_toolkit_manage_syncing true |
|
|
Allows management of auto-updates in the WP Toolkit extension. |
To allow auto-updates management in WP Toolkit to the resellers subscribed to the reseller plan Plan1: plesk bin reseller_plan.exe -u "Plan1" -ext_permission_wp_toolkit_manage_autoupdates true |