{"id":1650,"date":"2022-03-30T12:30:00","date_gmt":"2022-03-30T17:30:00","guid":{"rendered":"https:\/\/linuxhostsupport.com\/blog\/?p=1650"},"modified":"2022-02-24T05:06:08","modified_gmt":"2022-02-24T11:06:08","slug":"how-to-install-ntopng-on-debian-11","status":"publish","type":"post","link":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/","title":{"rendered":"How to Install Ntopng on Debian 11"},"content":{"rendered":"\n<div id=\"linux-1314942130\" class=\"linux-before-1st-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1339&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div><p>In this blog post, we are going to <a href=\"https:\/\/www.rosehosting.com\/debian-hosting.html\" title=\"install Ntopng on Debian 11 OS\">install Ntopng on Debian 11 OS<\/a> and explain in step-by-step detail the installation process.<\/p>\n\n\n\n<p>Ntopng is a web-based application for tracking the network traffic on your server. It is free and open-source and supports different operating systems like Linux, Windows MacOS and etc. Ntopng is a very useful monitoring tool that shows, multiple graphs in the GUI such as network usage, analytical data, bandwidth utilization, apps and etc. Also, Ntopng analyzes the traffic and sorts it by source\/destination.<\/p>\n\n\n\n<p>Installing Ntopng on Debian 11, is a very easy and straightforward process in just a few steps. Let&#8217;s get to work!<\/p>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\" id=\"prerequisites\">Prerequisites<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>A server with Debian 11 as OS<\/li><li>User privileges: root or non-root user with sudo privileges<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"step-1-update-the-system\">Step 1. Update the System<\/h2>\n\n\n\n<p>We need to update the packages to their latest versions available before we start with the installation. Execute the following commands to update the system.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt update -y &amp;&amp; sudo apt upgrade -y<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"step-2-add-ntopng-repository\">Step 2. Add Ntopng Repository<\/h2>\n\n\n\n<p>By default Debian 11, does not contain the repository for Ntopng, so we need to add it manually. To add the repository execute the commands below:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">cd \/opt\n\nwget http:\/\/apt.ntop.org\/buster\/all\/apt-ntop.deb\n\ndpkg -i apt-ntop.deb<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"step-3-install-ntopng\">Step 3. Install Ntopng<\/h2>\n\n\n\n<p>Once, the package is added update the system again.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt update -y<\/pre>\n\n\n\n<p>After updating the system, we are ready to execute the command for installing Ntopng.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt install ntopng<\/pre>\n\n\n\n<p>Once, the Ntopng monitoring tool is installed, start and enable the service for automatic boot on system reboot.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo systemctl start ntopng &amp;&amp; sudo systemctl enable ntopng<\/pre>\n\n\n\n<p>Check the status of the Ntopng service with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo systemctl status ntopng<\/pre>\n\n\n\n<p>You should receive the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">root@vps:\/opt# sudo systemctl status ntopng\n\u25cf ntopng.service - ntopng high-speed web-based traffic monitoring and analysis tool\n     Loaded: loaded (\/etc\/systemd\/system\/ntopng.service; enabled; vendor preset: enabled)\n     Active: active (running) since Mon 2022-02-14 17:27:07 EST; 6min ago\n   Main PID: 27734 (2\/flow_checks)\n      Tasks: 35 (limit: 4678)\n     Memory: 205.4M\n        CPU: 55.493s\n     CGroup: \/system.slice\/ntopng.service\n             \u2514\u250027734 \/usr\/bin\/ntopng \/run\/ntopng.conf\n\nFeb 14 17:27:23 ntopng.vps ntopng[27734]: 14\/Feb\/2022 17:27:23 [startup.lua:120] [lists_utils.lua:421] Updating list 'Abuse.ch URLhaus' [https:\/\/urlhaus.abuse.ch&gt;\nFeb 14 17:27:23 ntopng.vps ntopng[27734]: 14\/Feb\/2022 17:27:23 [startup.lua:120] [lists_utils.lua:421] Updating list 'Emerging Threats' [https:\/\/rules.emergingth&gt;\nFeb 14 17:27:23 ntopng.vps ntopng[27734]: 14\/Feb\/2022 17:27:23 [startup.lua:120] [lists_utils.lua:421] Updating list 'Feodo Tracker Botnet C2 IP Blocklist' [http&gt;\nFeb 14 17:27:23 ntopng.vps ntopng[27734]: 14\/Feb\/2022 17:27:23 [startup.lua:120] [lists_utils.lua:421] Updating list 'NoCoin Filter List' [https:\/\/raw.githubuser&gt;\nFeb 14 17:27:23 ntopng.vps ntopng[27734]: 14\/Feb\/2022 17:27:23 [startup.lua:120] [lists_utils.lua:421] Updating list 'SSLBL Botnet C2 IP Blacklist' [https:\/\/sslb&gt;\nFeb 14 17:27:24 ntopng.vps ntopng[27734]: 14\/Feb\/2022 17:27:24 [startup.lua:120] [lists_utils.lua:718] Category Lists (1711 hosts, 2117 IPs, 0 JA3) loaded in 1 s&gt;\nFeb 14 17:27:25 ntopng.vps ntopng[27734]: 14\/Feb\/2022 17:27:25 [startup.lua:202] Completed startup.lua\nFeb 14 17:27:25 ntopng.vps ntopng[27734]: 14\/Feb\/2022 17:27:25 [PeriodicActivities.cpp:167] Found 10 activities\nFeb 14 17:27:25 ntopng.vps ntopng[27734]: 14\/Feb\/2022 17:27:25 [NetworkInterface.cpp:3195] Started packet polling on interface lo [id: 1]...\nFeb 14 17:27:25 ntopng.vps ntopng[27734]: 14\/Feb\/2022 17:27:25 [NetworkInterface.cpp:3195] Started packet polling on interface eth0 [id: 2]...\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"step-4-configure-ntopng\">Step 4. Configure Ntopng<\/h2>\n\n\n\n<p>Before we access Ntopng we need to configure it. Open the Ntopng configuration file <b>\/etc\/ntopng\/ntopng.conf<\/b><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo nano \/etc\/ntopng\/ntopng.conf<\/pre>\n\n\n\n<p>Paste the following lines of code:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">##Define the network interface for network monitoring.\n##Define the HTTP port for the web server.\n-w=5000<\/pre>\n\n\n\n<p>Save the file, and close it. Create new ntopng.start file to define the network.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo nano \/etc\/ntopng\/ntopng.start<\/pre>\n\n\n\n<p>Paste the following lines of code:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">--local-networks \"<b>YourLocalIPaddressHere\/24<\/b>\"  ## give your local IP Ranges here.\n--interface 1<\/pre>\n\n\n\n<p>Save the newly created file and restart the Ntopng service.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo systemctl restart ntopng<\/pre>\n\n\n\n<p>You can check the service if is running on port with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">netstat -tunlp | grep 5000<\/pre>\n\n\n\n<p>You should receive the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">root@vps:~# netstat -tunlp | grep 5000\ntcp        0      0 0.0.0.0:<b>5000<\/b>            0.0.0.0:*               LISTEN      37148\/<b>ntopng<\/b><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"step-5-access-the-ntopng\">Step 5. Access the Ntopng<\/h2>\n\n\n\n<p>To access the Ntopng GUI visit the URL <b>http:\/\/YourIpAddress:5000<\/b>. You will see the screen as described below:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/02\/ntopng1.png\" alt=\"\" class=\"wp-image-40439\"\/><\/figure>\n\n\n<p>On a fresh installation the default username and password is <b>admin<\/b>. Once, you enter <b>admin<\/b> as username and password hit on the &#8220;<b>Login<\/b>&#8221; button.<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/02\/ntopng2.png\" alt=\"\" class=\"wp-image-40440\"\/><\/figure>\n\n\n<p>On the next screen you will have to change the default password with a strong one for better security.<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/02\/ntopng3.png\" alt=\"\" class=\"wp-image-40441\"\/><\/figure>\n\n\n<p>Enter the strong password twice and click on the &#8220;<b>Change Password<\/b>&#8221; button.<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/02\/ntopng4.png\" alt=\"\" class=\"wp-image-40442\"\/><\/figure>\n\n\n<p>After this, you will be automatically logged in to the Ntopng GUI with the changed password.<\/p>\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/02\/ntopng5-1024x471.png?v=1644886099\" alt=\"\" class=\"wp-image-40443\"\/><\/figure>\n\n\n<p>Congratulations! You successfully installed and configured Ntopng on Debian 11.<\/p>\n<p>Of course, you don\u2019t have to install Ntopng on Debian 11, if you use one of our SSD VPS Hosting plans, in which case you can simply ask our expert Linux admins to install Ntopng on Debian 11 for you. They are available 24\u00d77 and will take care of your request immediately.<\/p>\n<p>If you liked this post on how to install Ntopng on Debian 11, please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p><div id=\"linux-877365978\" class=\"linux-after-8th-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1340&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div>\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>In this blog post, we are going to install Ntopng on Debian 11 OS and explain in step-by-step detail the installation process. Ntopng is a web-based application for tracking the network traffic on your server. It is free and open-source and supports different operating systems like Linux, Windows MacOS and etc. Ntopng is a very [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1651,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[201],"tags":[211,199,217],"class_list":["post-1650","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-debian","tag-debian-11","tag-how-to-install","tag-ntopng"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install Ntopng on Debian 11 | LinuxHostSupport<\/title>\n<meta name=\"description\" content=\"In this blog post, we are going to install Ntopng on Debian 11 OS and explain in step-by-step detail the installation process. Ntopng is a web-based\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Ntopng on Debian 11 | LinuxHostSupport\" \/>\n<meta property=\"og:description\" content=\"In this blog post, we are going to install Ntopng on Debian 11 OS and explain in step-by-step detail the installation process. Ntopng is a web-based\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxHostSupport\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/linuxhostsupport\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-30T17:30:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2022\/02\/how-to-install-ntopng-on-debian-11.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"742\" \/>\n\t<meta property=\"og:image:height\" content=\"372\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:site\" content=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-ntopng-on-debian-11\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-ntopng-on-debian-11\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\"},\"headline\":\"How to Install Ntopng on Debian 11\",\"datePublished\":\"2022-03-30T17:30:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-ntopng-on-debian-11\\\/\"},\"wordCount\":513,\"commentCount\":1,\"image\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-ntopng-on-debian-11\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/how-to-install-ntopng-on-debian-11.jpg\",\"keywords\":[\"debian 11\",\"how to install\",\"ntopng\"],\"articleSection\":[\"Debian\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-ntopng-on-debian-11\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-ntopng-on-debian-11\\\/\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-ntopng-on-debian-11\\\/\",\"name\":\"How to Install Ntopng on Debian 11 | LinuxHostSupport\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-ntopng-on-debian-11\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-ntopng-on-debian-11\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/how-to-install-ntopng-on-debian-11.jpg\",\"datePublished\":\"2022-03-30T17:30:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\"},\"description\":\"In this blog post, we are going to install Ntopng on Debian 11 OS and explain in step-by-step detail the installation process. Ntopng is a web-based\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-ntopng-on-debian-11\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-ntopng-on-debian-11\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-ntopng-on-debian-11\\\/#primaryimage\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/how-to-install-ntopng-on-debian-11.jpg\",\"contentUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/how-to-install-ntopng-on-debian-11.jpg\",\"width\":742,\"height\":372,\"caption\":\"how to install ntopng on debian 11\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-ntopng-on-debian-11\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Ntopng on Debian 11\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/\",\"name\":\"LinuxHostSupport\",\"description\":\"Linux Tutorials and Guides\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/author\\\/r0s3admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Ntopng on Debian 11 | LinuxHostSupport","description":"In this blog post, we are going to install Ntopng on Debian 11 OS and explain in step-by-step detail the installation process. Ntopng is a web-based","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Ntopng on Debian 11 | LinuxHostSupport","og_description":"In this blog post, we are going to install Ntopng on Debian 11 OS and explain in step-by-step detail the installation process. Ntopng is a web-based","og_url":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/","og_site_name":"LinuxHostSupport","article_publisher":"https:\/\/www.facebook.com\/linuxhostsupport","article_published_time":"2022-03-30T17:30:00+00:00","og_image":[{"width":742,"height":372,"url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2022\/02\/how-to-install-ntopng-on-debian-11.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@lnxhostsupport","twitter_site":"@lnxhostsupport","twitter_misc":{"Written by":"admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/#article","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/"},"author":{"name":"admin","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"headline":"How to Install Ntopng on Debian 11","datePublished":"2022-03-30T17:30:00+00:00","mainEntityOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/"},"wordCount":513,"commentCount":1,"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2022\/02\/how-to-install-ntopng-on-debian-11.jpg","keywords":["debian 11","how to install","ntopng"],"articleSection":["Debian"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/","url":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/","name":"How to Install Ntopng on Debian 11 | LinuxHostSupport","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/#primaryimage"},"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2022\/02\/how-to-install-ntopng-on-debian-11.jpg","datePublished":"2022-03-30T17:30:00+00:00","author":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"description":"In this blog post, we are going to install Ntopng on Debian 11 OS and explain in step-by-step detail the installation process. Ntopng is a web-based","breadcrumb":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/#primaryimage","url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2022\/02\/how-to-install-ntopng-on-debian-11.jpg","contentUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2022\/02\/how-to-install-ntopng-on-debian-11.jpg","width":742,"height":372,"caption":"how to install ntopng on debian 11"},{"@type":"BreadcrumbList","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-ntopng-on-debian-11\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linuxhostsupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install Ntopng on Debian 11"}]},{"@type":"WebSite","@id":"https:\/\/linuxhostsupport.com\/blog\/#website","url":"https:\/\/linuxhostsupport.com\/blog\/","name":"LinuxHostSupport","description":"Linux Tutorials and Guides","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linuxhostsupport.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/linuxhostsupport.com\/blog\/author\/r0s3admin\/"}]}},"_links":{"self":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/1650","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/comments?post=1650"}],"version-history":[{"count":2,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/1650\/revisions"}],"predecessor-version":[{"id":1654,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/1650\/revisions\/1654"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media\/1651"}],"wp:attachment":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media?parent=1650"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/categories?post=1650"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/tags?post=1650"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}