Control Web Panel Setup and Review

In this video we test Control Web Panel. This is the only free panel we have seen that gives you the possibility of running your own webhosting business, complete with separate user panels and billing management through WHMCS.

This video is based on the CWP setup documentation available here.

First set the hostname, install wget, update the server, then reboot.

hostname cwp.example.com

yum -y install wget

yum -y update

reboot

After reboot, reconnect and continue.

In the video, I ran into an issue where my hostname reverted back to the old name. I overwrite the hostname content using nano like this:

yum install nano

nano /etc/hostname

Then change the hostname to suit your own server as shown in the video.

Finally, get the installer and run it:

cd /usr/local/src
wget https://centos-webpanel.com/cwp-el7-latest
sh cwp-el7-latest

Similar Posts