In this article, we will learn, How to Configure Centos Web Panel on your server through shell…
How to Configure Centos Web Panel on your server through shell:-
Before installing CWP, you must know the following information:
:- CWP only supports static IP addresses. It does not support dynamic, sticky, or internal IP addresses.
:- CWP doesn’t have an uninstaller. After you install CWP, you must reinstall the server to remove it.
:- Only install CWP on a freshly installed operating system without any configuration changes.
:- Need at least 512MB RAM for 32 bit systems.
:- 1024MB for 64 bit systems.
:- Need 4GB RAM or more to deploy all modules.
:- At least 20GB of hard disk space is required.
Step 1:- Install Wget Package.
# yum install wget -y
Step 2:- Update your server.
# yum update -y
Step 3:- Download and Install CWP.
Download the latest CWP version with the command:
# wget http://centos-webpanel.com/cwp-latest
If the above URL doesn’t work, use the following link instead.
# wget http://dl1.centos-webpanel.com/files/cwp-latest
Then, start CWP installer using command with maria DB database:
# sh cwp-latest -d mariadb
Now You can log in to your centos web panel on a browser with the URL:- https://xxx.xxx.xxx.xxx:2031