How do I install cwp on CentOS?
Linode
Linode Staff
Hi,
I want to install cwp (CentOS Web Panel) on my new Linode. Please provide instructions on how to do this.
Thank you!
1 Reply
Hi there,
I recently went through the setup process for cwp, and found it very straightforward.
After you setup your Linode with CentOS 7, you'll need to properly secure you instance according to the following guide:
https://www.linode.com/docs/security/securing-your-server
After you Linode is secure, just do the following from the command line:
- Install wget
sudo yum install wget -y
- Download the latest cwp install script:
wget http://centos-webpanel.com/cwp-latest
- Run the install script:
sh ./cwp-latest
And that's about it! The cwp-latest script will take care of your installation.