222

Product support

Get help in the plugin support forum.

Categories

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

Settings screen

Installation

  1. Place the plugin files in plugins/key/whitelist/
  2. Run the migration command:
    php artisan october:migrate
  3. 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
1.0.1

Improved IP detection for load balancers and proxy servers.

Sep 16, 2025

1.0.0

Initialize plugin.

Sep 16, 2025