Flonwix is a graphical network traffic analyzer for Linux-based systems that relies on ptcpdump
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.
- Support secure remote forwarding using websocket
- Provide sorting & query filtering for dash table
You can download the latest .deb file from the releases section.
After installing, simply open your browser at: http://localhost:8050
- There are ready to go PyInstaller spec files
- Debian packaging structure are included for building distributable packages
- Project requires
python3.9at least. Higher versions are not tested - Use the provided requirements.txt for development setup
Flownix is licensed under the Apache License 2.0. See the LICENSE and NOTICE files for details.
Packet capturing provided by ptcpdump

