[email protected]Support 24/7 · Billing 09:00 – 00:00LinkedInXFacebook
NexonHost
Netherlands Dedicated ServersAmsterdam · Equinix AM6Germany Dedicated ServersFrankfurt · Equinix FR4Romania Dedicated ServersBucharest · VoxilityAustria Dedicated ServersVienna · Interxion VIEBulgaria Dedicated ServersSofia · TelepointFrance Dedicated ServersParis · Interxion PAR — Marseille · Digital Realty MRS3Ireland Dedicated ServersDublin · Equinix DB2Italy Dedicated ServersMilan · Irideos AvalonPoland Dedicated ServersWarsawSpain Dedicated ServersMadrid · Equinix MD2United States Dedicated ServersAshburn · Equinix DC
All articles
Getting startedSeptember 12, 2023

How to Install ntopng.

How To Install Ntopng.

ntopng is an Open Source Tool to monitor the network. It is a security network monitoring tool, also monitors web activities passively. It is also used for packet capturing, Traffic Recording, and Network Probing. A huge number of companies like Google, HP, Cisco, IBM, and many more uses ntop. It acts as a central network monitoring console. Packet capturing capacity of ntop is 10 Gbit. It supports major OS including Unix, Windows, and macOS X.

 

Features:

  • Open Source

  • Easy to manage

  • Multiple kinds of analysis possible using filters

  • Realtime analysis

  • Supports third-party plugins

  • Easy to use WebUI

  • Customizable

 

Step-by-step Installation:

Step 1: Enter in root user and run these commands:

sudo su -
apt-get update
apt-get upgrade
apt-get install software-properties-common wget

Step 2: Now, We will add the repository which contains the ntopng program

add-apt-repository universe

Step 3: Next, we have to install the package

apt install ntopng

To check whether it is installed or not:

systemctl status ntopng

systemctl is a command used to check installed services in linux.

To start it, use the command

systemctl start ntopng

 

Configuration File

To view the configuration file, 

cat /etc/ntopng/ntopng.conf

To choose the port use “–http-port” or “-w” option as

--http-port=:3000

Other options are also there like

--max-num-flows=200000
--max-num-hosts=250000

These are used to set the maximum number of flows and hosts respectively.

To run ntopng as daemon use option in config file “-e|–daemon” as

-e=<path_to_run>

 Or use the below command

systemctl enable ntopng

 

Running and Testing ntopng:

To run ntopng or to start the ntopng

ntopng 

This will run ntopng and view it use the URL in your browser

http://<ntopng IP Address>:<port>/

Example:

http://XX.XX.XX.XX:3000/

Enter the username as admin and password as admin, then you can view the ntopng

Here you can see we choose the http-port = 3000, and it is running on that port.

Keep reading
How to install Debian 12.
July 20, 2023

How to install Debian 12.

How to install Debian 12. Connect to java/html5 console, (here you can find an article that will show you how) How to access java/html5 console : Mount ISO: Virtual media &gt; Connect Virtual Image &gt; Map CD/DVD Click on: Connect Virtual Media. Click on: Map CD/DVD. Set users and password: Chose…

Read article
How to access your KVM Java Console from Client Area.
July 20, 2023

How to access your KVM Java Console from Client Area.

How to access your KVM Java Console from Client Area. After you place the order access Client Area from https://nexonhost.com/: Access services: Click on your product: You can access you KVm Java Console from the below buttons : How to Start, Stop, Reset, Kvm java console: Start the KVM Java…

Read article
How To Create A Password Generator In Bash.
July 19, 2023

How To Create A Password Generator In Bash.

How To Create A Password Generator In Bash. In this article, we will explore how to create a password generator using Bash scripting. Bash is a popular scripting language available in most Unix-like operating systems. Generate a random string of characters: To create a secure password, we need to…

Read article
Get in Touch

Together, Let’s Build a Faster, Safer Internet.

Build scalable infrastructure with NexonHost — high-performance dedicated servers, VPS hosting, cloud hosting, and DDoS protection across Europe.

Get Started →Contact Us
[email protected]Support 24/7 · Billing 09:00 – 00:00