Drupal is a registered trademark of Dries Buytaert

This module allows block URLs in Drupal to avoid unexpected access. Returning a 401 error.

This module can be useful to allow access to the admin part only for selected IPs.

Requirements

This module requires no modules outside of Drupal core.

Similar projects

If there are modules providing similar functionality, please describe what differentiates them.

Configuration

Navigate to ConfigSystemControl admin access (/admin/config/system/control-admin-access)

Fill out the following two fields:

  1. Field 1 - Enter IPs or IP ranges (Whitelist): Input the IP addresses or ranges of the computers to be granted access to the specified URL or URLs.

  2. Field 2 - Enter URLs to block except for Whitelist: Specify the URLs of the pages to be blocked, excluding users specified in the first field.

For example:

In Field 1
192.168.1.10 (a single IP)
10.0.0.0/24 (an IP range)

In Field 2
/admin/settings
/user/1/edit

Users connecting from the specified IP addresses (whitelisted) will have unrestricted access to the entire site, including the specified URLs.

Users connecting from IPs outside the whitelist will be blocked from accessing the specified URLs, even if they are administrators or have other privileged roles.

This way, you can control and restrict access to certain parts of your Drupal site based on IP addresses. Adjust the IPs and URLs according to your specific needs and security requirements.

Activity

Total releases
1
First release
Jun 2025
Latest release
8 months ago
Release cadence
Stability
100% stable

Releases

Version Type Release date
8.x-1.4 Stable Jun 12, 2025