• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Changing The ServiceFascade URL - Working Instructions Here

R

Richard Mataka Jr

Guest
Hey Guys -- Hope this helps i got this straight from support and it works!


When Parallels Plesk Panel and Parallels Plesk Sitebuilder are installed on the same server by default Sitebuilder virtual host name is set to sitebuilder.www.domain.com in configuration of Parallels Plesk Panel. Where www.domain.com is full hostname of Parallels Plesk Panel that is set during initial configuration and may be changed on page {Settings -> Server Settings}.

You may see Sitebuilder virtual host name as it is registered in Parallels Plesk Panel on page {Home -> Sitebuilder Settings}.
Sitebuilder server URL cannot be changed through GUI, but may be reconfigured via CLI /usr/local/psa/bin/sitebuilder:

~# /usr/local/psa/bin/sitebuilder --set http://sitebuilder.domain.com/ServiceFacade/

Utility /usr/local/psa/bin/sitebuilder is Plesk CLI that is used to verify or changed Sitebuilder server URL in Plesk registration. The changes do not affect Sitebuilder settings.

Utility /usr/local/bin/sb_config is Sitebuilder CLI that is used for reconfiguration of Sitebuilder settings. To change Sitebuilder virtual host name in Sitebuilder configuration you should run this utility:

~# /usr/local/bin/sb_config --sb_hostname sitebuilder.domain.com --force_update_wscfg

Option "--force_update_wscfg" is to recreate Apache configuration for new Sitebuilder virtual host.


SO IN OTHER WORDS

if you install sitebuilder on HOST NAME sub.domain.com after install you will get a vHost with

sitebuilder.sub.domain.com

This wont propergate with DNS

So you need to setup a subdomain in your DNS to sitebuilder and then use the command to
configure your vHOST with the correct DNS as sitebuilder.domain.com

Hope this helps!! This should BE in the DOCS!!!


Rick
 
This looks like what I am after, however, I am not sure on a few things.

I use web24, and I access plesk here: https://{mycompany}.hosting24.com.au:8443/

I installed sitebuilder, and the server URL in the sitebuilder settings page (Home -> Sitebuilder Settings) looks like this: http://sitebuilder.{mycompany}.hosting24.com.au

What should I be changing?
 
Back
Top