Knowledge Base

How Can We Help?

Install RVSiteBuilder on cPanel and DirectAdmin

You are here:

RVSiteBuilder can be installed on both cPanel and DirectAdmin control panels. It provides a comprehensive and easy-to-use tool for creating websites using templates. RVSiteBuilder offers a wide range of templates, including free and premium designs that are affordable for users. It also includes templates that are compatible with mobile devices such as Android, iOS, and Windows Phone.

RVSiteBuilder has built-in features that support guestbooks, newsletters, FAQs, forums, photo galleries, and image editing. When building your website with RVSiteBuilder, you have access to various features such as responsive website design, block management, better version adjustment, fully customized templates, modernized UI, streamlined workflow, and the ability to import other templates.

Installing RVSiteBuilder on cPanel

To install RVSiteBuilder on cPanel, you’ll need to purchase a license and follow these steps:

1) After purchasing the license, SSH to your server as root and run the following commands:

“`
cd /usr/src
/scripts/makecpphp
“`
This command will rebuild cPanel’s internal PHP installation to ensure it’s up to date.

2) Download the RVSiteBuilder installer to the server using the following commands:

“`
rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/ (removes any previous versions of RVSiteBuilder)

rm -f rvsitebuilderinstaller.tar (removes any previous download packages of RVSiteBuilder)

wget http://download.rvglobalsoft.com/rvsitebuilderinstaller.tar

tar -xvf rvsitebuilderinstaller.tar

chmod 755 addon_rvsitebuilder.cgi
“`

3) Login to WHM as root and go to WHM >> Plugins >> RVglobalsoft manager. Follow the simple installation process.

Installing RVSiteBuilder on DirectAdmin

To install RVSiteBuilder on DirectAdmin, you’ll need to purchase a license and follow these steps:

1) After purchasing the license, SSH to your server as root and run the following command:

“`
cd /usr/src
“`

2) Download the RVSiteBuilder installer to the server using the following commands:

“`
rm -rf /usr/local/rvglobalsoft/rvsitebuilderinstaller

rm -f /usr/local/rvglobalsoft/rvsitebuilderinstaller.tar

wget http://download.rvglobalsoft.com/rvsitebuilderinstaller.tar

tar -xvf rvsitebuilderinstaller.tar

/usr/local/rvglobalsoft/rvsitebuilderinstaller/DaPreInstall.sh
“`

3) Go to DirectAdmin >> Admin level >> and run ‘RVSiteBuilder Admin’ to start the simple installation process.

4) Login to DirectAdmin as “admin” and configure the plugin in your panel.

5) The RVSiteBuilder plugin in DirectAdmin does not support configuring hosting plans. However, you can set plans at the user-level through RVSiteBuilder Admin.

To make RVSiteBuilder compatible with PHP 5.5 in DirectAdmin with PHP version 5.5, run the following command:

“`
perl /usr/local/directadmin/plugins/rvsitebuilderinstaller/admin/installphpda.pl
“`

To make RVSeagullmod compatible with PHP 5.5 in DirectAdmin, run the following command:

“`
perl /usr/local/rvglobalsoft/rvsitebuilderinstaller/autoinstaller.cgi –force=rvseagullmod
“`

If you need further assistance, please reach out to our support department.

Leave a Comment