How to install CWP in Centos 7: Difference between revisions

From LHYcloud Docs
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
'''<big>Install CentOS Web Panel (CWP) on CentOS 7</big>'''
'''<big>Install CentOS Web Panel (CWP) on CentOS 7</big>'''


# <big>Before     initiating the installation, run the below commands to prepare the server     for CentOS Web Panel.</big>
<big>Before initiating the installation, run the below commands to prepare the server for CentOS Web Panel.</big>
# <big># yum install wget</big>
{| class="wikitable"
#
|+
# <big># yum update</big>
|<big>yum install wget</big><big>yum update</big> <big>reboot</big>
#
|}
# <big># reboot</big>
<big>Set the Hostname with the below command and the hostname is recommended to be a subdomain rather than the main domain.</big>
[[File:S1.png|center|thumb|602x602px]]
{| class="wikitable"
 
|+
 
|<big>hostname centos.greencloud.com</big>
[[File:S2.png|center|thumb|569x569px]]
|}
 
<big>Now proceed with the CentOS Web Panel with the below commands.</big>  
 
{| class="wikitable"
 
|+
 
|<big>cd /usr/local/src</big><big>wget <nowiki>http://centos-webpanel.com/cwp-latest</nowiki></big>
# <big>Set     the Hostname with the below command and the hostname is     recommended to be a subdomain rather than the main domain.</big>
<big>sh cwp-latest</big>
# <big># hostname     centos.greencloud.com</big>
|}
 
<big>Restart the server with the below command once the installation is completed.</big>
 
{| class="wikitable"
[[File:Save3.png|center|thumb|575x575px]]
|+
 
|<big>shutdown -r now</big>
 
|}
# <big>Now     proceed with the CentOS Web Panel with the below commands.</big>
<big>Go to CentOS Web Panel Admin GUI from the below URLs.</big>
# <big># cd /usr/local/src</big>
{| class="wikitable"
# <big># wget     <nowiki>http://centos-webpanel.com/cwp-latest</nowiki></big>
|+
# <big># sh cwp-latest</big>
|<big><nowiki>http://SERVER_IP:2030/</nowiki></big><big><nowiki>https://SERVER_IP:2031/</nowiki></big>
[[File:Save4.png|center|thumb|602x602px]]
|}
 
<big>Enter the server username and the password.</big>
 
{| class="wikitable"
# <big>Restart     the server with the below command once the installation is completed.</big>
|+
# <big># shutdown -r now</big>
|<big>Username: root</big>  
# <big>Go     to CentOS WebPanel Admin GUI from the below URLs.</big>
<big>Password: Your root password</big>
# <big><nowiki>http://SERVER_IP:2030/</nowiki></big>
|}
# <big><nowiki>https://SERVER_IP:2031/</nowiki></big>
[[File:Save5.png|center|thumb|602x602px]]
# <big>Enter     the server username and the password.</big>
# <big>Username: root</big>
#
# <big>Password: Your root     password</big>
 
<big>Summary</big>
 
<big>Through this article, I showed you how to install CentOS Web Panel (CWP) on CentOS 7 as well as access CWP complete.</big>
<big>Through this article, I showed you how to install CentOS Web Panel (CWP) on CentOS 7 as well as access CWP complete.</big>
<big>Hope you can do it successfully.</big>

Latest revision as of 10:46, 23 August 2025

Install CentOS Web Panel (CWP) on CentOS 7

Before initiating the installation, run the below commands to prepare the server for CentOS Web Panel.

yum install wgetyum update reboot

Set the Hostname with the below command and the hostname is recommended to be a subdomain rather than the main domain.

hostname centos.greencloud.com

Now proceed with the CentOS Web Panel with the below commands.

cd /usr/local/srcwget http://centos-webpanel.com/cwp-latest

sh cwp-latest

Restart the server with the below command once the installation is completed.

shutdown -r now

Go to CentOS Web Panel Admin GUI from the below URLs.

http://SERVER_IP:2030/https://SERVER_IP:2031/

Enter the server username and the password.

Username: root

Password: Your root password

Through this article, I showed you how to install CentOS Web Panel (CWP) on CentOS 7 as well as access CWP complete.