How to install CentOS Web Panel (CWP)

How to install CentOS Web Panel (CWP)

Steps to follow to install CWP Panel from CLI

   Step 1: Download and Install the CWP Panel from CLI

1. Login to your server as root or as any other user with sudo privilege and run the following commands in the terminal.

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

(If the mentioned download link doesn’t work, then you can use the following link - http://dl1.centos-webpanel.com/files/cwp-latest)


# sh cwp-latest

(one thing to remember, CSF packages must not be installed previously, otherwise it can't be enabled from CWP if the version of the CSF mismatch)



2. The CWP installation progress will take some times because several software will be compiled from source for improved performance, security and flexibility. Once the process is done, you’ll see something like this -


3. Now hit Enter on your keyboard and your server should reboot automatically.

4. Now open up your favorite web browser (Firefox, Chrome, etc) and open your newly installed CWP admin GUI at one of these URLs -
http://SERVER_IP:2030 or https://SERVER_IP:2031
 

   Step 2: Login to CentOs Web Panel

1. Go to CentOS WebPanel Admin GUI at http://SERVER_IP:2030 or https://SERVER_IP:2031 and login using following credentials .

Username: root
Password: <your root password>



2. Now the dashboard will appear on the screen.


   Step 3: Server settings needed post installation

1. Check if prompt for setup root email address, click on the button Set Root Email

2. Check if you do not have service monitor set, click on it and set the monitoring

3. Now if the firewall is disabled,

Enable it by the following by clicking enable firewall button as follows


 


    • Related Articles

    • Available automated scripts at centos web panel (CWP) with the latest version

      Restart HTTPD service: # sh /usr/local/cwpsrv/htdocs/resources/scripts/restart_httpd Install or update ioncube loader PHP addons (you will need to restart httpd and cwpsrv): # sh /usr/local/cwpsrv/htdocs/resources/scripts/update_ioncube Upgrade ...
    • Centos-web panel (CWP) Services, Logs and Configuration files

      CWP Login Logs: /var/log/cwp_login.log or /var/log/cwp_client_login.log cwpsrv Logs: /usr/local/cwpsrv/logs /usr/local/cwp/php71/var/log/ Apache: Logs Global Access and Error logs: /var/log/httpd/ Domain logs: /usr/local/apache/logs Services Stop: ...
    • How to install Plesk in CentOS Linux

      Installing Plesk Panel on CentOS Linux server Check out our updated step by step guide on how to setup plesk obsidian on centos 7 To install Plesk panel at Linux server, please follow the below given steps. Step-01: Installation of the Plesk control ...
    • Install Redis on Plesk Server

      Install Redis on Plesk Centos 7 Server Install Redis on Server Base Enable Redis PHP Extension from Plesk Reference KB: https://bobcares.com/blog/install-redis-on-plesk/ https://supporthost.in/install-redis-on-a-plesk-server/ Install Redis on Server ...
    • How to install WordPress on CWP

      Steps to install Wordpress in CWP Step 1: Login at http://<your_server_ip>:2082 or http://<domain_name>:2082 1. Go to the Addons menu on left panel, select Wordpress. 2. Fill in the input fields as mentioned below, A. Choose Protocol - protocol type ...