wget http://packages.ntop.org/debian/stretch/x64/ntopng/ntopng_3.3.180401-4220_amd64.deb dpkg -i ntopng_3.3.180401-4220_amd64.deb sudo apt-get -f install wget http://packages.ntop.org/debian/stretch/x64/PF_RING/pfring_7.1.0-1823_amd64.deb dpkg -i pfring_7.1.0-1823_amd64.deb sudo apt-get -f install wget http://packages.ntop.org/debian/stretch/x64/nprobe/nprobe_8.3.180401-6099_amd64.deb dpkg -i nprobe_8.3.180401-6099_amd64.deb sudo apt-get -f install nprobe --zmq "tcp://127.0.0.1:5556" -i eno1 --collector-port 2005 & vi /etc/ntopng.conf -i tcp://127.0.0.1:5556 -w=3000 sudo systemctl restart ntopng iptables -A INPUT -p udp --dport 2005 -j ACCEPT iptables-restore < /etc/iptables.rules netstat -tulpn http://192.168.1.2:3000/ admin admin