NTOP installation in CentOS 7/8
Adding the ntop Packages Repository In order to add the official ntop package repository do ( as root ): curl https://packages.ntop.org/centos-stable/ntop.repo > /etc/yum.repos.d/ntop.repo Then, perform the following steps, depending on your distribution. Rocky 8 Open your shell and type: dnf config-manager --set-enabled powertools dnf install epel-release CentOS/RedHat 8 Open your shell and type: yum install epel-release rpm -ivh http://rpms.remirepo.net/enterprise/remi-release-8.rpm yum install dnf-plugins-core dnf config-manager --set-enabled PowerTools ##you may have to change the key work to powertools in some cases dnf config-manager --set-enabled remi CentOS/RedHat 7 Open your shell and type: yum install epel-release Installing ntop Packages Now that the ntop packages repository has been added, packages can be installed as: yum clean all yum update yum install pfring-dkms n2disk nprobe ntopng cento ntap Configure Firewall Configure firewall to allow traffic to ntopng. If yo