Skip to content

Instantly share code, notes, and snippets.

@badhonhitech
Forked from DevSecOpsGuy/ntopng.sh
Created November 7, 2019 19:53
Show Gist options
  • Save badhonhitech/b50933a77181f0d4fd88a8987552b511 to your computer and use it in GitHub Desktop.
Save badhonhitech/b50933a77181f0d4fd88a8987552b511 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