If you see:
“Your access to this site has been temporarily limited… (HTTP 503)”
You’ve been blocked by Wordfence.
This usually happens after too many login attempts or password resets.
Here’s how to fix it in under 1 minute.
Step 1 – SSH Into Your Server
(For Amazon Lightsail Bitnami WordPress)
Bash
ssh bitnami@YOUR_SERVER_IPStep 2 – Go to WordPress Directory
Bash
cd /opt/bitnami/wordpressStep 3 – Deactivate Wordfence
Bash
sudo wp plugin deactivate wordfenceRefresh your website — you’ll be unblocked immediately.
Now you’re back into your WordPress dashboard.
If you just reactivate Wordfence without clearing the block, you’re going to lock yourself right back out.
Step 4 – Reactivate Wordfence
Go to: Dashboard → Plugins
Find Wordfence and click Activate.
Step 5 – Unblock Your IP Address
Now go to: Wordfence → Firewall → Blocking
You’ll see your IP address listed there as blocked. Click Unblock next to your IP. That clears the firewall rule that was locking you out.


