ntopng on a RPI. This displays flow details coming from NetFlow probes (say running on OpenWRT router or others).
ON OpenWRT-Router - enable NetFlow probes on all interfaces and point to RPI running ntopNG
- root@OpenWrt:~# softflowd -D -v 5 -i br-lan -n rpi.local:5556 -T full
- root@OpenWrt:~# softflowd -D -v 5 -i eth1 -n rpi.local:5556 -T full
- root@OpenWrt:~# softflowd -D -v 5 -i eth0 -n rpi.local:5556 -T full
AND
On RPI TO RUN ntopNG in docker container
- docker run --name ntopng -itd --restart=always -p 3000:3000 -p 5556:5556/udp -p 5556:5556/tcp rpi-ntopng