Description
This plugin restricts access to the login page of your WordPress Admin based on the location of the user trying to access it. Restricting access in this way can be a useful way of reducing unwanted login attempts.
To get the location of the user the plugin gets the IP address of the user attempting to access the login page and geo-locates their location by using a geolocation API, currently there are three options available to use:
- IPStack: http://ipstack.com
- IPGeolocation: https://ipgeolocation.io
- OpenLiteSpeed’s local GeoIP variables
Please note: an active API Key is required for IPStack
and IPGeolocation
for the plugin to function correctly. You can register a free account at either of the website addresses above. Please note they offer varying amounts of location API requests for their free and paid plans, it may be necessary to upgrade to a paid plan to provide an increased amount of requests if your site gets a huge amount of login attempts. The OpenLiteSpeed’s local GeoIP variables
option can be used if you are using OpenLiteSpeed server and have a properly configured geolocation database, more information about configuring that is available here: https://docs.openlitespeed.org/config/advanced/geolocation/#enabling-geolocation
Example usage:
Enable the plugin and access the “RC Geo Access” page in the Settings menu in your WordPress Admin to configure the required settings. Note: an active API Key is required for this plugin to function, currently there are two external Geolocation services available to use, you can choose from either ‘IPStack’ – http://ipstack.com and ‘IPGeolocation’ – https://ipgeolocation.io as the geolocation providers. The OpenLiteSpeed’s local GeoIP variables
option can be used if you are using OpenLiteSpeed server and have a properly configured geolocation database, more information about configuring that is available here: https://docs.openlitespeed.org/config/advanced/geolocation/#enabling-geolocation
Screenshots
Installation
- Upload the plugin package to the plugins directory of your site, or search for “RC Geo Access” in the WordPress plugins directory from the Plugins section of your WordPress dashboard.
- Once uploaded or installed you must activate the plugin from the Plugins section of your WordPress dashboard.
- Go to the “RC Geo Access” page in the Settings menu in your WordPress Admin to configure your plugin.
FAQ
-
What does this plugin do?
-
This plugin restricts access to the login page of your WordPress Admin based on the location of the user trying to access it. Restricting access in this way can be a useful way of reducing unwanted login attempts.
-
How does this plugin get the user’s location?
-
The plugin uses a geolocation API to look up the user’s location based on their IP address. Note: an active API Key may be required for this plugin to function, currently there are two external services available to use, you can choose from either ‘IPStack’ – http://ipstack.com and ‘IPGeolocation’ – https://ipgeolocation.io as the geolocation providers. There is also a third
OpenLiteSpeed’s local GeoIP variables
option which can be used if you are using OpenLiteSpeed server and have a properly configured geolocation database, more information about configuring that is available here: https://docs.openlitespeed.org/config/advanced/geolocation/#enabling-geolocation -
Can I use other geolocation APIs?
-
No, at this time it is only possible to use either the external providers of IPStack.com or the IPGeolocation.io, or the locally configured OpenLiteSpeed Geolocation functionality.
-
How do I configure the plugin settings?
-
You can configure all of the plugin settings from the “RC Geo Access” menu found in the “Settings” menu in your WordPress admin.
-
How can I tell if it is working?
-
If you’re not seeing any error messages when you are in the plugin settings page then it should hopefully be working correctly. If you’ve enabled email notifications then at some point you should receive an email when your login page is restricted. There is a way to test it yourself but you need to be very careful! Uncheck your country from the list and save the changes (do not close the browser window or logout from WordPress or you will be locked out of your site – see below for help if that happens!), using another browser or browser tab attempt to access your login page.
-
Help! I’ve enabled this plugin and now I’m locked out of my site!
-
Yikes, sorry! There is a potential danger of this happening if you have enabled the restriction (including the required API key) but you did not set your own country location to be accessible. If this happens then I’m afraid the only option here is to connect to your site directly via SFTP / FTP and remove the plugin files from your site. Once removed you will then be able to login, you can then re-install the plugin, you should then immediately ensure that your current country location is given access in the “RC Geo Access” page in the Settings menu in your WordPress Admin.
-
I am using the OpenLiteSpeed Geolocation option but it isn’t blocking login access
-
If you are using the OpenLiteSpeed option the IP address of users to your site must be found in the configured Geolocation database in order to establish the user’s country. If the IP address isn’t found it will trigger an error message email to be sent which begins with “Sorry, the OpenLiteSpeed GeoIP variables could not be read…”. If you receive this error email then you should check that the Geolocation database is configured correctly and also that the database is up to date.
Reviews
Contributors & Developers
“RC Geo Access Plugin” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “RC Geo Access Plugin” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.49
- Added support for OpenLiteSpeed web server’s local Geolocation functionality, this removes the need for an external third-party geolocation API if you are serving websites using OLS. See more details about how to configure this in OLS here: https://docs.openlitespeed.org/config/advanced/geolocation/#enabling-geolocation
1.48
- Code tweak for PHP8 compatiblity
1.47
- Fixed first-run issue setting the default country code as active when using the ipgeolocation API due to a difference in the country code parameter naming. Tweaked position and wording of some error notification messages.
1.46
- Added initial blank “Select…” value to the
API Provider
dropdown as it would default to ‘ipgeolocation’ at first which would cause issues if saving without an API key set. Also added an additional check to make sure a valid API provider value is set when the actual login location check is triggered.
1.45
- Added ipgeolocation.io as an additional API provider. Plugin description text updated to provide information about this additional service. Also provided additional text to clarify that IPStack’s free API limit which has been reduced to 100 requests per month and clarified compatibility up to WordPress 5.8.2.
1.44
- Added IPStack affiliate link as a way for people to support the plugin if using a paid IPStack plan.
1.43
- Minor Update to change plugin description text to clarify IPStack’s free API limit which has changed to 5,000 requests per month. Also updated the url of the website for the plugin and clarify compatibility up to WordPress 5.7.2
1.42
- Changed IPStack API url call to use plain HTTP as free accounts don’t support SSL requests. Added related error code notification.
1.41
- Prevented “Settings” link from appearing in Network Plugins page on Multisite installation.
1.4
- Added plugin activation check to see if the plugin has been previously activated and had its restriction function enabled to prevent users from potentially being locked out of their site again.
- Countries Whitelist now hidden until restriction function enabled and API Key set, this process improves the first-run experience when configuring the plugin.
- Added notice in Dashboard and Plugin page to prompt user to configure the plugin via a link to the plugin settings page.