1. Preparing Server
Let’s install required packages for CWP installation
yum -y install wget
2. Server Update
Now we need to update your server to the latest version
yum -y update
3. Reboot Server
Reboot your server so that all updates can take affect.
reboot
CentOS 7: Installer for CentOS 7
cd /usr/local/src wget http://centos-webpanel.com/cwp-el7-latest sh cwp-el7-latest
If download link doesn’t work then you can use the following:
CentOS 6: http://dl1.centos-webpanel.com/files/cwp2-latest
CentOS 7: http://dl1.centos-webpanel.com/files/cwp-el7-latest
Reboot Server
Reboot your server so that all updates can take affect and CWP gets started.
reboot