Question
How to find Plesk key number for support request?
Answer
-
Go to Tools & Settings > License Information > Key number:
Note: in case the Tools & Settings or License Information page is absent contact your hosting provider.
- Log in to Plesk360 with the email address which you used when purchasing Plesk license
- Open the Licenses tab:
-
Log into the server via SSH with root privileges
-
Execute the command below to get Plesk key number:
# plesk bin keyinfo --list | grep plesk_key_id | awk {'print $2'}
PLSK000000010000Note: in case the command above returns an empty output it means that the license key is not installed.
-
Log into the server via RDP.
-
Execute the command below to get Plesk key number:
plesk bin keyinfo.exe --list | findstr plesk_key_id
plesk_key_id: PLSK000000010000Note: in case the command above returns an empty output it means that the license key is not installed.
For Linux:
-
Log into the server via SSH with root privileges
-
Execute the command below to get Plesk key number:
# grep "<name>PLSK" /etc/sw/keys/registry.xml
<member><name>PLSK.00000001.0000</name>Note: in case the command above returns an empty output it means that the license key is not installed.
For Windows:
-
Log into the server via RDP.
-
Execute the command below to get Plesk key number:
findstr "<name>PLSK" "%plesk_dir%\admin\repository\registry.xml"
<member><name>PLSK.00000001.0000</name>Note: in case the command above returns an empty output it means that the license key is not installed.
Comments
1 comment
i have the freaking german version and i don't have tools & settings ... ARGH!!!!
Please sign in to leave a comment.