

Now you can check the status of the ntopng service to ensure its running in the server: systemctl status rviceĪs you will see, the ntopng service is running but it displays a license error. This needs to be done one by one enabling each as you activate it: systemctl start rvice Once ntopng and all of it’s its dependencies have been installed, you need to start the service and the ntopng service.
SETUP NTOPNG ON CENTOS 7 INSTALL
Now install ntop and all the required dependencies yum update yum -enablerepo=epel install redis ntopng hiredis-devel yum install nano -y nano /etc//ntop.repoĬopy the below code into the file you just opened with nano in the above command then save and close the file

yum update -y rebootĪfter reboot login to the server again and then we need to add the ntop repo to your system. It’s advisable to reboot the system after an update. We’re going to install the community version to monitor the resources on a new VPS server we created.įirstly update the system each time you log in to your server you should get used to running the update commands to ensure you have the latest security patches and software fixes. unlike ntop which only provides a command-line interface. Ntopng is the newer client to ntop which allows you to monitor your server’s resource usage using a graphical interface.
