Admin Safety Guard is a powerful yet lightweight WordPress security plugin that protects your login page and admin dashboard from hackers, bots, and brute-force attacks. It is built for anyone — from first-time bloggers to experienced developers — with a clean interface, clear settings, and features that work from the moment you activate it.
WordPress is the most popular website platform in the world, which also makes it the most targeted. Every day, thousands of automated bots scan WordPress sites looking for weak passwords, exposed login pages, and unpatched vulnerabilities. Admin Safety Guard closes those doors quickly and reliably, without slowing down your site or requiring any technical expertise.
[youtube
https://www.youtube.com/watch?v=KFNUmTHtODE]
Why WordPress Sites Get Hacked — And How Admin Safety Guard Stops It
Most successful WordPress attacks follow the same pattern:
- A bot finds your login page at the default
wp-login.php address.
- It tries thousands of username and password combinations (brute-force attack).
- Once inside, it installs malware, steals data, or takes over your site.
Admin Safety Guard blocks every step of this attack chain — for free.
Free Features
Limit Login Attempts (Active by Default)
Automatically block any IP address that fails too many login attempts. You control the number of allowed attempts, the lockout duration, and the message shown to blocked users. Brute-force attacks become impossible when attackers are locked out after 3 failed tries. Login Limit Attempts is the only feature enabled by default on fresh install, so your site is protected the moment you activate the plugin.
Custom Login URL
Move your login page away from the default
wp-login.php address. Bots and automated scanners will never find your login page because it simply does not exist at the expected location. You can set any slug you like, and the plugin handles redirect rules automatically. You can also set a custom redirect URL for after login and after logout.
Two-Factor Authentication (2FA) via Email OTP
After a user enters their correct password, a one-time passcode (OTP) is sent to their email address. They must enter that code to complete the login. Even if a hacker steals a password, they cannot get in without also accessing the user’s email inbox. You can customise the OTP email subject and body to match your brand.
Google reCAPTCHA (v2 & v3)
Add Google reCAPTCHA to your login form to block automated bots in real time. Both reCAPTCHA v2 (the familiar checkbox) and v3 (invisible, score-based) are supported. Simply enter your site key and secret key from Google, choose your version, and reCAPTCHA will handle the rest silently in the background.
IP Blocking
Manually block specific IP addresses from accessing your login page entirely. If you notice a suspicious IP in your activity log or receive repeated failed login alerts, add that IP to the block list and it will be turned away immediately. Perfect for stopping known bad actors before they become a problem.
Login Logs & Activity Tracking
See exactly who is logging in to your site and when. The activity dashboard shows successful logins, failed login attempts, IP addresses, user agents, and timestamps in a clear, searchable table. You will always know if something unusual is happening on your site, and you have the evidence to act on it.
Security Analytics Dashboard
The built-in analytics dashboard gives you a real-time overview of your site’s security health. It shows your overall Security Score (based on how many features you have enabled), recent login activity, failed login trends, and a breakdown of which security features are active versus inactive. It is the first page you see when you open the plugin, giving you immediate situational awareness.
Hide Admin Bar (by Role)
Choose which user roles see the WordPress admin bar on the front end of your site. For example, you can hide the admin bar from subscribers and customers while keeping it visible for editors and administrators. This reduces information leakage and gives non-admin users a cleaner experience.
Password Protection (Site-Wide)
Lock your entire website behind a password. Visitors must enter the correct password before they can view any content. This is ideal for staging sites, coming-soon pages, client previews, or any situation where you want to restrict public access temporarily. You can set the access duration and exclude specific user roles from the password requirement.
Privacy Hardening — Disable XML-RPC
The WordPress XML-RPC interface is a common target for brute-force and DDoS amplification attacks. With one toggle, you can disable it completely. Unless you rely on XML-RPC for mobile app publishing or specific third-party integrations, disabling it is a safe and recommended step for almost every WordPress site.
Login Page Customisation & Branding
Replace the default WordPress logo on the login page with your own logo. Set the logo width, height, and URL. Choose from pre-built login page templates to give your login form a professional, branded appearance. This is especially useful for agencies delivering client sites and for anyone who wants a polished, consistent look.
Firewall & Malware Overview
The Firewall & Malware section gives you a central view of your site’s firewall and malware protection status. It shows all related features in one place so you can see what is active and what still needs attention, making it easy to build up your security layer by layer.
Pro Features
Admin Safety Guard Pro extends the plugin with advanced security tools designed for agencies, developers, and high-traffic sites.
Passwordless Login (Magic Links)
Let users log in with a secure, one-time link sent to their email — no password needed. Magic links expire after a single use, making them more secure than passwords for many workflows.
2FA via Mobile Authenticator App
Add Google Authenticator or Authy-compatible two-factor authentication to your login flow. Users scan a QR code once, then generate time-based OTP codes from their phone app. This is the same method used by banks and enterprise software.
Social Login
Allow users to log in with their existing Google, Facebook, or other social media accounts. Reduce friction at sign-up and login, while keeping full control over which providers are allowed.
Database Table Prefix Check
The default WordPress database prefix
wp_ is well-known to attackers and makes SQL injection easier. This Pro tool detects your current prefix and guides you through changing it to a unique, random value to close that vulnerability.
Strong Password Enforcement
Set a minimum password strength policy for your users. When they update their password, it must meet your requirements — rejecting weak, guessable passwords before they become a security risk.
Advanced Firewall & Malware Scanner
Scan your WordPress files and database for known malware signatures, suspicious code injections, and modified core files. Get alerts when threats are detected and take action directly from the plugin dashboard.
Upgrade to Pro to unlock all Pro features.
Who Is Admin Safety Guard For?
Bloggers & Content Creators
You focus on writing — not on managing server security. Admin Safety Guard protects your login page and admin area quietly in the background with zero ongoing maintenance required.
Small Business Owners
Your website is your business. A hack can bring it down, damage your reputation, and cost you money. Admin Safety Guard gives you enterprise-level login protection without the enterprise price tag.
WooCommerce Store Owners
An online store holds customer data, payment details, and order history. Limit login attempts, add 2FA, and lock down your admin area so only you and your trusted team can get in.
Freelancers & Web Designers
Deliver more secure sites to clients out of the box. Customise the login page with the client’s branding, lock down the admin bar by role, and hand over a professional, secure WordPress installation every time.
Agencies & Development Teams
Manage security across multiple client sites with a consistent, repeatable setup. All features are toggle-based and clearly documented, making it easy to onboard new team members and maintain a security standard across your portfolio.
Developers & Site Administrators
Fine-tune every setting — login attempt limits, lockout durations, OTP email templates, reCAPTCHA version, redirect URLs, IP block lists, and more. Admin Safety Guard is built on WordPress hooks and filters, so it plays well with the rest of your stack.
What Makes Admin Safety Guard Different?
- Lightweight by design. Assets are loaded only on the pages that need them. The plugin has no impact on your site’s front-end load time.
- No configuration required to get started. Limit Login Attempts is enabled automatically on install. Your site is more secure the moment you activate the plugin.
- All features are clearly labelled Free or Pro. You can see exactly what is available and what requires the Pro version before making any decisions.
- Clean, modern dashboard. The settings UI is built with React for a fast, app-like experience. Finding and configuring features takes seconds, not minutes.
- Built to WordPress standards. Every input is sanitised, every output is escaped, all AJAX requests use nonce verification, and every database query uses prepared statements.
1.2.8 – Bug Fixes & Default Feature Activation
- [fix] Fixed PHP warnings on fresh install: "Undefined array key sub" and "Trying to access array offset on value of type null" in layout.php.
- [fix] All features (free and pro) now correctly default to Inactive on fresh install, giving users full control over what is enabled.
- [feature] Limit Login Attempts is now automatically enabled with sensible defaults on first install to provide immediate brute-force protection out of the box.
- [improve] Feature status detection now correctly handles features without a master enable switch (Two-Factor Auth, Privacy Hardening) by checking their individual toggle fields.
1.2.7 – UI & Content Update
- [improve] Updated plugin layout to be more user-friendly and easier to use.
- [improve] Optimized code for better performance and smoother experience.
- [update] Updated readme content for better clarity and documentation.
- [update] Changed plugin banner and refreshed screenshots with a new layout.
- [feature] Added visibility of all Pro features in free version (requires Pro plugin to use).
- [fix] Minor UI improvements and general stability fixes.
1.2.6 – Performance & Security Update
- [improve] Optimized React rendering by loading React assets in the head for faster UI initialization.
- [feature] Added Login Attempt Limiter to help prevent brute-force login attacks.
- [fix] Fixed React render delay issue on slow client sites.
- [fix] Resolved minor UI and stability issues.
- [improve] General performance improvements.
1.2.5 – Security & Stability Update
- Improved deactivation process
- Added nonce verification for AJAX security
- Fixed cross-origin (CORS) issue during API request
- Enhanced server-side API handling
1.2.4 – Maintenance Update
1.2.3 – Maintenance Update
- Enhanced stability and performance
- General bug fixes and cleanup
- Added a deactivation modal
1.2.2 – Maintenance Update
- Fixed critical errors and PHP warnings
- Improved WordPress coding standards compliance
- Optimized long descriptions and code structure
- Enhanced stability and performance
- General bug fixes and cleanup
1.2.1 – Security & Compliance Update
- Fixed security issues reported by WordPress Plugin Review Team
- Improved data sanitization and escaping across plugin files
- Updated code to follow WordPress coding standards and best practices
- Replaced unsafe database queries with prepared statements
- Improved nonce verification and permission checks
- Removed unused and deprecated functions
- Updated plugin documentation and inline comments
- Updated "Tested up to" version to latest WordPress release
- General code cleanup and optimization
1.2.0
- [Fix] fixed the taxdomain and esc issues.
1.1.9
- [New] Added breadcrumb navigation for better page clarity and navigation.
- [New] All major pages are now fully dynamic.
- [Improved] Updated UI/UX with refined layouts, spacing, and design elements.
- [Improved] Enhanced responsiveness and overall page behavior.
- [Fix] Fixed multiple minor issues from previous versions.
- [Fix] Resolved layout and alignment inconsistencies.
- [Maintenance] Refactored code for better performance and maintainability.
- [Maintenance] General stability improvements and internal optimizations.
1.1.8
- [New] Introduced a fully redesigned, modern admin UI for a cleaner and more intuitive experience.
- [New] Added colorful visual elements and icons across the plugin for better clarity and usability.
- [Improved] Improved overall navigation to make all features easier and faster to access.
- [Improved] Enhanced layout consistency and spacing for a more polished look.
- [Improved] Optimized UI responsiveness across different screen sizes.
- [Update] Updated iconography and color scheme to improve visual hierarchy and readability.
- [Maintenance] Refactored UI-related code for better performance and maintainability.
- [Maintenance] Minor internal improvements and stability enhancements.
1.1.7
- [Fix] Active license URL now shows correctly based on the Pro plugin status.
- [Fix] Fixed the documentation link on the plugin page.
1.1.6
- [New] - Introduced a dynamic Security Score system based on overall site protection status.
- [New] - Added Login Activity Rate Limiting (maximum 6 login attempts within 24 hours).
- [New] - Implemented Login & Activity Status React-based graphs for better visual insights.
- [Update] - Improved dashboard UI/UX for clearer security data presentation.
- [Update] - Enhanced activity monitoring layout and responsiveness.
- [Fix] - Resolved minor issues in login activity tracking.
- [Fix] - Fixed UI alignment and styling inconsistencies in the admin dashboard.
- [Maintenance] - Internal code optimization and performance improvements.
- [Maintenance] - Security hardening and internal consistency checks.
1.1.5
- [Maintenance] - Release preparation and version alignment.
- [Maintenance] - Internal consistency checks.
- [Maintenance] - No code or feature changes in this version.
1.1.4
- [new] - [New] All Pro features are now available in the free version.
- [New] - Added a Purchase / Upgrade button to allow users to unlock premium support and future enhancements.
- [Improved] - Updated plugin UI and feature visibility for better clarity between free and premium offerings.
- [Improved] - Minor UX and performance optimisations.
- [Fixed] - Small stability issues and internal clean-ups.
1.1.3
- Fixed an issue where OTP-verified logins could result in session cookies instead of persistent cookies.
- Refactored OTP verification to run earlier in the login flow via
login_init.
- Updated the authentication process to use
wp_signon() so WordPress handles Remember Me cookies correctly.
- Tested across multiple environments and browsers to confirm expected cookie expiration behavior.
- Minor improvements and stability adjustments.
1.1.2
- [fix] - 2FA login cookie session issue when OTP verification completed.
- [Improved] -
wp_set_auth_cookie() now uses correct $remember flag for persistent login.
- [Improved] - OTP authentication flow now respects the user's "Remember me" choice.
- [new] - Added a phone number field to the in-plugin support form, including country code.
1.1.0
- [fix] – Resolved several important WordPress admin warnings.
- [new] – Added an in-plugin support system.
1.0.9
[new] Added deactivation email feature on plugin activation
1.0.6, 1.0.8
[new] Release the pro version
[new] Compotable with pro version
1.0.5
[new] Added extendable action and filter hooks\
[new] Ready to integrate Pro version\
[new] Conditionally loaded all assets\
[new] Added default logo URL, width, and height\
[fix] Fixed logo issue from customizer\
[fix] General improvements and bug fixes
1.0.4
[new] Auto permalink flush for custom login/logout URLs\
[new] Admin Notice added\
[new] Setup Wizard\
[new] Documentation link added
1.0.3
[new] Subdirectory support\
[new] Tooltip in failed login table\
[new] Auto-redirect after max login attempts\
[fix] Custom login/logout URLs\
[fix] Lockout message\
[fix] Failed login table issues
1.0.2
[fix] Minor bug fixes
1.0.1
[fix] Build issue resolved
1.0.0
- Initial release featuring 2FA, CAPTCHA, Limit Login Attempts, IP Blocking, Custom Login URL, Password Protection, and Login Logs.