The subscription.exe
utility is used for managing subscriptions
through CLI.
Location
%plesk_cli%
Usage
subscription.exe <command> [<subscription name>] [
<option 1> <param> [<option 2> <param>] ... [<option N> <param>]
]
Example
To create a subscription for the administrator’s customer with the
username JDoe based on the hosting plan “Default Domain”, set up a
site for the domain example.com, assign IP address 192.168.1.100 to
the subscription, and set the username JDoe and password userpass
for access to the subscription:
plesk bin subscription.exe --create example.com -owner admin -service-plan "Default Domain" -ip 192.168.1.100 -login JDoe -passwd "userpass"
Commands
Command | Parameter | Description | Example |
---|---|---|---|
--create or -c |
<subscription_name> |
Creates a new subscription. |
To create a subscription for the administrator’s customer with plesk bin subscription.exe --create example.com -owner admin -service-plan "Default Domain" -ip 192.168.1.100 -login JDoe -passwd "userpass" |
--update or -u |
<subscription_name> |
Changes settings of an existing subscription. |
To limit the amount of disk space that… |