Backend IP Whitelist Plugin
A comprehensive security plugin for October CMS that restricts backend access to whitelisted IP addresses and ranges.
Developed by Key Agency - Expert October CMS & Laravel Development
Installation
- Place the plugin files in
plugins/key/whitelist/
- Run the migration command:
php artisan october:migrate
- Clear cache:
php artisan cache:clear
Configuration
Navigate to Settings → Security → IP Whitelist in your backend:
Settings Available
- Enable IP Whitelist: Master toggle for whitelist protection
- Allowed IP Addresses: Multi-line input for IP addresses and CIDR ranges
- Block Message: Custom message displayed to blocked users
- Always Allow Localhost: Safety feature for development environments
- Log Blocked Attempts: Enable security event logging
Supported IP Formats
- Single IPv4:
192.168.1.100
- IPv4 CIDR Range:
192.168.1.0/24
- Single IPv6:
2001:db8::1
- IPv6 CIDR Range:
2001:db8::/32
-
This plugin has not been reviewed yet.
-
1.0.1 |
Improved IP detection for load balancers and proxy servers. Sep 16, 2025 |
---|---|
1.0.0 |
Initialize plugin. Sep 16, 2025 |