This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/su_ble on 2025-08-04 11:30:32+00:00.
Hi fellow selfhosters,
I just released V 0.3.1 of Fail2Ban-Report, a small self-hosted web interface to view, search, and manage Fail2Ban -Bans.
Useful if you’re tired of grepping through logs via SSH or or writing your 174th "fail2ban-logs.sh" script ;-)
You can block/unblock IPs from the UI (currently UFW only), and optionally see how often an IP shows up on **AbuseIPDB** if you provide an API key.
This version adds:
-
Secured access to JSON data (no more raw .json exposure)
-
Live stats in the header: Bans, Unbans & Event total for today
-
Frontend improvements: cleaner JS, better structure
-
and a little more - see Readme.md or changelog.md for Details
There is not a Docker image yet – native install preferred for full system control – but I may provide a container version later on. (See Discussion)
If this sounds useful, have a look at:
👉 https://github.com/SubleXBle/Fail2Ban-Report
Let me know what you think, Suggestions & feedback welcome!