CentOS Web Panel (CWP) – a free web hosting control panel designed for quick and easy management of VPS servers minus the chore and effort to use ssh console for every time you want to do something, offers a huge number of options and features for server management in its control panel package.
The tutorial was prepared with our "CentOS 6" template and is meant to work on our self-managed virtual private servers.
0. Preliminary requirements:Freshly installed "
CentOS 6" or "
CentOS 7" template (before installation we recommend to make it
minimal);
Minimum of 1024 MB RAM.
1. Server preparationBefore installing CWP we have to perform system update:
yum update -y
After the update we recommend restarting the server:
reboot
2. CentOS Web Panel installationThere are two possibilities to install CWP. One with MySQL and the other with MariaDB. First, we have to do download installation script:
For CWP installation on
CentOS 6 you should perform the command:
cd /usr/local/src
wget http://centos-webpanel.com/cwp-latest
sh cwp-latest
For CWP installation on
CentOS 7 you should perform command:
cd /usr/local/src
wget http://centos-webpanel.com/cwp-e17-latest
sh cwp-e17-latest
Please be patient because the CWP installer can run more than 30 minutes. And after installation is finished we recommend to restart your server once again:
reboot
3. Log in to your CWPAfter server reboots you will be able to access your CWP instance with browser:
https://your-server-ip:2031/Default logins will be:
Username:
rootPassword:
your root passwordFor additional configuration instruction and information, please check CWP wiki/documentation site at:
http://wiki.centos-webpanel.com/
Comments