The keyinfo.exe utility allows viewing license key properties and checking if a given key can be applied to a particular Parallels Plesk Panel version.
Location
%plesk_cli%
Usage
keyinfo.exe <command> [<param>]
Example
The following command checks if a license key stored in C:\tmp\server.key is valid for the current Parallels Plesk Panel version:
>keyinfo.exe -test-key C:\tmp\server.key
Commands
Command |
Parameter |
Description |
Example |
|
|
Displays the value of a key property. |
To display information on availability of shell access: >keyinfo.exe --info key_shell or >ip_pool.exe -i key_shell |
|
|
Lists key properties and values. |
To print the list of key properties and values: >keyinfo.exe --list or >keyinfo.exe -l |
|
|
Checks if a key is valid for the current Parallels Plesk Panel version. |
To test the license key from >keyinfo.exe -test-key C:\tmp\server.key or >keyinfo.exe -t C:\tmp\server.key |
|
|
Displays help on the use of the utility. |
To view help on the use of this utility: >keyinfo.exe --help or >keyinfo.exe -h |