A web based dashboard for fail2ban
which uses the /var/run/fail2ban/fail2ban.sock
socket to access fail2ban
.
With Docker use
docker run --user=root -v /var/run/fail2ban/fail2ban.sock:/var/run/fail2ban/fail2ban.sock:ro -p 3000:3000 ghcr.io/webishdev/fail2ban-dashboard:latest
The root
user is necessary as by default the fail2ban
socket is only accessible for the root
user.
When started, check http://localhost:3000/