• 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.

cPanel standalone setup questions

EMerkel

New Pleskian
I have installed the Web Presence Builder on cpanel and got the following output.

Code:
 ./wpb_cpanel.run
Creating directory wpbPackage
Verifying archive integrity... All good.
Uncompressing Presence Builder for cPanel...................................................
Installing the Parallels Presence Builder plugin for cPanel...
The Parallels Presence Builder plugin for cPanel has been successfully installed.
Now you need to configure it in WHM > Plugins > Parallels Presence Builder > Settings tab, or by editing the configuration file /usr/local/cpanel/etc/webpresencebuilder.ini.

When I go to configure the Settings I am not sure what to put in the fields. I tried http and https://servername.com in the URL box and the WHM root password in the password field with no luck. Tried adding :2087 to the URL with no luck either.


The documentation isn't very explicit what it is expecting. Can anyone give me some pointers?

Thanks,
Eric
 
To set up the connection by editing the configuration file:

1. Open for editing the file /usr/local/cpanel/etc/webpresencebuilder.ini.
2. By using the url option, specify the URL of the server where Web Presence Builder is installed.
Example: url = http://sitebuilder.yourdomain.com
If Web Presence Builder is installed into a non-default directory, specify the URL accordingly.
Example: url = http://sitebuilder.yourdomain.com/editor/
3. If your Web Presence Builder installation is configured to listen on non-standard HTTP or HTTP Secure ports (different from 80/443) then you must additionally specify the ports in the url and secure_url parameters.
Examples: url = http://sitebuilder.yourdomain.com:8880
secure_url = https://sitebuilder.yourdomain.com:8443
4. By using the password option, specify the administrator’s password for your Web Presence Builder installation.
Example: password = your_admin_password
5. Save changes to the webpresencebuilder.ini file.
 
Thanks for reposting the documentation but I have already read it and I am not sure what the URL and password should be.

I have tried just the server name http://myservername.com as the URL but this doesn't work. Is this expecting to be installed in it own domain or folder?

Also, is the password the cPanel WHM/root password?

Thanks,
Eric
 
Back
Top