WP Ghost and WP Cerber Security are fully compatible and complement each other well. WP Cerber focuses on login protection, malware scanning, and anti-spam, while WP Ghost focuses on attack surface reduction by changing WordPress paths and adding firewall rules. Running both plugins together gives you defense in depth: WP Ghost prevents bots from finding your WordPress files in the first place, while WP Cerber catches the attacks that do reach your login forms. Both plugins work on all server types (Apache, Nginx, IIS, LiteSpeed) and integrate cleanly with SEO and cache plugins.
Security plugins work best in layers. WP Cerber and WP Ghost approach WordPress security from different angles: Cerber is reactive (catches and blocks attacks as they happen) while WP Ghost is proactive (prevents bots from finding the attack surface in the first place). When a hacker bot scans for /wp-login.php, WP Ghost returns 404 – the bot never reaches Cerber’s login protection because it can’t find the login form. When a more sophisticated attacker bypasses path security and reaches the actual login, Cerber’s brute force protection, anti-spam, and malware scanning take over. Each plugin handles what the other doesn’t.
WP Cerber Security is a security plugin focused on login protection, anti-spam, and malware detection:
WP Ghost is a hack-prevention plugin focused on attack surface reduction:
When running both plugins together, configure them to handle complementary tasks rather than duplicating functionality. Here’s the recommended split:
Enable in WP Ghost:
Enable in WP Cerber:
Avoid duplication: Both plugins offer login limit attempts, IP blocking, and basic 2FA. Pick one plugin to handle each feature – using both creates conflicts and confusing behavior. WP Ghost is recommended for path security features and primary brute force protection, while WP Cerber is recommended for malware scanning and anti-spam.
Use this comparison to decide which plugin should handle each feature on your site:
| Feature Category | WP Cerber | WP Ghost |
|---|---|---|
| Path Security (wp-admin, login, plugins, themes, uploads, REST API) | Limited | Yes |
| 7G and 8G Firewall | – | Yes |
| Security Headers (HSTS, CSP, X-Frame-Options) | – | Yes |
| Country Blocking | – | Yes |
| Two-Factor Authentication (Code, Email, Passkeys) | – | Yes |
| Magic Link Login & Temporary Logins | – | Yes |
| Brute Force Protection (login, register, lost password, comments) | Login only | Yes |
| reCAPTCHA (Math, V2, V3) | Yes | Yes |
| IP Blacklist / Whitelist | Yes | Yes |
| Disable XML-RPC | Yes | Yes |
| Text, URL, and CDN Mapping | – | Yes |
| Anti-Spam Engine | Yes | – |
| Malware Scanner | Yes | – |
| Activity Log & Email Alerts | Yes | Yes |
Not if you configure them properly. Both plugins offer some overlapping features (login limit attempts, basic IP blocking, custom login path). To avoid conflicts, enable each feature in only one plugin. We recommend using WP Ghost for path security and primary brute force protection, and WP Cerber for malware scanning and anti-spam.
WP Ghost. WP Ghost’s path security uses server-level rewrite rules (.htaccess on Apache, Nginx config on Nginx) which are more efficient than PHP-based path rewrites. It also covers more paths than Cerber (lost password, activation, logout, AJAX). Disable the custom login path feature in WP Cerber if you have it enabled there, then configure it in WP Ghost.
WP Ghost. WP Ghost offers 2FA via code (Google Authenticator), email, and passkeys (Face ID, Touch ID, Windows Hello, hardware keys). WP Cerber’s 2FA options are more limited. Use WP Ghost’s 2FA and disable Cerber’s authentication features.
WP Ghost focuses on prevention – blocking attacks before they reach your site. WP Cerber adds reactive features like malware scanning and anti-spam that WP Ghost doesn’t include. If you want both prevention and detection/scanning, run both plugins together. If you’re focused purely on hack prevention, WP Ghost alone is sufficient for most sites.
Yes. WP Ghost is fully compatible with WooCommerce, and WP Cerber works with WooCommerce too. Both plugins protect WooCommerce login forms and customer accounts.
No. WP Ghost writes rewrite rules to .htaccess (Apache) or hidemywp.conf (Nginx) and uses WordPress hooks for application-level changes. No core files are modified. Deactivating WP Ghost restores all defaults instantly.
WP Ghost compatibility with other security plugins:
Replace the default wp_ database prefix with a random one to protect against SQL injection…
Change the WordPress uploads directory path with WP Ghost (rewrite rules, no files moved) or…
Configure WP Ghost with WP Rocket cache. Enable file optimization, Change Paths in Cache Files.…
https://youtu.be/6ylhojSi-_E In this video, we’ll explore why website security matters and what can happen if…
The security of your WordPress site depends on multiple factors, such as the strength of…
Step-by-step guides to connect WP Ghost 2FA with Google Authenticator, Authy, Microsoft Authenticator, or LastPass.…