Q. Can I use SentinelSecurity alongside other security plugins?
A. In general, running multiple security plugins simultaneously is not recommended.
Why It's Not Recommended
Security plugins hook into the same WordPress hooks (init, login_form, authenticate, etc.), so overlapping features can cause unexpected behavior.
The following issues have been commonly reported:
- Login page becomes inaccessible — Multiple plugins attempt to change the login URL simultaneously, causing conflicts
- Duplicate brute force protection — Both plugins block IPs, making the unblock process more complicated
- Performance degradation — Running the same processes twice increases server load
Recommended Migration Steps
When migrating from another security plugin such as Wordfence, Sucuri, or iThemes Security, follow these steps:
- Note or export your existing security plugin's settings
- Deactivate the existing plugin
- Activate SentinelSecurity
- Configure SentinelSecurity (see the Quick Start Guide)
- After verifying everything works, delete the old plugin
Plugins That Can Be Used Together
There are no issues using SentinelSecurity alongside non-security plugins.
- Backup plugins — UpdraftPlus, BackWPup, etc.
- SMTP plugins — WP Mail SMTP (recommended for improving OTP email reliability)
- Cache plugins — WP-Rocket, W3 Total Cache, etc. (make sure to exclude the login page from caching)