{% extends "dashboard.html" %} {% block head %} {% endblock %} {% block content %}
Inspect each configured CrowdSec engine and investigate an IP across current and captured evidence.
Current CrowdSec decisions are checked alongside local bans and captured reports.
This is current state read directly from the selected CrowdSec engine.
| Target | Type | Origin | Scenario | Duration | Actions |
|---|
Current state may change after this observation.
This covers the selected CrowdSec connection and BunkerWeb's own bans. Other protections are not checked here, and evidence that could not be read is no proof that this IP is permitted.
Captured report data describes what was observed at request time; it does not prove the current decision state.
Trusted IPs and networks for the selected engine. These exceptions apply across its connected services and bouncers.
You can browse allowlists and check IPs here. To add or remove entries, use cscli on the CrowdSec engine.
Requires CrowdSec 1.7 or later. Run these commands on the host or inside the container running the selected engine's Local API (LAPI), with access to its CrowdSec configuration and database. Replace the example list name, IP and network with your own.
Create a list once, or use an existing locally managed list.
cscli allowlists create bunkerweb-trusted --description "Trusted IPs"
Add trusted IPs or CIDR networks.
cscli allowlists add bunkerweb-trusted 203.0.113.42 203.0.113.128/25 --expiration 24h --comment "Temporary access"
This example expires after 24 hours. Omit --expiration for an entry that does not expire. IPv4 and IPv6 are supported.
Inspect the list and its expiry dates.
cscli allowlists inspect bunkerweb-trusted
Remove an exception when it is no longer needed.
cscli allowlists remove bunkerweb-trusted 203.0.113.42 203.0.113.128/25
After a change, refresh allowlists and investigate the IP again. Removing an exception permits future CrowdSec decisions; it does not create a ban. Local BunkerWeb bans and other protections remain separate.
Edit Console-managed lists in the CrowdSec Console.
CrowdSec allowlist documentation