How to Install Centos Web Panel(CWP)
CentOS Web Panel is a Free Web Hosting control panel designed for quick and easy management of (Dedicated & VPS) servers minus the chore and effort to use ssh console for every time you want to do something, offers a huge number of options and features for server management in its control panel package.
CWP is designed to work on minimal version of CentOS 6 and 7.The server on which on which CWP will be installed must be clean and shouldn’t contain any other application.Must be a freshly installed system.
The following steps will guide you in installing CWP on your dedicated server.
Update server packages
yum update -y
Install required package to start CWP installation
yum install -y wget
After installing the above packages,please reboot server.
reboot
Now we are ready to install CWP. Depending on your OS you may use one of the following:
CentOS 6: New Installer with MARIA-DB 10-latest
cd /usr/local/src wget http://centos-webpanel.com/cwp-latest sh cwp-latest
CentOS 7: Installer for CentOS 7
cd /usr/local/src wget http://centos-webpanel.com/cwp-el7-latest sh cwp-el7-latest
CWP will take close to 30 mins to complete depending on internet connection.
After CWP is installed,its will ask you to reboot server.
Log in to your CWP server using the link provided by the installer on your server
CentOS WebPanel Admin GUI at http://SERVER-IP:2030/
Username: root
Password: your root password
References: