Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gigsforlinux/4651c89f9629a2be51eae8988f6157f7 to your computer and use it in GitHub Desktop.
Save gigsforlinux/4651c89f9629a2be51eae8988f6157f7 to your computer and use it in GitHub Desktop.
I'll Do Anything Goes With Ntopng - A Network Monitoring System For You
sudo apt update
sudo apt upgrade -y
sudo apt install wget gnupg software-properties-common
wget https://packages.ntop.org/apt/20.04/all/apt-ntop.deb
sudo apt install pfring-dkms nprobe ntopng n2disk cento
ip a
ntopng -h
sudo systemctl stop ntopng
sudo systemctl start ntopng
sudo systemctl status ntopng
sudo systemctl enable ntopng
http://192.0.2.123:3000
admin
admin
@gigsforlinux
Copy link
Author

Screenshot from 2022-08-04 00-46-00
Screenshot from 2022-08-04 00-47-10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment