CentOS-webPanel

---------

Install CentOS Web Panel (CWP) on CentOS 6 / 7

1. Setup Hostname    # hostnamectl set-hostname ns.worldcm.net

2. echo "192.168.1.60 ns.worldcm.net ns" >> /etc/hosts

3.  yum update -y && reboot

4. Setup Server IP Addresses

# yum -y update # yum -y install wget # cd /usr/local/src # wget http://centos-webpanel.com/cwp-el7-latest # sh cwp-el7-latest

http://Server_IP:2030

Or

https://Server_IP:2031

---------