In this article, we will have explained the necessary steps to install and configure Install CentOS Web Panel on CentOS 7. Before continuing with this tutorial, make sure you are logged in as a user with sudo
privileges. All the commands in this tutorial should be run as a non-root user.
CentOS Web Panel (CWP) is a free web hosting control panel that offers easy management of multiple servers without the need to access the server through SSH for every small task that you need to complete. It is a feature-rich control panel, which comes with a high number of options and features for quick server management.
Install CentOS Web Panel
Step 1. The first command will update the package lists to ensure you get the latest version and dependencies.
sudo yum clean all sudo yum update
Step 2. Install CentOS Web Panel.
Download the latest version of CWP from their official site, Use the beneath wget
command:
cd /usr/local/src wget http://centos-webpanel.com/cwp-el7-latest
Now start CWP installation by executing “cwp-el7-latest”:
sh cwp-el7-latest
The installation script will take some time to complete, and once it’s done you will be provided with an URL to access the panel and your MySQL root password. Make sure you keep these details as you will need them at a later stage:
############################# # 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: Your_Password MySQL root Password: Your_MYSQL_PASSWORD ######################################################### CentOS Web Panel MailServer Installer ######################################################### SSL Cert name (hostname): HOSTNAME.DOMAIN.TLD 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!
Step 3. Accessing CWP Admin Control Panel.
Once the server is online after reboot, try accessing the CWP admin portal from your web browser:
http://SERVER_IP:2030 ### OR ### https://SERVER_IP:2031
Congratulation, you have learned how to install and configure Install CentOS Web Panel on CentOS 7. If you have any questions, please leave a comment below.