plesk bin license.exe -i AB1C23-4DEF56-7GHI89-JK1L23-MNP456 -additional-key true
Command |
Parameter |
Description |
Example |
|---|---|---|---|
|
|
If a filename is provided, installs a license key from the specified file. If a code is provided, installs a license key that is associated with the code. |
To install a license key from the file: plesk bin license.exe -i key.xml To install a license key by using the activation code: plesk bin license.exe -i AB1C23-4DEF56-7GHI89-JK1L23-MNP456 |
|
Checks the validity of the installed license key (returns the 0 exit code if the key is valid and 1 if it is invalid) |
To check the validity of the installed license: plesk bin license.exe -c |
|
|
Retrieves the installed license keys. |
To retrieve the installed license keys: plesk bin license.exe --retrieve |
|
|
Displays help on the use of the utility. |
To view help on the use of this utility: plesk bin license.exe -h |
Option |
Parameter |
Description |
Example |
|---|---|---|---|
|
|
Specifies whether the provided activation code is for an additional license key. You can skip this option in case you are installing a Plesk’s main license key. |
To install an additional license key: plesk bin license.exe -i AB1C23-4DEF56-7GHI89-JK1L23-MNP456 -additional-key true |