Prevent Brute-Force WordPress Logins with WP fail2ban

WP fail2ban is a freemium WordPress security plugin with features for logging, brute-force attack prevention, and spam protection. In the free version you must edit the wp-config.php file with any configurations. Then, it’ll view within your WordPress dashboard.

If you prefer a full-featured security plugin, we recommend Cerber Security, Antispam & Malware Scan and BBQ: Block Bad Queries.

There’s a lot of data in your wp-config.php file already. However, you only need to add two lines to block user enumeration (requests for author username queries). Below we cover how to block user login attempts with WP fail2ban using your wp-config.php file (free version) and the WordPress dashboard (paid version).

Install the WP fail2ban plugin before continuing.

WP-config.php

  1. Log into SSH, cPanel or FTP
  2. Navigate to your WordPress root directory
  3. Edit your wp-config.php file
  4. Under your database lines (e.g. define( 'DB_COLLATE', '' );, add this to block users who try to login with specific usernames:
    define('WP_FAIL2BAN_BLOCKED_USERS', ['^admin$', '^root$']);
    This blocks any user login attempts including “admin” or “root”

    This is case-insensitive and you can use regular expression (regex) if you’re using PHP 7 or higher.

  5. Add this to block enumeration: attempts:define('WP_FAIL2BAN_BLOCK_USER_ENUMERATION', true);
  6. Save your changes

Paid Version

Users with the paid subscription can block user enumeration attempts and login attempts within the WordPress dashboard:

  1. Log into your WordPress dashboard
  2. On the left, select WP fail2ban, then Settings
  3. Click the Users tab
  4. Check the User Enumeration box and add Usernames to block
WP fail2ban Users Section

Get more comfortable with the file with our in-depth look at wp.config.php.

Enhance your WordPress performance with our NGINX-powered WordPress Hosting.

InMotion Hosting Contributor
InMotion Hosting Contributor Content Writer

InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!

More Articles by InMotion Hosting

Was this article helpful? Join the conversation!

Server Madness Sale
Score Big with Savings up to 99% Off

X