• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to Install ntopNG on Ubuntu 21.04

  • 00:27 lsb_release -a
  • 00:39 apt update
  • 00:54 apt install ntopng -y
  • 01:21 ip a
  • 01:32 vim /etc/ntopng.conf
  • 02:11 systemctl restart ntopng
6836

To Install NtopNG on Ubuntu 21.04

Introduction:

NtopNG is the next generation of ntop, a network traffic probe that monitors network usage. It is designed to provide high-speed web-based traffic analysis and flow collection.

Installation Procedure:

Step 1:Check the OS version by using the below command

root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 21.04
Release:	21.04
Codename:	hirsute

Step 2: Update the apt Source List by using the below command

root@linuxhelp:~# apt update 
Hit:1 http://in.archive.ubuntu.com/ubuntu hirsute InRelease
Hit:2 https://download.docker.com/linux/ubuntu bionic InRelease                                                       
Hit:3 http://in.archive.ubuntu.com/ubuntu hirsute-updates InRelease                                                   
Hit:4 http://in.archive.ubuntu.com/ubuntu hirsute-backports InRelease       
Hit:5 http://security.ubuntu.com/ubuntu hirsute-security InRelease          
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.

Step 3: Install NtopNG from apt Repository by using the below command

root@linuxhelp:~# apt install ntopng -y
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
  libllvm11
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
  fonts-font-awesome fonts-glyphicons-halflings javascript-common libatomic1 libdbi1 libhiredis0.14 libjemalloc2
  libjs-bootstrap libjs-d3 libjs-jquery libjs-jquery-form libjs-jquery-metadata libjs-jquery-tablesorter
  libjs-jquery-ui libjs-rickshaw liblua5.1-0 liblua5.3-0 liblzf1 libmysqlclient21 libndpi3.0 libnorm1 libpgm-5.3-0
  librrd8 libwireshark-data libzmq5 lua-bitop lua-cjson mysql-common node-html5shiv ntopng-data redis-server
  redis-tools
Suggested packages:
  apache2 | lighttpd | httpd libjs-jquery-ui-docs geoipupdate geoip-database geoip-database-extra libjs-leaflet
  libjs-leaflet.markercluster snmp-mibs-downloader nodejs ruby-redis
The following NEW packages will be installed:
  fonts-font-awesome fonts-glyphicons-halflings javascript-common libatomic1 libdbi1 libhiredis0.14 libjemalloc2
  libjs-bootstrap libjs-d3 libjs-jquery libjs-jquery-form libjs-jquery-metadata libjs-jquery-tablesorter
  libjs-jquery-ui libjs-rickshaw liblua5.1-0 liblua5.3-0 liblzf1 libmysqlclient21 libndpi3.0 libnorm1 libpgm-5.3-0
  librrd8 libwireshark-data libzmq5 lua-bitop lua-cjson mysql-common node-html5shiv ntopng ntopng-data redis-server
  redis-tools
0 upgraded, 33 newly installed, 0 to remove and 1 not upgraded.
Need to get 9,328 kB of archives.
After this operation, 42.1 MB of additional disk space will be used.
Get:1 http://in.archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libatomic1 amd64 11.1.0-1ubuntu1~21.04 [9,236 B]
Get:2 http://in.archive.ubuntu.com/ubuntu hirsute/universe amd64 libjemalloc2 amd64 5.2.1-2 [224 kB]
Setting up libzmq5:amd64 (4.3.4-1) ...
Setting up libjs-jquery-form (12-3) ...
Setting up libjs-jquery-ui (1.12.1+dfsg-8) ...
Setting up libjs-rickshaw (1.5.1.dfsg-4) ...
Setting up redis-tools (5:6.0.11-1) ...
Setting up libjs-jquery-metadata (12-3) ...
Setting up libjs-jquery-tablesorter (1:2.31.3+dfsg1-1) ...
Setting up ntopng-data (3.8.1+dfsg1-1build2) ...
Setting up redis-server (5:6.0.11-1) ...
Created symlink /etc/systemd/system/redis.service → /lib/systemd/system/redis-server.service.
Created symlink /etc/systemd/system/multi-user.target.wants/redis-server.service → /lib/systemd/system/redis-server.ser
vice.
Setting up ntopng (3.8.1+dfsg1-1build2) ...
Created symlink /etc/systemd/system/multi-user.target.wants/ntopng.service → /lib/systemd/system/ntopng.service.
Processing triggers for fontconfig (2.13.1-4.2ubuntu3) ...
Processing triggers for libc-bin (2.33-0ubuntu5) ...
Processing triggers for man-db (2.9.4-2) ...

Step 4: View the interface name for configure with NtopNG by using the below command

root@linuxhelp:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: ens33: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 00:0c:29:8a:51:86 brd ff:ff:ff:ff:ff:ff
    altname enp2s1
    inet 192.168.6.115/23 brd 192.168.7.255 scope global noprefixroute ens33
       valid_lft forever preferred_lft forever
    inet6 fe80::8c68:1853:3079:71c7/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
3: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default 
    link/ether 02:42:9a:8c:56:21 brd ff:ff:ff:ff:ff:ff
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
       valid_lft forever preferred_lft forever
    inet6 fe80::42:9aff:fe8c:5621/64 scope link 
       valid_lft forever preferred_lft forever

Step 5: Add the Interface name in /etc/ntopng.conf file

root@linuxhelp:~# vim /etc/ntopng.conf 

-i=ens33

Step 6: Restart the NtopNG Service by using the below command

root@linuxhelp:~# systemctl restart ntopng 

Step 7: Create Admin Credentials

Snap 1

Step 8: Dashboard of NtopNG

Snap 2

Snap 3

By this the Installation of NtopNG on Ubuntu 21.04 have been completed.

Tags:
connor
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What is the difference between ntopng and a traffic collector?

A

The main difference is that ntopng not only reports traffic statistics but it also analyzes the traffic, draws conclusions on observed traffic type, and reports cybersecurity metrics.

Q

What are some extra features of ntopng Professional Edition?

A

The features include graphical reports, traffic profiles, and LDAP authentication.

Q

What are some extra features of ntopng Enterprise M?

A

It is useful for large organizations, including SNMP support, advanced alerts management.

Q

What are Network Interfaces?

A

Network interfaces (or simply interfaces in the ntopng parlance) are pieces of hardware attached to devices such as computers, servers, smartphones, and set-top boxes to allow them to communicate over a network.

Q

What are the examples of Network Interfaces/

A

Examples of interfaces are the wired Ethernet eth1 and enp0s0 of a Linux machine, as well as the wireless wlan0.

Related Tutorials in How to Install ntopNG on Ubuntu 21.04

Related Tutorials in How to Install ntopNG on Ubuntu 21.04

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install Dconf-Editor on Ubuntu 18.04
How to install Dconf-Editor on Ubuntu 18.04
Jul 14, 2018
How to install and update OpenSSL on Ubuntu 16.04
How to install and update OpenSSL on Ubuntu 16.04
Mar 9, 2017
How to install GLib 2.0 on Ubuntu 17.04
How to install GLib 2.0 on Ubuntu 17.04
May 22, 2017
How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How To Install AnyDesk on Ubuntu 16.04
How To Install AnyDesk on Ubuntu 16.04
Apr 4, 2018
How to install Genymotion 2.12.1 on Ubuntu 18.04
How to install Genymotion 2.12.1 on Ubuntu 18.04
Jul 9, 2018
How to install Timeshift 18.4 on Ubuntu 18.04
How to install Timeshift 18.4 on Ubuntu 18.04
Jul 6, 2018

Related Forums in How to Install ntopNG on Ubuntu 21.04

Related Forums in How to Install ntopNG on Ubuntu 21.04

Ubuntu
matthew class=
Failed to enable unit: Refusing to operate on linked unit file sshd.service
Apr 15, 2019
Ubuntu
mason class=
Passwd: You may not view or modify password information for root On Ubuntu 19.04
May 27, 2019
Ubuntu
isaac class=
/etc/apt/sources.list Permission denied
May 18, 2017
Ubuntu
yousuf class=
lsb_release command not working : Debian
Jan 18, 2018
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Ubuntu
mason class=
"E: Package 'php-mcrypt' has no installation candidate" error on Ubuntu 20.4.1
Mar 15, 2021
NFS
luke class=
clnt_create: RPC: Program not registered
Apr 25, 2017
Apache
isaac class=
How to disable apache welcome page on Ubuntu
Dec 15, 2018

Related News in How to Install ntopNG on Ubuntu 21.04

Related News in How to Install ntopNG on Ubuntu 21.04

How To Install Mixxx on Ubuntu 16.04
How To Install Mixxx on Ubuntu 16.04
Oct 11, 2017
Ubuntu 17.04 released with greater expectations
Ubuntu 17.04 released with greater expectations
Apr 15, 2017
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Mar 1, 2017
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Sep 2, 2017
Ubuntu Unity is no more: One Linux dream has been axed
Ubuntu Unity is no more: One Linux dream has been axed
Apr 7, 2017
What’s next for Ubuntu Linux Desktop?
What’s next for Ubuntu Linux Desktop?
Apr 11, 2017
Say Hi to Ubuntu's new mascot
Say Hi to Ubuntu's new mascot
Mar 22, 2019
KDE Connect App was removed from Google Play Store and brought back in 24 hours
KDE Connect App was removed from Google Play Store and brought back in 24 hours
Mar 22, 2019
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Luke ?
workbench for debian

I am using workbench in CentOS whereas now I need to use Debian Operating system so could you please help to install and use in Debian?

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.