Skip to content

Instantly share code, notes, and snippets.

@DevSecOpsGuy
Created September 25, 2019 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save DevSecOpsGuy/2e5ae3b7c949cd32145681448713a2b2 to your computer and use it in GitHub Desktop.
Save DevSecOpsGuy/2e5ae3b7c949cd32145681448713a2b2 to your computer and use it in GitHub Desktop.
Ntopng on Ubuntu 18.04 LTS
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install ntopng
sudo systemctl restart ntopng
sudo ntopng -h
sudo ufw enable
sudo ufw allow 3000
firefox http://localhost:3000/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment