How to install CentOS Web Panel (CWP) on CentOS 7

Estimated reading: 2 minutes 759 views

Introduction

CentOS Web Panel is a Web Hosting control panel designed to make managing servers faster and easier, minimizing the work and effort of using the SSH console every time you want to do something and also offering a lot of options and features in its control panel package.

As the name suggests, CentOS Web Panel is designed to be installed specifically on CentOS servers only.

Install CentOS Web Panel (CWP) on CentOS 7

  1. Before initiating the installation, run the below commands to prepare the server for CentOS Web Panel.
    # yum install wget
    
    # yum update
    
    # reboot
    

    centoswebpanel1

    centoswebpanel2

     

  2. Set the Hostname with the below command and the hostname is recommended to be a subdomain rather than the main domain.
    # hostname centos.greencloud.com
    

    centoswebpanel4

  3. Now proceed with the CentOS Web Panel with the below commands.
    # cd /usr/local/src
    
    # wget http://centos-webpanel.com/cwp-latest
    
    # sh cwp-latest
    

    centoswebpanel5

    centoswebpanel6

  4. Restart the server with the below command once the installation is completed.
    # shutdown -r now
    
  5. Go to CentOS WebPanel Admin GUI from the below URLs.
    http://SERVER_IP:2030/
    
    https://SERVER_IP:2031/
    

    centoswebpanel8

  6. Enter the server username and the password.
    Username: root
    
    Password: Your root password
    

    centoswebpane9

    Summary

    Through this article, I showed you how to install CentOS Web Panel (CWP) on CentOS 7 as well as access CWP complete.

    Hope you can do it successfully.

 


Support 24/24h with coupon code: 1DOLLAROFF 10% discount. Click now! 👆

Leave a Comment

Share this Doc

How to install CentOS Web Panel (CWP) on CentOS 7

Or copy link

CONTENTS