How can I remove Sitebuilder submenu from Plesk Control Panel?

Article ID: 5528 
Last Review: Oct,29 2008
Author: Bezborodova Anastasiya
Last updated by: system APPLIES TO:
  • Sitebuilder 4.x for Linux/Unix
  • Plesk 8.4.x for Linux/Unix
  • Plesk 8.6.x for Linux/Unix

Symptoms

There is Sitebuilder submenu in Plesk Control Panel that leads to sites and users managements pages.

Resolution

There are no option in Plesk Control Panel to disable integration with Plesk Sitebuilder. However using the command below you may disable Sitebuilder registration and remove Sitebuilder submenu from Plesk Control Panel.

~# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa

mysql> delete from SBConfig where param_name='url';
Query OK, 4 rows affected (0.00 sec)

mysql>

In order to change Sitebuilder URL use Plesk utility /usr/local/psa/bin/sitebuilder:

~# /usr/local/psa/bin/sitebuilder --set http://somehost/ServiceFacade/

Next time you need to register Plesk Sitebuilder in Plesk Contorl Panel ane, you may do that at.

Plesk Control Panel -> Server -> Sitebuilder Support
Keywords: integration; registration; submenu; remove


Subscription for this article changesSubscription for this article changes

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.
* - required fields