Flownix
December 5, 2025 ยท View on GitHub
Flonwix is a graphical network traffic analyzer for Linux-based systems that relies on ptcpdump
๐ Overview
Flownix is a graphical, realtime, flow-based network traffic analyzer for Linux systems. It captures packets using the ptcpdump binary, extracts detailed metadata about each flow, stores it in SQLite, and visualizes everything in a clean, responsive Dash web interface.
๐ Features
- Support secure remote forwarding using websocket
- Provide sorting & query filtering for dash table
๐ฆ Installation
You can download the latest .deb file from the releases section.
โถ๏ธ Usage
After installing, simply open your browser at: http://localhost:8050
โ๏ธ Build
- There are ready to go PyInstaller spec files
- Debian packaging structure are included for building distributable packages
๐ง Development
- Project requires
python3.9at least. Higher versions are not tested - Use the provided requirements.txt for development setup
๐งพ License
Flownix is licensed under the Apache License 2.0. See the LICENSE and NOTICE files for details.
๐ Acknowledgments
Packet capturing provided by ptcpdump