** FlaskBoard** A lightweight Flask-based web dashboard for monitoring local services running under systemd or OpenRC. Detects running status, enabled state, and listening ports, and provides a live web UI.
- Detects init system (systemd/OpenRC)
- Interactive setup for selecting services
- Periodic refresh of service status and ports
- Works on Gentoo, Debian, Arch, and other Linux distributions
- Python 3.8+
- Flask >= 2.3.0
Dependencies are listed inflaskboard/requirements.txt.
git clone https://github.com/mreinert/flaskboard.git
cd GentooSysTools/flaskboard
python3 -m venv venv source venv/bin/activate
pip install -r requirements.txt
python3 flaskboard.py
python3 flaskboard.py --setup