fbpx

What Is CWP?

CentOS Web Panel (CWP) is a web hosting control panel. It’s a no-cost alternative to cPanel. It has an easy-to-use interface and a variety of other features for beginners who want to set up and manage hosting servers. Using CWP is simple and convenient because you don’t have to connect to the server via SSH for every minor task that needs to be completed.

Installation

Step 1 – Prepare the server

Install the EPEL repository on CentOS 8

dnf install epel-release
Install CentOS 8 EPEL

Step 2 – Update the server

With the following command we will update the server

dnf update -y
Update Centos 8

Note: A reboot is required for the update to apply. Use this command: reboot

Step 3 – Installation of CWP

cd /usr/local/src
wget http://dl1.centos-webpanel.com/files/cwp-el8-latest
sh cwp-el8-latest
Installation of CWP
Installation of CWP
#############################
#      CWP Installed        #
#############################

Go to CentOS WebPanel Admin GUI at http://SERVER_IP:2030/

http://server_IP:2030
SSL: https://server_IP:2031
---------------------
Username: root
Password: ssh server root password
MySQL root Password: EjDr5wPUd7x8

#########################################################
          CentOS Web Panel MailServer Installer          
#########################################################
SSL Cert name (hostname): node1
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!
57 files removed
Please reboot the server!
Reboot command: shutdown -r now
[root@node1 src]# 

Note: A reboot is required again

CentOS Web Panel
CWP Dashboard

2 Comments

How To Install Nagios On CentOS 7 - Virtono Community · April 16, 2023 at 1:07 PM

[…] we need to access the Nagios web interface to make sure that everything is working properly. Open a web browser and go […]

How To Install VestaCP On CentOS 7 - Virtono Community · April 26, 2023 at 2:25 PM

[…] the installation process is complete, you can access your VestaCP on CentOS control panel by visiting your server’s IP address in a web browser. The default port for VestaCP is 8083, […]

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.