Fail2ban web dashboard written with Flask framework
- Clone the repo
$ git clone https://github.com/oussemos/fail2ban-dashboard.git
$ cd fail2ban-dashboard
- Initialize and activate a virtualenv:
$ virtualenv --no-site-packages env
$ source env/bin/activate
- Install the dependencies:
$ pip install -r requirements.txt
- Run the development server:
$ python home.py
- Navigate to http://localhost:5000
- The application is still under development, don't hesitate to give advice, open an issue or contribute.
- Using AJAX to get informations
- This app was developed and tested under Debian Wheezy
Oussema Cherni (@oussemos on Twitter)
Open source licensed under the MIT license.


