Product:
Search Type:

How can I find Parallels Plesk Sitebuilder for Linux/Unix license number?

Article ID: 5209 
Last Review: Apr,21 2008
APPLIES TO:
  • Parallels Plesk Sitebuilder for Linux/Unix

RESOLUTION

Sitebuilder license number can be found at the Server->License Management page in  the Sitebuilder CP, see the "License key number" field. It looks like "SB.00XXXXXX.000X".

If the Sitebuilder Control Panel is not accessible, the license number can be found from the "sitebuilder3" database. Login to the Sitebuilder server via SSH.Login to MySQL with administrator account and run the query:
mysql> select l.name from  license_key l right join config_param c on c.value=l.id where c.name="active_license_key";
+------------------+
| name             |
+------------------+
| SB.00000000.0000 |
+------------------+

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields