CentOS 6 Panel

CentOS Web Panel – All-in-One Free Web Hosting Control Panel for CentOS/RHEL 6

entOS Web Panel (CWP) is a free web hosting control panel that allows you to easily manage multiple servers (both Dedicated and VPS) without the need to access server through SSH for every small task that you need to complete. It is a feature rich control panel that I am sure you will love. I will try to list some of the most beneficial features:

The latest version of CWP is 0.9.8.6 and was released on 19th April 2015, which includes few bug fixes regarding loading time improvements.

CentOS Web Panel Installation

1. To start the installation, access your server as root and make sure to set the correct hostname and static IP address before heading up for the CentOS Web Panel installation.

Important: The hostname and domain name must be different on your server (for example, if domain.com is your domain on your server, then use hostname.domain.com as your fully qualified hostname).

2. After setting hostname and static IP address, you need install wget utility to fetch the CWP installation script.

# yum -y install wget

3. Next, do a full server update to most recent version and then reboot the server to take all new updates into affect.

# yum -y update # reboot

4. After server reboot, you need to download CentOS Web Panel installation script using wget utility and install the CWP as shown below.

# cd /usr/local/src # wget http://centos-webpanel.com/cwp-latest # sh cwp-latest

Download CentOS Web Panel

CentOS Web Panel Installation

Continue: CWP Installation

Please be patient as the installation process can take between 10 and 20 minutes to complete. Once the install has finished you should see a screen saying “CWP” installed and list of credentials required to access the panel. Make sure to copy or write down the information and keep it safe:

CentOS Web Panel Information

5. Once ready, press “ENTER” for server reboot. If the system does not reboot automatically simply type “reboot” to reboot the server.

6. After server reboot, login into server as root, this time the welcome screen will be slightly different. You will see the CWP welcome screen which will provide brief information about the logged users and the current disk space usage:

CWP Server Information

7. Now you are ready to access CentOS Web Panel via your favorite web browser. To do this, simply type:

http://your-ip-addresss.com:2030 OR https://your-ip-addresss.com:2031 (over SSL)

Since I have performed the installation on my local machine, I can access it by using:

http://192.168.0.10:2030

For authentication, you would need to use your root username and password for your server.

CentOS Web Panel Login

After successful authentication you will see CWP dashboard:

CentOS Web Panel Dashboard

This is the main page of your CWP and also the place from which you manage all settings. I will try to provide brief information about each of the blocks currently present:

The resource consumption from CWP is really low. After few hours of testing the memory usage remained at512 MB:

CentOS Web Panel Memory Usage

This can be of a great benefit if you are running a small server with limited resources. The fact that CWPprovides all the tools you will need to manage and customize your server without even requiring a paid license makes It perfect not only for building test projects, but a great tool for managing live environment as well.

If you are running an unmanaged server that comes with plain CentOS installation, I would highly recommend you considering CWP as your server’s control panel.

I hope you have found the above article useful and as always if you have any questions or comments, please do not hesitate to submit them in the comment section below.

Reference Links: http://centos-webpanel.com/

 http://www.tecmint.com/free-centos-web-panel-for-web-hosting/