How to Install CloudFlare plugin on cPanel server

tranzservrsupprtz

Member
Registered
Joined
Feb 4, 2021
Messages
27
Points
1
Hii,
How can i install cloudflare plugin on cpanel server, any please help with your thoughts.
 

AlbaHost

Well-known member
Moderator
Hosting Provider
Joined
Jan 18, 2017
Messages
776
Points
43
Best answer
Hii,
How can i install cloudflare plugin on cpanel server, any please help with your thoughts.


using uncle google a little bit won't hurt :)
 

sam@12

Member
Registered
Joined
Jun 8, 2021
Messages
62
Points
6
Hello EveryOne

Login to your server via SSH with root user and navigate to cPanel directory.


cd /usr/local/cpanel

Download the CloudFlare package to your server.


curl -k -L https://github.com/cloudflare/CloudFlare-CPanel/tarball/master > cloudflare.tar.gz

Extract the CloudFlare package.


tar -zxvf cloudflare.tar.gz

This will extract a directory with UNIQUE_ID. This directory should look like following.


cloudflare-CloudFlare-CPanel-hsI96dg6 // Here unique ID is hsI96dg6

Navigate to cloudflare directory and install it in following format.


cd cloudflare-CloudFlare-CPanel-UNIQUE_ID/cloudflare // Replace your unique ID.

./install_cf API_HOST_KEY mod_cf "Your Company Name" // Replace following details.


API_HOST_KEY == You will get this from your CloudFlare panel.
Your Company Name == Hostname of your server.
mod_cf == It is optional. If set, the installer will try to install mod_cloudflare

CloudFlare plugin installation may take between 30 seconds to 5 minutes. When installed, you will receive a message like "CloudFlare module installed successfully" and you would see an icon for “CloudFlare” in cPanel accounts.
 

hostguy

Member
Registered
Joined
Sep 9, 2020
Messages
49
Points
6
You can install cloudflare plugin with SSH, it is must to have root access of server:
You can use below command to tar file:
curl –k –L https://github.com/cloudflare/CloudFlare-CPanel/tarball/master > cloudflare.tar.gz
After that untar your file and can start installing Cloudflare plugin.

If you want step by step details then you can check installation of cloudflare.
 
Older Threads
Newer Threads
Recommended Threads

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top