by Dropals Hosting
1 (0 reviews)
MaskMyAdmin
A WordPress Admin URL Masking Plugin with optional IP-based whitelisting to limit access to allowed IPs only.
Tested up to WP 6.9 (Current: 7.0.2)
v1.2.0
Current Version v1.2.0
Updated 4 months ago
Last Update on 24 Mar, 2026
Refreshed 8 hours ago
Last Refreshed on
Rank
#22,740
—
No change
Active Installs
1+
—
No change
KW Avg Position
133
—
No change
Downloads
82
+1 today
Support Resolved
0%
—
No change
Rating
20%
Review 1 out of 5
1
(0 reviews)
Next Milestone 10
0+
10+
21,949
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 3 more installs to reach 10+
Rank Changes
Current
#22,740
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
1.0
0 reviews
Overall
20%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| whitelist IP | 133 | — | Tag | 15 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.2.0
- Last Updated
- Mar 24, 2026
- Requires WP
- 6.0+
- Tested Up To
- 6.9
- PHP Version
- 7.4 or higher
- Author
- Dropals Hosting
Support & Rating
- Rating
- ★ ☆ ☆ ☆ ☆ 1
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowFrequently Asked Questions
Common questions about MaskMyAdmin
After activating the plugin, go to MaskMyAdmin in the admin menu and enter your desired login slug (e.g., my-login). Your admin URL will become yourdomain.com/my-login.
Both wp-login.php and /wp-admin access will redirect to the homepage or a custom URL (configurable), effectively hiding them from bots or attackers.
Under the plugin settings (Advanced Security tab), you can enable IP whitelisting and enter allowed IP addresses. Only visitors from these IPs will be able to access the login page.
Go to Advanced Security → Proxy / CDN Configuration and select the appropriate header for your setup (e.g., "Cloudflare" for CF-Connecting-IP).
You have several recovery options: WP-CLI: Run wp maskmy disable to disable all protections wp-config.php: Add define('MASKMY_DISABLE', true); to bypass the plugin entirely FTP: Rename the plugin folder via FTP or your hosting File Manager
Yes. The plugin uses PHP for all URL masking and IP enforcement, which works on any server. The .htaccess rules are an additional layer for Apache servers only.
Log entries older than 30 days are automatically cleaned up daily via WP-Cron.
MaskMyAdmin registers the wp maskmy command namespace with the following subcommands: wp maskmy status — Show current configuration (login slug, redirect mode, IP whitelist status, allowed IPs, proxy header) wp maskmy reset — Reset the login URL back to the WordPress default (wp-login.php) wp maskmy add-ip <ip> — Add an IP address or CIDR range to the whitelist (e.g., wp maskmy add-ip 192.168.1.100 or wp maskmy add-ip 10.0.0.0/24) wp maskmy remove-ip <ip> — Remove an IP address or CIDR range from the whitelist (auto-disables whitelist if the list becomes empty) wp maskmy disable — Disable all protections immediately (resets login slug, redirect, and IP whitelist — useful for emergency recovery) wp maskmy enable --slug=<slug> — Re-enable protections with a custom login slug (e.g., wp maskmy enable --slug=my-login). If --slug is omitted, re-enables with the previously saved slug.