CentOS Web Panel, or CWP, is a powerful, open source web hosting control panel designed for CentOS, RHEL, and CloudLinux. With the help of CWP, system administrators can easily perform many system management tasks in a single place.
203.0.113.1
.example.com
has been configured to point to the server.root
.cwp
and cwp.example.com
respectively.Download and run the official CWP installation script.
cd /usr/local/src
wget http://centos-webpanel.com/cwp-el7-latest
sh cwp-el7-latest
The installation process might take a while because the script will automatically download and install all required dependencies, including Apache, MariaDB, PHP, and many other components.
If all went well, you will see the output as below. Write down or save these credentials to a secure place for future reference, and then press the Enter
button to reboot your system.
#############################
# CWP Installed #
#############################
go to CentOS WebPanel Admin GUI at http://SERVER_IP:2030/
http://203.0.113.1:2030
SSL: https://203.0.113.1:2031
---------------------
Username: root
Password: ssh server root password
MySQL root Password: Qr71ced05pwr
#########################################################
CentOS Web Panel MailServer Installer
#########################################################
SSL Cert name (hostname): cwp.example.com
SSL Cert file location /etc/pki/tls/ private|certs
#########################################################
visit for help: www.centos-webpanel.com
Write down login details and press ENTER for server reboot!
Press ENTER for server reboot!
After the system is started again, you can point your favorite web browser directly to http://203.0.113.1:2030
or https://203.0.113.1:2031
to log in. CWP will have automatically configured firewall rules to allow access on ports 2030
and 2031
. For security purposes, the latter URL is recommended.
After logging in, feel free to navigate the CWP dashboard and try out various management features.