MilesWeb Hosting Forum

Web Hosting Technical Support => How To's => Topic started by: saurabhj on August 27, 2015, 08:04:18 PM

Title: How do I uninstall the CloudFlare cPanel plugin?
Post by: saurabhj on August 27, 2015, 08:04:18 PM
An uninstall script has been provided to unregister the plugin with cPanel and remove all CloudFlare specific files from the server to deactivate the plugin.

The following set of commands will download the necessary files, execute the uninstall script and ultimately remove the uninstall script as well

Quote#wget https://raw.githubusercontent.com/cloudflare/CloudFlare-CPanel/master/cloudflare/installers/cloudflare.cpanelplugin && bash <(curl -s https://raw.githubusercontent.com/cloudflare/CloudFlare-CPanel/master/cloudflare/uninstall_cf) && rm -f uninstall_cf
NOTE: This will not remove zones or users from CloudFlare that have been registered through the plugin.