
Ntopng is a free, open-source network monitoring tool with a web interface for real-time network traffic monitoring. Ntopng is the latest version of the original Ntop.
You must add the official Ntopng repository to install the latest version of Ntopng. The default Ubuntu repository has older versions.
Add the necessary dependencies.
Download and install the Ntopng repository package.
Update the repository.
Install Ntopng.
Find your server's network interfaces.
Ntopng shows your available interfaces at the end of the page.
Open the Ntopng configuration file.
Add these lines to the end of the file. The -i=2 parameter instructs Ntopng to use the second interface, enp1s0. Change 2 to the interface you want to monitor. Leave 3000 as the web server port unless you require a different port.
Restart the ntopng service and set it to run at boot.
If you use a firewall like ufw, open the web server port.
Navigate to your web interface at port 3000. Substitute your server's IP address in this example:
Log in as username admin and password admin.
See the official site for more information.
0 Comments
Be the first to comment and share your perspective with the community.