service_plan_addon.exe: Hosting Plan Add-ons
The service_plan_addon
utility is used for managing hosting plan
add-ons through the command line.
Location
%plesk_cli%
Usage
service_plan_addon.exe <command> [<plan_name>] [
<option 1> <param> [<option 2> <param>] ... [<option N> <param>]
]
Example
The following command creates a hosting plan add-on named Ten additional websites. It enables the subscribed users to create ten websites more.
plesk bin service_plan_addon.exe -c "Ten additional websites" -max_site 10
Commands
Command | Parameter | Description | Example |
---|---|---|---|
--create or -c
|
<plan_name> |
Creates a new hosting plan add-on. |
To create a hosting plan add-on named Plan 1: plesk bin service_plan_addon.exe --create "Plan 1" or plesk bin service_plan_addon.exe -c "Plan 1" |
--update or -u
|
<plan_name> |
Updates an existing hosting plan add-on. |
To rename a plan add-on from Plan 1 to Plan 2: plesk bin service_plan_addon.exe --update "Plan 1" -new-name "Plan 2" or plesk bin service_plan_addon.exe -u "Plan 1" -new-name "Plan 2" |
--duplicate or -d
|
<plan_name> |
Duplicates a hosting plan add-on by making its copy with the
name specified in the ‘-duplicate-name ’ option. |
To make a copy of a plan add-on Plan 1 with the name Plan 1 Copy: plesk bin service_plan_addon.exe --duplicate "Plan 1" -duplicate-name "Plan 1 Copy" or plesk bin service_plan_addon.exe -d "Plan 1" -duplicate-name "Plan 1 Copy" |
--remove or -r
|
<plan_name> |
Removes a hosting plan add-on. |
To remove the plan add-on Plan 1: plesk bin service_plan_addon.exe --remove "Plan 1" or plesk bin service_plan_addon.exe -r "Plan 1" |
--info or -i
|
<plan_name> |
Displays information about a plan add-on. |
To view information about the plan add-on Plan 1: plesk bin service_plan_addon.exe --info "Plan 1" or plesk bin service_plan_addon.exe -i "Plan 1" |
--xml-info or -x
|
<plan_name> |
Displays information about a plan add-on in the XML format. |
To view information about the plan add-on Plan 1 in the XML format: plesk bin service_plan_addon.exe --xml-info "Plan 1" or plesk bin service_plan_addon.exe -x "Plan 1" |
--update-php-settings |
<plan_name> |
Updates custom PHP configuration for a plan add-on. This configuration will override the one from the main service plan. Use the utility to set values for 16 most often used PHP settings (exposed to Plesk GUI) or to add any additional PHP directive. |
To set one of 16 general PHP settings, prepare the file with the settings you want to change. Note: File syntax should be the same with Then apply the settings to the plan add-on Plan 1: plesk bin service_plan_addon.exe --update-php-settings Plan1 -settings my_file If you cannot find a certain PHP parameter among 16 general settings, add it as an additional directive to a file and apply the changes to the plan add-on: plesk bin service_plan_addon.exe --update-php-settings Plan1 -additional-settings my_file_add |
--show-php-settings |
<plan_name> |
Displays information about current PHP configuration of a plan add-on. |
To view the PHP configuration information for the plan add-on Plan1: plesk bin service_plan_addon.exe --show-php-settings Plan1 |
--add-aps-filter-item |
<plan_name> |
Adds an application to the list of applications allowed for installation on websites on the specified plan add-on. This command can be used with the following options:
|
To add an application AdvancedPoll identified by the system by a name “advancedpoll” to the list of applications allowed for installation on sites hosted on the plan add-on Plan 1: plesk bin service_plan_addon.exe --add-aps-filter-item "Plan 1" -aps-filter-item-name name -aps-filter-item-value "advancedpoll" |
--remove-aps-filter-item |
<plan_name> |
Removes an APS application from the list of applications available for installation. |
To remove the application named “advancedpoll” from the list of applications available for installation on sites on the plan add-on Plan 1: plesk bin service_plan_addon.exe --remove-aps-filter-item "Plan 1" -aps-filter-item-name name -aps-filter-item-value "advancedpoll" |
--show-aps-filter-info |
<plan_name> |
Shows information on the active APS applications filter. If an applications filter is disabled, then subscribers can install all applications available from the Application Catalog + those that were uploaded to the server by the administrator and marked as available for installation. |
To check if application filtering is enabled for the plan add-on Plan 1: plesk bin service_plan_addon.exe --show-aps-filter-info "Plan 1" |
--help or -h
|
Displays a help reference for the utility. |
To view a help reference for the utility: plesk bin service_plan_addon.exe --help or service_plan_addon.exe -h |
Options
Option | Parameter | Description | Example |
---|---|---|---|
-new-name |
<string> |
Renames a hosting plan add-on. |
To rename a plan add-on from Plan 1 to Plan 2: plesk bin service_plan_addon.exe -u "Plan 1" -new-name "Plan 2" |
-duplicate-name |
<string> |
Sets the name of the copy of the specified add-on plan. |
To make a copy with the name Plan 1 Copy of the plan named Plan 1: plesk bin service_plan_addon.exe -d "Plan 1" -duplicate-name "Plan 1 Copy" |
-owner |
<login_name> |
Specifies the owner of a hosting plan add-on. If the plan add-on is created for the server administrator, then this option must be omitted. |
To rename the plan add-on Plan 1 owned by a reseller with the username JDoe: plesk bin service_plan_addon.exe -u "Plan 1" -owner JDoe -new-name "Plan 2" |
-max_dom_aliases |
<number> |
Specifies the number of available domain aliases. Unlimited if set to |
To set the number of domain aliases for Plan 1 to 10: plesk bin service_plan_addon.exe -u "Plan 1" -max_dom_aliases 10 |
-disk_space |
<number>[B|K|M|G] |
Specifies the amount of available disk space. Unlimited if set to A number without a letter is interpreted as the number of bytes. |
To set the amount of disk space for Plan 1 to 100 megabytes: plesk bin service_plan_addon.exe -u "Plan 1" -disk_space 100M |
-max_traffic |
<number>[B|K|M|G] |
Sets the monthly traffic usage. Unlimited if set to A number without a letter is interpreted as the number of bytes. |
To allow subscriptions that are assigned the add-on Plan 1 to use 1 additional gigabyte of data transfers per month: plesk bin service_plan_addon.exe -u "Plan 1" -max_traffic 1G |
-max_box |
<number> |
Specifies the number of available mailboxes. Unlimited if set to |
To set the number of mailboxes for Plan 1 to 50: plesk bin service_plan_addon.exe -u "Plan 1" -max_box 50 |
-mbox_quota |
<number>[K|M|G] |
Limits the amount of disk space that a single mailbox can occupy. A number without a letter is interpreted as the number of bytes. Unlimited if set to |
To set the mailbox quota for Plan 1 to 50 megabytes: plesk bin service_plan_addon.exe -u "Plan 1" -mbox_quota 50M |
-max_wu |
<number> |
Specifies the allowed number of web user accounts. Unlimited if set to |
To set the number of web users for Plan 1 to 100: plesk bin service_plan_addon.exe -u "Plan 1" -max_wu 100 |
-max_fpse_users |
<number> |
Specifies the number of available additional Microsoft FrontPage accounts. Unlimited if set to |
To set the number of Microsoft FrontPage accounts for Plan 1 to 5: plesk bin service_plan_addon.exe -u "Plan 1" -max_fpse_users 5 |
-max_subftp_users |
<number> |
Specifies the number of available additional FTP accounts. Unlimited if set to |
To set the number of additional FTP accounts for Plan 1 to 10: plesk bin service_plan_addon.exe -u "Plan 1" -max_subftp_users 10 |
or
|
<number> |
Specifies the number of available MySQL databases. Unlimited if set to |
To set the number of databases for Plan 1 to 20: plesk bin service_plan_addon.exe -u "Plan 1" -max_db 20 |
-max_mssql_db |
<number> |
Specifies the number of available Microsoft SQL Server databases. Unlimited if set to |
To set the number of Microsoft SQL Server databases for Plan 1 to 5: plesk bin service_plan_addon.exe -u "Plan 1" -max_mssql_db 5 |
-mysql_dbase_space |
<number> [B|K|M|G|T] |
Specifies the amount of disk space that all MySQL databases can occupy. Unlimited if set to |
To set the disk quota for MySQL databases on Plan 1 to unlimited: plesk bin service_plan_addon.exe -u "Plan 1" -mysql_dbase_space -1 |
-mssql_dbase_space |
<number>[B|K|M|G|T] |
Specifies the amount of disk space that all MS SQL databases can occupy. Unlimited if set to |
To set the disk quota for MS SQL databases on Plan 1 to 10: plesk bin service_plan_addon.exe -u "Plan 1" -mysql_dbase_space 10 |
-mssql_dbase_filesize |
|
Limits the file size of a Microsoft SQL Server database to the specified value. Unlimited if set to |
To restrict the file size for MS SQL databases on Plan 1 to 1000 MB: plesk bin service_plan_addon.exe -u "Plan 1" -mssql_dbase_filesize 1000M |
-mssql_dbase_log_filesize |
|
Limits the log file size of a Microsoft SQL Server database to the specified value. Unlimited if set to |
To restrict the log file size for MS SQL databases on Plan 1 to 5000 MB: plesk bin service_plan_addon.exe -u "Plan 1" -mssql_dbase_filesize 5000M |
-max_maillists |
<number> |
Specifies the number of available mailing lists. Unlimited if set to |
To set the number of mailing lists on Plan 1 to 50: plesk bin service_plan_addon.exe -u "Plan 1" -max_maillists 50 |
-max_webapps |
<number> |
Specifies the number of Java applications allowed for installation on sites. Unlimited if set to |
To set the allowed number of Java applications on Plan 1 to 100: plesk bin service_plan_addon.exe -u "Plan 1" -max_webapps 100 |
-max_subdom |
<number> |
Specifies the number of available subdomains. Unlimited if set to |
To set the number of subdomains on Plan 1 to 20: plesk bin service_plan_addon.exe -u "Plan 1" -max_subdom 20 |
-max_site |
<number> |
Specifies the number of websites that can be hosted under a subscription. |
To set the number of websites included in the plan add-on Plan 1 to 10: plesk bin service_plan_addon.exe -u "Plan 1" -max_site 10 |
-max_odbc |
<number> |
Specifies the number of ODBC connections available for websites under a subscription. |
To set the number of ODBC connections available for sites on Plan 1 to unlimited: plesk bin service_plan_addon.exe -u "Plan 1" -max_odbc -1 |
-max_site_builder |
<number> |
Specifies the number of websites that can be created and published with Presence Builder. |
To set the number of websites that can be created and published with Presence Builder on Plan 1 to 10: plesk bin service_plan_addon.exe -u "Plan 1" -max_site_builder 10 |
-maillist |
true|false |
Enables or disables support for mailing lists. Is |
To enable support for mailing lists on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -maillist true |
-wuscripts |
true|false |
Allows or prohibits execution of scripts by web users. Is |
To allow web users to use scripts on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -wuscripts true |
-hosting |
true|false |
Allow or prohibits hosting of websites. Is |
To allow website hosting on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -hosting true |
-quota |
<number>[B|K|M|G] |
Limits the amount of available disk space. Unlimited if set to Is unlimited by default. A number without a letter is interpreted as the number of bytes. This is a hard limit that cannot be exceeded. |
To set the hard disk quota for Plan 1 to 100 megabytes: plesk bin service_plan_addon.exe -u "Plan 1" -quota 100M |
-publish-sb-site |
true|false |
Allows or prohibits publishing sites with Presence Builder. Is |
To allow publishing sites with Presence Builder on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -sb_publish true |
-ssl |
true|false |
Enables or disables SSL/TLS support. Is |
To disable SSL/TLS support on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -ssl false |
-ssl-redirect |
true|false |
Enables or disables SEO-safe 301 redirection from HTTP to HTTPS. Is |
To disable redirection from HTTP to HTTPS on the subscriptions created by the add-on service plan Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -ssl-redirect false |
-fp |
true|false |
Enables or disables Microsoft FrontPage support. Is |
To enable FrontPage support on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -fp true |
-fp_ssl |
true|false |
Enables or disables Microsoft FrontPage over SSL/TLS support. Can be set to Is |
To enable FrontPage over SSL/TLS support on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -fp_ssl true |
-fp_auth |
true|false |
Allows or prohibits remote Microsoft FrontPage authoring. Is |
To allow remote FrontPage authoring on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -fpauth true |
-ssi |
true|false |
Enables or disables SSI support. Is |
To enable SSI support on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -ssi true |
-ssi_html |
true|false |
Enables or disables SSI support for *.htm, *.html files. Is |
To enable SSI support for HTML files on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -ssi_html true |
-php |
true|false |
Enables or disables PHP support. Is |
To enable PHP support on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -php true |
-php_handler_id |
|
Associates the specified PHP handler with the service plan
add-on. Specify the handler’s identifier (default:
fastcgi-5 ). |
To enable running PHP of version 5.4 as FastCGI on the subscriptions of the add-on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -php_handler_type fastcgi-5.4 |
-total_mboxes_quota |
<number>[B|K|M|G|T] |
Limits the total domain mail quota to the specified size. Unlimited if set to |
To set the total mailbox quota on the subscriptions of the add-on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -total_mboxes_quota 100M |
-cgi |
true|false |
Enables or disables CGI support. Is |
To enable CGI support on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -cgi true |
-perl |
true|false |
Enables or disables Perl support. Is |
To enable Perl support on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -perl true |
-asp |
true|false |
Enables or disables Apache ASP support. Is |
To enable Apache ASP support on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -asp true |
-asp.net |
true|false |
Enables or disables ASP.NET support. Is |
To enable ASP.NET support on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -asp.net true |
-asp.net_version |
2.0|4.0 |
Specifies ASP.NET version. Can be specified only if the |
To enable ASP.NET v. 2.0 support on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -asp.net_version 2.0 |
-python |
true|false |
Enables or disables Python support. Is |
To enable Python support on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -python true |
-webstat |
none|webalizer|awstats |
Enables or disables Web statistic support; selects Web statistics application. Is |
To enable Webalizer support on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -webstat webalizer |
-webstat_protdir |
true|false |
Enables or disables access to web statistics data through the
protected directory Is |
To enable password-protected access to the web statistics data on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -webstat_protdir true |
-err_docs |
true|false |
Enables or disables custom server error messages. Is |
To enable custom error messages support on plan Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -err_docs true |
-iis_app_pool |
true|false |
Enables or disables a dedicated IIS application pool. Is |
To enable a dedicated IIS application pool on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -iis_app_pool true |
-iis_app_pool_addons |
true|false |
Allows or prohibits using a dedicated IIS application pool for each website. Is |
To enable a dedicated IIS application pool for every website belonging to subscriptions on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -iis_app_pool_addons true |
-max_worker_processes |
<number> |
The maximum number of worker processes permitted to service requests for IIS. |
To limit the number of worker processes servicing websites of subscribers to Plan 1 to 5: plesk bin service_plan_addon.exe -u "Plan 1" -max_worker_processes 5 |
-idle_timeout |
<minutes> |
The amount of time a worker process will remain idle before it shuts down. |
To make the worker processes servicing websites of subscribers to Plan 1 to shut down after 5 minutes of inactivity: plesk bin service_plan_addon.exe -u "Plan 1" -idle_tmeout 5 |
-write_modify |
true|false |
Allows or prohibits granting the Plesk IIS user and the IIS
application pool user the full access permission on 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 allow the users subscribed to Plan 1 to write and modify
files and subdirectories in plesk bin service_plan_addon.exe -u "Plan 1" -write_modify true |
-cpu_usage |
<number in percent> |
Limits CPU use by the dedicated IIS application pool, if it is provided to the plan subscribers. |
To edit settings of IIS application pools on subscriptions assigned the plan add-on Plan 1:
plesk bin service_plan_addon.exe -u "Plan 1" -iis-app-pool true -cpu_usage_action KillW3wp -cpu-usage-interval 5 -cpu_usage 3 |
-cpu_usage_action |
NoAction|KillW3wp |
Specifies the action that IIS takes when worker processes exceed the limit on CPU time usage.
|
|
-cpu_usage_interval |
<minutes> |
Specifies the reset interval for monitoring of CPU usage by worker processes. | |
-recycling_by_time |
<minutes> |
The period of time after which IIS application pool recycles. |
To set the period of time after which the dedicated IIS application pool on subscriptions created under the plan Plan 1 recycles to 1 hour: plesk binservice_plan_addon.exe -u "Plan 1" -iis_app_pool true -recycling_by_time 60 |
-recycling_by_requests |
<number> |
The maximum number of requests IIS application pool can process before it recycles. |
To set the maximum number of requests the dedicated IIS application pool on subscriptions created under the plan Plan 1 can process before it recycles to 1000: plesk bin service_plan_addon.exe -u "Plan 1" -iis_app_pool true -recycling_by_requests 1000 |
-recycling_by_virtual_memory |
<KB> |
The maximum amount of virtual memory a worker process can consume before causing IIS application pool to recycle. |
To set the maximum amount of virtual memory a worker process can consume before causing the dedicated IIS application pool on subscriptions created under the plan Plan 1 to recycle to 5 MB: plesk bin service_plan_addon.exe -u "Plan 1" -iis_app_pool true -recycling_by_virtual_memory 5120 |
-recycling_by_private_memory |
<KB> |
The maximum amount of private memory a worker process can consume before causing IIS application pool to recycle. |
To set the maximum amount of private memory a worker process can consume before causing the dedicated IIS application pool on subscriptions created under the plan Plan 1 to recycle to 10 MB: plesk bin service_plan_addon.exe -u "Plan 1" -iis_app_pool true -recycling_by_private_memory 10240 |
-sb_publish |
true|false |
Allows or prohibits publishing sites with Presence Builder. Is |
To allow publishing sites with Presence Builder on subscriptions created by the plan Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -sb_publish true |
-webdeploy |
true|false |
Allows or prohibits Web Deploy publishing. Is |
To allow the subscribers to Plan 1 to use web deploy publishing: plesk bin service_plan_addon.exe -u "Plan 1" -webdeploy true |
-bandwidth |
<number>[B|K|M|G|T] |
Limits the network use by sites (in units per second). Unlimited is set to |
To limit the maximum network use by sites under subscriptions assigned the plan add-on Plan 1 to 500 kilobytes per second: plesk bin service_plan_addon.exe -u "Plan 1" -bandwidth 500K |
-max_connections |
<number> |
Limits the number of available simultaneous network connections to sites. Unlimited is set to |
To limit the number of simultaneous network connections to websites on Plan 1 to 100: plesk bin service_plan_addon.exe -u "Plan 1" -max_connections 100 |
-create_domains |
true|false |
Allows or prohibits creating domains. Is |
To allow the users subscribed to the plan add-on Plan 1 to create domains: plesk bin service_plan_addon.exe -u "Plan 1" -create_domains true |
-manage_phosting |
true|false |
Allows or prohibits managing web hosting settings. Is |
To allow the users subscribed to the plan add-on Plan 1 to change web hosting settings: plesk bin service_plan_addon.exe -u "Plan 1" -manage_phosting true |
-manage_php_settings |
true|false |
Allows or prohibits managing common PHP settings. |
To allow managing common PHP settings on subscriptions based on the “Plan 1” plan: plesk bin service_plan_addon.exe -u "Plan 1" -manage_php_settings true |
-manage_php_version |
true|false |
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 service_plan_addon.exe -u "Plan 1" -manage_php_version true |
-manage_protected_dirs |
true|false |
Allows or prohibits managing password-protected directories. |
To allow the users who subscribe to the plan Plan 1 to manage password-protected directories: plesk bin service_plan_addon.exe -u "Plan 1" -manage_protected_dirs true |
-manage_performance |
true|false |
Allows or prohibits managing hosting performance settings. |
To allow the users subscribed to the plan add-on Plan 1 to manage hosting performance settings: plesk bin service_plan_addon.exe -u "Plan 1" -manage_performance true |
-manage_sh_access |
true|false |
Allows or prohibits managing access to the server over Remote Desktop. |
To allow the users subscribed to the plan add-on Plan 1 to manage access and to connect to the server: plesk bin service_plan_addon.exe -u "Plan 1" -manage_sh_access true |
-manage_quota |
true|false |
Allows or prohibits changing the amount of allocated disk space. |
To allow the users subscribed to the plan add-on Plan 1 to manage the hard quota on allocated disk space: plesk bin service_plan_addon.exe -u "Plan 1" -u -manage_quota true |
-manage_subdomains |
true|false |
Allows or prohibits managing subdomains. |
To allow the users subscribed to the plan add-on Plan 1 to manage subdomains: plesk bin service_plan_addon.exe -u "Plan 1" -manage_subdomains true |
-manage_domain_aliases |
true|false |
Allows or prohibits managing domain aliases. |
To allow the users subscribed to the plan add-on Plan 1 to manage domain aliases: plesk bin service_plan_addon.exe -u "Plan 1" -manage_domain_aliases true |
-manage_log |
true|false |
Allows or prohibits managing log rotation, namely, to adjust the cleanup and recycling of processed log files. |
To allow the users subscribed to the plan add-on Plan 1 to adjust log recycling settings: plesk bin service_plan_addon.exe -u "Plan 1" -manage_log true |
-manage_mail_settings |
true|false |
Allows or prohibits managing the mail settings. |
To allow the users who subscribe to the plan Plan 1 to manage mail settings: pelsk bin service_plan_addon.exe -u "Plan 1" -manage_mail_settings true |
-manage_anonftp |
true|false |
Allows or prohibits managing Anonymous FTP. A subscription should be assigned a dedicated IP address in order to use anonymous FTP service. Is |
To allow the users subscribed to the plan add-on Plan 1 to set up anonymous FTP share: plesk bin service_plan_addon.exe -u "Plan 1" -manage_anonftp true |
-manage_subftp |
true|false |
Allows or prohibits managing additional FTP accounts. |
To allow the users subscribed to the plan add-on Plan 1 to set up additional FTP accounts: plesk bin service_plan_addon.exe -u "Plan 1" -manage_subftp true |
-manage_crontab |
true|false |
Allows or prohibits scheduling tasks on the server. |
To allow the users subscribed to the plan add-on Plan 1 to schedule tasks on the server: plesk bin service_plan_addon.exe -u "Plan 1" -manage_crontab true |
-manage_dns |
true|false |
Allows or prohibits managing DNS settings for websites. |
To allow the users subscribed to the plan add-on Plan 1 to manage DNS zones: plesk bin service_plan_addon.exe -u "Plan 1" -manage_dns true |
-manage_webapps |
true|false |
Allows or prohibits installing and managing Java web applications. |
To allow the users subscribed to the plan add-on Plan 1 to install and manage Java applications: plesk bin service_plan_addon.exe -u "Plan 1" -manage_webapps true |
-manage_maillists |
true|false |
Allows or prohibits managing mailing lists. |
To allow the users subscribed to the plan add-on Plan 1 to set up mailing lists: service_plan_addon.exe -u "Plan 1" -manage_maillists true |
-manage_spamfilter |
true|false |
Allows or prohibits configuring spam filter on the mail account level (if the correspondent option is enabled in the server-wide configuration). |
To allow the users subscribed to the plan add-on Plan 1 to configure spam filter: plesk bin service_plan_addon.exe -u "Plan 1" -manage_spamfilter true |
-manage_virusfilter |
true|false |
Allows or prohibits managing antivirus protection settings. |
To allow the users subscribed to the plan add-on Plan 1 to manage antivirus settings: service_plan_addon.exe -u "Plan 1" -manage_virusfilter true |
-manage_iis_app_pool |
true|false |
Allows or prohibits managing IIS application pool settings. |
To allow the users subscribed to the plan add-on Plan 1 to manage IIS application pool settings: plesk bin service_plan_addon.exe -u "Plan 1" -manage_iis_app_pool true |
-manage_webstat |
true|false |
Allows or prohibits selecting the web statistics program to use for websites. |
To allow the users subscribed to the plan add-on Plan 1 to select web statistics program: plesk bin service_plan_addon.exe -u "Plan 1" -manage_webstat true |
-manage_website_maintenance |
true|false |
Allows or prohibits access to website copying. |
To allow the users who subscribe to the plan Plan 1 access to website copying. plesk bin service_plan_addon.exe -u "Plan 1" -manage_website_maintenance true |
-remote_access_interface |
true|false |
Ability to use remote API. |
To allow the users who subscribe to the plan Plan 1 the ability to use remote API: plesk bin service_plan_addon.exe -u "Plan 1" -remote_access_interface true |
-manage_additional_permissions |
true|false |
Allows or prohibits the subscriber to set the Full access
permission for files and directories in their sites’
httpdocs/ directories. |
To let the subscribers to plan add-on Plan 1 to allow or
prohibit the Plesk IIS User to write and modify files and
subdirectories in plesk bin service_plan_addon.exe -u "Plan 1" -manage_additional_permissions true |
-select_db_server |
true|false |
Allows or prohibits choosing DB server from the servers registered in Plesk, when creating a database. |
To allow the users subscribed to the plan add-on Plan 1 to select a database server during creation of a new database: plesk bin service_plan_addon.exe -u "Plan 1" -select_db_server true |
-remote_db_connection |
true|false |
Allows or prohibits managing remote database access settings. |
To allow the users who subscribe to the plan Plan 1 to manage remote database access settings. plesk bin service_plan_addon.exe -u "Plan 1" -remote_db_connection true |
-allow_local_backups |
true|false |
Allows or prohibits backing up and restoring websites, and keeping backup files on the hosting server. |
To allow the users subscribed to the plan add-on Plan 1 to back up and restore websites, and keep the data on the server: plesk bin service_plan_addon.exe -u "Plan 1" -allow_local_backups true |
-allow_ftp_backups |
true|false |
Allows or prohibits backing up and restoring websites, and saving them to custom FTP servers. |
To allow the users subscribed to the plan add-on Plan 1 to back up and restore websites, and keep the data on custom FTP servers: plesk bin service_plan_addon.exe -u "Plan 1" -allow_ftp_backups true |
-allow_account_local_backups |
true|false |
Allows or prohibits backing up and restoring accounts, and keeping backup files on the hosting server. |
To allow the users subscribed to the plan add-on Plan 1 to back up and restore accounts, and keep the data on the server: plesk bin service_plan_addon.exe -u "Plan 1" -allow_account_local_backups true |
-allow_account_ftp_backups |
true|false |
Allows or prohibits backing up and restoring accounts, and saving them to custom FTP servers. |
To allow the users subscribed to the plan add-on Plan 1 to back up and restore accounts, and keep the data on custom FTP servers: plesk bin service_plan_addon.exe -u "Plan 1" -allow_account_ftp_backups true |
-access_appcatalog |
true|false |
Allows or prohibits access to applications catalog for viewing and installing prepackaged applications on sites. |
To allow the users who subscribe to the plan add-on Plan 1 to access applications catalog and install applications on websites: plesk bin service_plan_addon.exe -u "Plan 1" -access_appcatalog true |
-access_service_users |
true|false |
Allows or prohibits managing additional user accounts. |
To allow the users who subscribe to the plan Plan 1 to manage additional user accounts: plesk bin service_plan_addon.exe -u "Plan 1" -access_service_users true |
-allow_oversell |
true|false |
Allow overselling. |
To allow the users who subscribe to the plan Plan 1 to oversell: plesk bin service_plan_addon.exe -u "Plan 1" -allow_oversell true |
-allow_license_stubs |
true|false |
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 -allow_license_stubs
option to true , you grant your customers the same
permission: They can install apps from the bundle to their
websites without purchasing app licenses. Note that you cannot
limit the number of app installations a customer is allowed to
perform. Thus, a customer can install a commercial app an
unlimited number of times. |
To allow the users who subscribe to the plan add-on Plan 1 to install APS apps using licenses from the license bundle: plesk bin service_plan_addon.exe -u "Plan 1" -allow_license_stubs |
-allow_insecure_sites |
true|false |
Allows or prohibits overriding server-wide security policy on web hosting scripting options, if the policy is set up. |
To allow the users subscribed to the plan add-on Plan 1 to override security policy: plesk bin service_plan_addon.exe -u "Plan 1" -allow_insecure_sites true |
-settings |
<filename> |
Sets the file containing custom PHP settings for a plan add-on. The file can include only 16 general PHP settings exposed to the Plesk GUI. Used with |
To set custom PHP configuration from the file my_file to the plan add-on Plan1: plesk bin service_plan_addon.exe --update-php-settings Plan1 -settings my_file |
-additional-settings |
<filename> |
Sets the file containing custom PHP settings for a plan add-on. The file can include any PHP directive except 16 general PHP settings exposed to the Plesk GUI. Used with |
To add directives to custom PHP configuration from the file my_file_add (Plan1): plesk bin service_plan_addon.exe --update-php-settings Plan1 -additional-settings my_file_add |
-aps-filter-item-name |
<name|URI> |
Specifies identifier of APS applications filter item: whether the filtered app is identified in the Plesk by name or URI. |
To add an application AdvancedPoll identified by the system by a name “advancedpoll” to the list of applications allowed for installation by users on the plan addon Plan 1: pelsk bin service_plan_addon.exe --add-aps-filter-item "Plan 1" -aps-filter-item-name name -aps-filter-item-value "advancedpoll" |
-aps-filter-item-value |
<value> |
Specifies the actual name or URI of the filtered APS app. | |
-ext_permission_git_manage_git |
true|false |
Allows Git management. Requires the Git Manager extension installed. |
To allow Git management to the users who are subscribed to the plan add-on Plan 1: plesk bin service_plan_addon.exe -u "Plan1" -ext_permission_git_manage_git true |
-ext_permission_nodejs_support_management |
true|false |
Allows Node.js management. Requires the Node.js Manager extension installed. |
To allow Node.js management to the users who are subscribed to the plan add-on Plan 1: plesk bin service_plan_addon.exe -u "Plan1" -ext_permission_nodejs_support_management true |
-ext_permission_nodejs_state_management |
true|false |
Allows Node.js state management. Requires the Node.js Manager extension installed. |
To allow Node.js state management to the users who are subscribed to the plan add-on Plan 1: plesk bin service_plan_addon.exe -u "Plan1" -ext_permission_nodejs_state_management true |
-ext_permission_nodejs_version_management |
true|false |
Allows Node.js version management. Requires the Node.js Manager extension installed. |
To allow Node.js version management to the users who are subscribed to the plan add-on Plan 1: plesk bin service_plan_addon.exe -u "Plan1: -ext_permission_nodejs_version_management true |
-ext_permission_wp_toolkit_manage_wordpress_toolkit |
true|false |
Gives access to the WP Toolkit extension. |
To give access to WP Toolkit to the users who are subscribed to the plan add-on Plan 1: plesk bin service_plan_addon.exe -u "Plan 1" -ext_permission_wp_toolkit_manage_wordpress_toolkit true |
-ext_permission_wp_toolkit_manage_security_wordpress_toolkit |
true|false |
Gives access to security management in the WP Toolkit extension. |
To give access to security management in WP Toolkit to the users who are subscribed to the plan add-on Plan 1: plesk bin service_plan_addon.exe -u "Plan1" -ext_permission_wp_toolkit_manage_security_wordpress_toolkit true |
-ext_permission_wp_toolkit_manage_cloning
|
true|false |
Allows cloning of WordPress installations in the WP Toolkit extension. |
To allow cloning of WordPress installations to the users who are subscribed to the plan add-on Plan 1: plesk bin service_plan_addon.exe -u "Plan1" -ext_permission_wp_toolkit_manage_cloning true |
-ext_permission_wp_toolkit_manage_syncing |
true|false |
Allows synchronization of WordPress installations in the WP Toolkit extension. |
To allow synchronization of WordPress installations to the users who are subscribed to the plan add-on Plan 1: plesk bin service_plan_addon.exe -u "Plan1" -ext_permission_wp_toolkit_manage_syncing true |
-ext_permission_wp_toolkit_manage_autoupdates |
true|false |
Allows management of auto-updates in the WP Toolkit extension. |
To allow auto-updates management in WP Toolkit to the users who are subscribed to the plan add-on Plan 1: plesk bin service_plan_addon.exe -u "Plan1" -ext_permission_wp_toolkit_manage_autoupdates true |