Pages

Monday, June 10, 2013

Install Cloudflare cPanel

Got a API code from CloudFlare to be a Partner? But you don't know how to install it? Here is a simple to use tutorial.

log into SSH via Putty, Xshell or another Terminal
Log in as root with your password.
1.) cd /usr/local/cpanel
2.) curl https://www.cloudflare.com/downloads/cloudflare.tar.gz > cloudflare.tar.gz
3.) tar -zxf cloudflare.tar.gz
4.) ls -alh (shows you the files in the folder, look for the cloudflare-CloudFlare-CPanel- numbers/leters file)
eg: cloudflare-CloudFlare-CPanel-d03f3b8 (d03f3b8 would be the Unique ID)
5.) cd cloudflare-CloudFlare-CPanel-UNIQUEID/cloudflare/
6.) ./install_cf [API HOST KEY] mod_cf DeluxeWebs
change [API HOST KEY] with the API you got from CloudFlare. Change DeluxeWebs with your company name.
When finished installing.
7.) cd ../../
8.) rm -rf cloudflare-CloudFlare-CPanel-UNIQUEID

No comments:

Post a Comment