Shut the door on brute-force bots.
Bots hammer wp-login.php on every WordPress site, all day. Move the login out of reach, cap failed attempts, and block the worst offenders, three commands that make the front door much harder to force.
One predictable URL. Endless guessing.
WordPress puts the login at the same address on every site, so bots target it relentlessly: thousands of automated guesses against common passwords, around the clock. A weak password and enough attempts is all it takes. Already breached rather than bracing for it? Start with the incident steps in the emergency WordPress lockdown.
A login-hardening toolkit, in one bar.
Each control is a command you run from the navigator, with no settings maze to hunt through.
Hidden login URL
hide login -slug=manage moves the login and 404s the default address, cutting bot noise.
Attempt limiting
limit login attempts caps failures with a configurable window and lockout length.
IP blocking
block ip and unblock ip shut out repeat offenders, individually or all at once.
Password protection
password protect puts a password wall in front of the whole site, ideal for staging.
Maintenance mode
maintenance mode closes the front end while you work, in one command.
Enforced on startup
Put block ip in a startup command so your denylist re-applies on every load.
Three commands. One hard door.
Open the navigator with the keyboard shortcut and run them in order.
Move the login
Run
hide login -slug=manage. The default URL 404s; bookmark the new one.Cap the attempts
Run
limit login attempts -max=5with a window and lockout. It is a setting, so set it once.Block and enforce
Block repeat offenders with
block ip, and drop it into a startup command so it re-applies every load.
One plugin. Login security and nine more modules.
Brute-force lockdown is not a separate purchase. It is one workflow inside TrueCommander.
Questions, answered.
hide login with a different -slug from the command bar.unblock ip.Make the front door hard to force.
Hide the login, cap the guessing, block the offenders, all from one command bar.