wrapper
8Dweb
Thank you for your suggestion. We will try to consider this in the future.
pratik_asabe we're using cpfence on our production server, cPFence i'd like to see a seperate thread confirming full compatibility with v12 after its release, because we're going to migrate to v12 only after confirmation from you!
Thank you! We already have a thread dedicated to v12 and cPFence compatibility, and we’ll update it once full compatibility is confirmed. This is our top priority, and we’ve been planning for it for months. As soon as v12 is out, our team will be working on it nonstop until everything is fully ready.
mbe81
Welcome to cPFence! Glad to hear you’re finding it useful. Lots of exciting features and tools are coming, especially now that we’re moving beyond Docker. This will open up possibilities for many innovative features on our roadmap. Stay tuned!
For auto-updates, it really depends on your setup. If you’re managing personal sites or directly handling client sites where you only use high-quality, up-to-date themes and plugins, enabling auto-updates is usually safe, especially if you are using cPFence MonitorPro to keep an eye on your sites and be the first to know when issues arise. But for shared hosting, it’s not recommended. Instead, the best approach is to use the amazing cPFence bulk WordPress update tool:
cpfence --bulk-update-wordpress
You can choose between Fully Automatic or Semi-Automatic modes, allowing you to update hundreds or even thousands of sites in minutes!. It also performs automatic site health checks post update, ensuring pages load properly and content remains intact. It will even attempt to fix issues for you! Definitely worth giving it a try!
Regarding the Auto Quarantine, I recommend disabling Auto Quarantine and running a full scan. After that, whitelist any false positives. Here are some examples:
Whitelist a file name server-wide on all sites in one shot:
cpfence --exclude-path ./whitelisted_file_name.php
Whitelist a path, plugin, or theme server-wide on all sites in one shot:
cpfence --exclude-path /wp-content/plugins/my_whitelisted_plugin/
Whitelist a client site completely:
cpfence --exclude-path /var/www/site_id/
Once done, you can enable the auto quarantine features as you will receive only very few false positives following these steps.