How to Install CWP

To install CWP (Control Web Panel) with N6 Cloud Services, you can follow these steps:

 

Step:-1 Login to N6 Cloud Client-Area>>Services 

Choose the Services you want to install CWP for. 

Step:-2 Connect to the Server: Connect to your server using SSH. You can use a terminal application or an SSH client like PuTTY (for Windows users) to establish a secure connection. Add your IP address in PuTTY and click on connect. (To check the IP address see your server dashboard)

Step:-3 Use your root username and password to log in.

Username: root

Password: you will be able to see that on your server dashboard

Step:-4 Set up Hostname

To learn more about it see our article: How to Change Hostname!

Step:-5 Carefully copy and Paste these commands

yum -y install wget

For CentOS 8, AlmaLinux, and RockyLinux: use this command:

yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
dnf install wget -y

Now, we need to update the server

yum -y update

Step:-6 Reboot the Server

reboot

Step:-7 Connect to the server again using PuTTY.

For CentOS 7 use commands

cd /usr/local/src

wget HTTP://centos-webpanel.com/cwp-e17-latest

sh cwp-17-latest

For CentOS 8, AlmaLinux and RockyLinux use these commands,

 cd /usr/local/src

wget http://centos-webpanel.com/cwp-el8-latest 

sh cwp-el8-latest 

Step:-8 Reboot Server

reboot 

Congratulations, your CWP is now installed.

 

Once you Installed CWP, log in to CWP with your IP address:2087 or hostname:2087

Step:-1 is to set up your PHP version to the latest version or set the PHP Version to your requirements. 

Step:-2 Configure CSF on CWP

To configure CSF connect to the server using SSH again. 

Type in the following commands:

The first step is to check if you have iptables installed on the server,

systemctl status iptables

If services are not found, then you are required to install them,

yum install iptables-services

then enable iptables,

systemctl enable iptables

The next step is to start the iptable service,

systemctl start iptables

Start the csf and lfd, 

systemctl enable csf lfd

systemctl start csf lfd

Step:-3  Create the User Account. 

To learn how to create User Account check our Knowledge Base article. 

Once you created a user account you can access that account with IP address:2083 or hostname:2083

 

If you have any questions or need assistance, we are here 24/7 to help! You can submit a ticket, chat live with us, or call us at 1-604-265-0333 or 1-866-886-NSIX (Toll-Free)

Visit our support page, N6 cloud hosting knowledgebase: N6 Cloud!


Was this article helpful?

mood_bad Dislike 0
mood Like 0
visibility Views: 95