Install CWP in Centos 7

Install CWP in Centos 7


CWP is an free and paid license based hosting panel for managing website database,emails,file,etc using a single Panel. In this article we will discuss how to install CWP in Centos 7

Software Requirements

You must have a clean/fresh installation of supported operating systems:
CentOS 6, RedHat 6 or CloudLinux 6, MINIMAL installation and English version only!
CentOS 7 is also supported, we recommend minimal version.
CentOS 8 is NOT supported yet.

Hardware Requirements

32 bit operating systems require a minimum of 512 MB RAM
64 bit operating systems require a minimum of 1024 MB RAM (recommended)
Recommended System: 4 GB+ RAM so you would have the full functionality such as Anti-virus scan of emails.

CWP-Installation:-

Step:-1. Access your server using putty or terminal with ssh by ssh command.

Step:- 2. After access server run the below command for download and install CWP script.

For CentOS 6: New Installer with MARIA-DB 10-latest

 [root@CWP ~]# cd /usr/local/src 
 [root@CWP ~]# wget http://centos-webpanel.com/cwp-latest 
 [root@CWP ~]# sh cwp-latest 

For CentOS 7: Installer for CentOS 7

 [root@CWP ~]# cd /usr/local/src 
 [root@CWP ~]# wget http://centos-webpanel.com/cwp-el7-latest 
 [root@CWP ~]# sh cwp-el7-latest 

Step:- 3. After run the installer script wait for 30-40 minutes for completed CWP installation .

Step:- 4. As CWP installation will complete. You need to reboot the server.

 [root@CWP ~]# reboot 

CWP-Configuration:-

You can Login into CWP admin Panel using url http://server-ip:2030/ or http://hostname:2030

– Setup nameservers
– Setup shared ip (must be your public IP address)
– Setup at least one hosting package (or edit default package)
– Setup root email

Now CWP installation and Configuration is completed and CWP Panel is ready to use.

Thankyou..

    • Related Articles

    • Install VnStat Network Monitoring on CentOS 7

      Console based network traffic monitoring This article will help you install VnStat network monitoring on your CentOS 7 server. VnStat is console based network traffic monitor for Linux. This will help monitor multiple interfaces at the same time. ...
    • Install Plesk on CentOS 7

      Plesk is a private web host panel that provides users with the ability to administer websites, databases, emails and domains for their personal and/or custome clients. Allows simple point-and-click administration / maintenance via a browser. Install ...
    • How to Install PHP in CentOS 7

      PHP is the part of our setup that processes code for dynamic content display. It can run scripts, link to our MySQL databases, and view processed content to our web server. Step 1: We can use the following command for the installation of our ...
    • Install WHM/Cpanel in Centos 7

      Hardware requirements of WHM/Cpanel You have sudo user access or root access to install whm/Cpanel. Step:- 1. Access your server using SSH from putty or any third party software. Here we are using default 22 port for SSH access, If you are using any ...
    • How to Install (Linux, Apache, MariaDB, PHP) LAMP Stack on CentOS 7

      LAMP, which operates Linux as the operating system, is an open-source web-developing platform using Apache as the web-based server and PHP as an object-oriented scripting language. (Instead of PHP, Perl or Python are sometimes used.) Prerequisites ...