walangalam2
Junior Member
- Mar 3, 2022
- 100
- 41
I'm already using Cloudflare and I changed the login page. Any additional tips would be appreciated.
What is rate limiting? I'll check it outI’d start with Cloudflare, keep WordPress plugins updated, remove unused plugins and use 2FA for admin accounts.
For DDoS, good hosting + Cloudflare and rate limiting helps a lot, and always keep regular backups in case something still goes wrong.
rate limiting is a mechanism which limits the amount of request sent from one single IP addres during a certain period of time. I find that rate limiting work vry effectively against brute force attacks.I'm already using Cloudflare and I changed the login page. Any additional tips would be appreciated.
this is gud information, however, there's another side to it. I would also suggest that u look into your settings for XML-RPC, enable 2FA, and use backups that are off the server.I'm already using Cloudflare and I changed the login page. Any additional tips would be appreciated.
For maximum WordPress security, set up a firewall (WAF) in Cloudflare, enable two-factor authentication in the admin panel, disable PHP scripts in the uploads folder, and update all plugins regularly.I'm already using Cloudflare and I changed the login page. Any additional tips would be appreciated.
Yes enable 2FA, rate limiting, keep everything updated, and protect your original IP. Changing the login page alone isn’t enough.I'm already using Cloudflare and I changed the login page. Any additional tips would be appreciated.
changing the login URL will help to some extent, but it is definitely not a comprehensive security measure, imo. 2FA, disabling xml-rpc where not required, and maintaining regular offsite backups are of higher priority here.I'm already using Cloudflare and I changed the login page. Any additional tips would be appreciated.