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

๐Ÿ”ง Development

  • Project requires python3.9 at 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