• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Cloudflare will not uninstall if you have activated Domains

karadayi

Basic Pleskian
Hi,

I deleted the Domain from Cloudflare but did not deactivate it before from Plesk. I add again the Domain and try to deactivate it but you can deactivate it.

(Error) CloudFlare can not delete domain.tld from this interface. your Plesk server is not the authoritative partner with CloudFlare for your domain.

What is the way to deactivate and uninstall Cloudflare?
 
root@vserver:~# rpm -e cloudflare-servershield mod_cloudflare
rpm: RPM should not be used directly install RPM packages, use Alien instead!
rpm: However assuming you know what you are doing...
Error: Package cloudflare-servershield is not installed
Error: Package mod_cloudflare is not installed

Packages are installed
 
Oh, looks like that you have Debian or Ubuntu server. In this case you debian-like dpkg package manager for removing these packages. More details in dpkg docs.
 
This was the way to uninstall it but the Menu Point "ServerShield by Cloudflare" in Plesk is still there

root@vserver:~# dpkg -P cloudflare-servershield libapache2-mod-cloudflare
(Reading database ... 136321 files and directories currently installed.)
Removing cloudflare-servershield ...
Removing libapache2-mod-cloudflare ...
Module cloudflare disabled.
To activate the new configuration, you need to run:
service apache2 restart
Purging configuration files for libapache2-mod-cloudflare ...
root@vserver:~# service apache2 restart
* Restarting web server apache2 ... waiting ......... [ OK ]
 
Go to Extensions, select ServerShield by CloudFlare and click Remove button.
 
Back
Top