How do I install cwp on CentOS?

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:

  1. Install wget

sudo yum install wget -y

  1. Download the latest cwp install script:

wget http://centos-webpanel.com/cwp-latest

  1. Run the install script:

sh ./cwp-latest

And that's about it! The cwp-latest script will take care of your installation.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct