By following this tutorial you will 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 has 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 atleast 512MB RAM for 32 bit systems.
:- 1024MB for 64 bit systems.
:- Need 4GB RAM or more to deploy all modules.
:- At least 20GB or 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 latest CWP version with 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 login your centos web panel on browser with URL :- https://xxx.xxx.xxx.xxx:2031