• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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