Install CWP on CentOS 7

Posted on April 26th, 2019

 

There are many free and paid control panels available for managing Linux Servers. In this tutorial, we will discuss how to manage and install CWP (CentOS Web Panel). CWP is a free and open source webhosting control panel for RPM based Linux OS like CentOS, Redhat, CloudLinux. CWP is comes with LAMP( Linux Apache MySQL/MariaDB PHP) stack. CWP port numbers are:

SSL: 2031

Non SSL: 2030

 

Here are the most beneficial features for Webhosting offered by CentOS Web Panel.

Apache Webserver

MySQL/Maria DB with phpMyAdmin

PHP 5.6

EMAIL: PostFix and Dovecote, mailboxes, RoundCube webmail interface, Spamassasin

Backups,

Free DNS server

cPanel account migration

Easy user management interface.

 

Install CWP on CentOS 7

1) Login to server through SSH as a root user.

2) Update the server and install wget.

# yum update -y

# yum install wget

3) Go to src directory.

#cd /usr/local/src/

4) Download the latest version of CWP.

# wget http://centos-webpanel.com/cwp-el7-latest

5) Start CWP installation.

# sh cwp-el7-latest

 

It may take up 30 minutes to 1 hour to complete the installation process because it needs to compile Apache and PHP from the source code.

Once the installation is completed, you will get the following messages as shown in the following image.

Install CWP

 

Then press the “Enter” key to reboot the server.

Once the server reboot is completed, you can access CWP through browser.
https://server-ip:2031

user: root

Password: Enter your root password.

Install CWP

 

If you need any further help, please do reach our support department.

 

5 Responses to “Install CWP on CentOS 7”

  1. Zeeshan says:

    Hello,

    How reliable and secure is cwp pro for managing a VPS? How much it’s license cost per year for pro version. Do you recommend it to be used for commercial websites hosting on your VPS?,

    Does your support team provide support for cwp?

    • Carlos says:

      Im have been ussing cwp from 1 year ago, and it works fine with centos 7

        • UMA says:

          After login cwp web panel. below error getting, kindly provide me the solution ASAP.

          Warning: mysqli_connect(): (HY000/1045): Access denied for user ‘root’@’localhost’ (using password: NO) in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0

          Warning: mysqli_connect(): (HY000/1045): Access denied for user ‘postfix’@’localhost’ (using password: YES) in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0

          Warning: mysqli_connect(): (HY000/1045): Access denied for user ‘postfix’@’localhost’ (using password: YES) in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0

          Warning: mysqli_connect(): (HY000/1045): Access denied for user ‘root’@’localhost’ (using password: NO) in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0

  2. Ikner says:

    Hello, sorry, after installing, everything is correct, but it does not read the url http://my-domain-ip:2030 nor does it read http://my-domain-ip:2031, but “http:// my-domain-ip” if it reads it to me, I am redirected to a web panel control view, do you know why? What step do I need to open the CWP login? I already did the steps as in the instructions.

Leave a Reply