Skip to content

Instantly share code, notes, and snippets.

@linuxfemale
Created November 18, 2019 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxfemale/797b0a88dee86b794bfce20e7f46e402 to your computer and use it in GitHub Desktop.
Save linuxfemale/797b0a88dee86b794bfce20e7f46e402 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