Skip to content

Instantly share code, notes, and snippets.

@ispguru
Last active November 21, 2019 19:10
Show Gist options
  • Save ispguru/c3d2fccff507847beb39ecd06d83d7a7 to your computer and use it in GitHub Desktop.
Save ispguru/c3d2fccff507847beb39ecd06d83d7a7 to your computer and use it in GitHub Desktop.
Ntopng Installation in ubuntu 18.04
#!/bin/bash
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