Debian - Installation de NTOPNG

Auteur : Vince Nadus
Date de publication : 4 septembre 2021
linux réseau debian network monitoring

Installer les pré-requis

apt-get install lsb-release gnupg

Installation des dépots et de NTOPNG

wget http://apt.ntop.org/bullseye/all/apt-ntop.deb
dpkg -i apt-ntop.deb
apt update
apt-get install pfring-dkms nprobe ntopng n2disk cento -y

Démarrage et activation du service

systemctl start ntopng
systemctl enable ntopng

Configuration du service NTOP NG

nano /etc/ntopng/ntopng.conf
-G=/var/run/ntopng.pid
# Interface de red
-i=enp0s25
# Puerto Acceso web
-w=3000

https://www.ntop.org/guides/ntopng/cli_options/cli_options_example.html

nano /etc/ntopng/ntopng.start
--local-networks "172.16.196.0/24"
--interface 1

Redémarrer le service NTOPNG

systemctl restart ntopng

Acceder à l'interface graphique de NTOP NG

http://your-server-ip:3000