Guides & Tutorials

hosting image

How to Install CentOS Web Panel

In this article, I will show you how to install CentOS Web Panel. First you need a VPS hosting or Dedicated server  64bit OS with at least 1GB ram and at least 20GB available space.
blank

First prepare the VPS for CentOS Web Panel.

yum -y install wget
yum -y update
reboot

Now Set Hostname.
After the reboot set a hostname for the server you are installing CWP () on.
For this purpose, log into your server and type the following:
hostname serv.demo.com As you have noticed that a hostname is recommended to be a subdomain rather than the main domain.

Download CentOS Web Panel.
Follow the given steps to get CWP on your CentOS server.

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

Now install the downloaded CWP.

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

it will take about 30 minutes to install completely after that reboot your server to complete the installation:

reboot

Now you have CentOS Web Panel on your VPS.
To Log into your control panel as root user, use the given link:
http://serverIP:2030
Username: root
assword: is your root password.

Now you need to Set up name server
DNS Functions > Edit Nameserver IP

Now Set Up shared IP
CWP settings > Edit Settings > write the shared IP

After that set one hosting package so it is available to be assigned
Go to package>add package>fill the info and limits of the package

In the last step set up root email
Go to “CWP” settings > Edit Settings >write the root email for the “CWP”

Read how to install phpMyAdmin in centOS.