Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: preg_match(): Unknown modifier '-' in /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php on line 783

Warning: Cannot modify header information - headers already sent by (output started at /home/akl1986/public_html/support/wp-content/plugins/redux-framework/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php:783) in /home/akl1986/public_html/support/wp-includes/feed-rss2.php on line 8
Install CentOS Web Panel (CWP) on CentOS 6 – AKLWEB HOST LLC Support Center https://support.aklwebhost.com Fri, 27 Dec 2019 06:57:53 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.4 Install CentOS Web Panel (CWP) on CentOS 6 https://support.aklwebhost.com/knowledgebase/install-centos-web-panel-cwp-on-centos-6/ https://support.aklwebhost.com/knowledgebase/install-centos-web-panel-cwp-on-centos-6/#respond Fri, 06 Dec 2019 14:11:26 +0000 https://support.aklwebhost.com/?post_type=manual_kb&p=2530 CentOS Web Panel or CWP is an open-source hosting control panel which is designed for quick and easy management of a server. It includes all of the features of a modern panel, like admin/client access in the panel, Softculous auto installer, MySQL, phpMyAdmin, Apache, SSL, DNS, Roundcube, ModSecurity, anti-spamming solutions, and many more. One of its most popular features is the PHP version switcher.

CWP Panel is compatible with CentOS 6.x, RedHat 6.x, and CloudLinux 6.x.

In this article, we are going to install it and make some basic configuration changes.

First, connect to your server with SSH, using your root account, and change the hostname according to this guide.

Then, if you haven’t already, set your IP addresses (as AKLWEB Host recommends), by going to the AKLWEB Host control panel, and navigating to Dedicated Server Control Panel -> Manage -> IPv4 Section -> Choose Any IP. Follow the instructions on that page.

Installation

Restart your server, and connect again via SSH with your root account. We need to prepare our server, by installing wget and upgrading all server packages with the following commands.

yum install wget
yum update
reboot

Now we are ready to install CWP. Connect again via SSH and run the following commands:

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

We will have to wait until installation has completed.

After the installation completes, don’t forget to copy the “CWP Installed” notice from SSH, because it includes the MySQL root password. Next, press “enter”, in order to allow the server to reboot.

When the reboot is done, we can login to our CWP panel, via our web-browser at either of the following URLs. Replace “SERVER_IP” accordingly:

  • http://[SERVER_IP]:2030 (non-secure)
  • https://[SERVER_IP]:2031 (secure)

Login with the user name “root” and your root password.

Your are ready to begin using CWP!

]]>
https://support.aklwebhost.com/knowledgebase/install-centos-web-panel-cwp-on-centos-6/feed/ 0