How to install CentOS Web Panel (CWP) on CentOS Cloud Servers

2020-08-27 By Ryan 4170 Views linux centos cwp
7 reviews

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.


  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

    centoswebpanel3

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

    # hostname centos.layerstack.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

What do you think about this article?

Rate this article
LayerStack Promotion
Need assistance?

Try this guide to receive free bundled services at signup on a new free account.

Sign Up

Your Feedback Is Important

We hope you’ll give the new products and updates a try. If you have an idea for improving our products or want to vote on other user ideas so they get prioritized, please submit your feedback on our Community platform. And if you have any questions, please feel free to ask in the Community or contact our Technical Support team.