{* * Amsterdam Web Communities System * Copyright (c) 2025-2026 Erbosoft Metaverse Design Solutions, All Rights Reserved * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. *}

Manage IP Address Bans


← Return to System Administration Menu
{{ if isset(errorMessage) }}
âš ī¸

{{ CapitalizeString(errorMessage) }}.

{{ end }}
đŸšĢ

IP Ban Management:

This page allows you to manage IP address bans. Banned IP addresses cannot access the system. Click the status icon to enable or disable a ban. Use the Remove button to permanently delete a ban entry.

{{ if len(ipbans) == 0 }} {{ else }} {{ range i, ipb := ipbans }} {{ end }} {{ end }}
Enable Address Mask Expires Added By Added On Action
No IP address bans defined.
{{ if ipb.Enable }} ✅ {{ else }} ⭕ {{ end }} {{ IPtoString(ipb.AddressLow, ipb.AddressHigh, ipv4[i]) }} {{ IPtoString(ipb.MaskLow, ipb.MaskHigh, ipv4[i]) }} {{ if isset(ipb.Expires) }} {{ DisplayDateTime(ipb.Expires, .) }} {{ else }} Never {{ end }} {{ usernames[i] }} {{ DisplayDateTime(ipb.BlockOn, .) }} đŸ—‘ī¸ Remove
➕ Add IP Ban
â„šī¸

Status Icons:

✅ Enabled: Ban is active - this IP address is blocked from accessing the system. Click to disable.
⭕ Disabled: Ban is inactive - this IP address can access the system. Click to enable.

Note: Disabled bans appear with grayed-out text. The "Remove" button permanently deletes the ban entry from the system.