ntopng,网络流量监控工具
ntopng 是一款网络流量监控工具,提供了直观的 Web 用户界面,用于浏览实时和历史网络流量信息。项目地址:ntopng
本文采用 Docker 进行部署
安装 Docker
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
docker -v
部署 ntopng
docker run -it -d \
--name ntopng \
--restart=always \
-p 3000:3000 \
-v $(pwd)/ntopng.license:/etc/ntopng.license:ro \
--net=host \
ntop/ntopng:stable -i ens16
其中的ens16
换成你的网络接口,ifconfig
查看网络接口名称
使用
浏览器访问你的IP:3000
进行配置和查看