Skip to content

Instantly share code, notes, and snippets.

@afahitech
Created January 6, 2020 15:57
Show Gist options
  • Select an option

  • Save afahitech/8f1cb2ea10e2f89342dca6506df516fc to your computer and use it in GitHub Desktop.

Select an option

Save afahitech/8f1cb2ea10e2f89342dca6506df516fc to your computer and use it in GitHub Desktop.
Ntopng Install in ubuntu 18.04
# Update system
apt-get update
apt-get upgrade
# Install Ntopng
apt-get install ntopng
nano /etc/ntopng.conf
systemctl restart ntopng
ufw allow 3000
ufw enable
http://localhost:3000/
# Youtube : https://youtu.be/FpV75H_Udeo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment