<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ntopng &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/ntopng/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Thu, 14 Oct 2021 06:55:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.13</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>Ntopng &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to install Ntopng Tool on Your Ubuntu 20.04 VPS</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-ntopng-tool-on-your-ubuntu-20-04-vps/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-ntopng-tool-on-your-ubuntu-20-04-vps/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Thu, 14 Oct 2021 06:55:56 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=4348</guid>

					<description><![CDATA[Ntopng is a special computer program for monitoring traffic on a computer network. It is designed as a high-performance and low-resource replacement for ntop. This tool perfectly provides an intuitive encrypted web user interface for exploring real-time traffic information and traffic history. Installing Ntopng A very important point should be [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong><a href="https://www.ntop.org/products/traffic-analysis/ntop/">Ntopng</a></strong> is a special computer program for monitoring traffic on a computer network. It is designed as a high-performance and low-resource replacement for ntop. This tool perfectly provides an intuitive encrypted web user interface for exploring real-time traffic information and traffic history.</p>



<h2 id="installing-ntopng" >Installing Ntopng</h2>



<p>A very important point should be followed before installation &#8211; adding the official Ntopng repository. To do this, you need to start adding the main dependencies, without which the work of Ntopng will be impossible. Enter the command shown below:</p>



<pre class="wp-block-code"><code>apt install wget gnupg software-properties-common</code></pre>



<p>Then you need to install the Ntopng repository package. Follow the commands shown below:</p>



<pre class="wp-block-code"><code>wget https://packages.ntop.org/apt/20.04/all/apt-ntop.deb
dpkg -i apt-ntop.deb</code></pre>



<p>Next, update the packages:</p>



<pre class="wp-block-code"><code>apt update</code></pre>



<p>This is followed by the completion of adding the official Ntopng repository. You can install it as follows:</p>



<pre class="wp-block-code"><code>apt install pfring-dkms nprobe ntopng n2disk cento</code></pre>



<h2 id="further-configuring-ntopng-on-your-vps" >Further Configuring Ntopng on Your VPS</h2>



<p>Before proceeding to configuring Ntopng, you need to find your VPS network interfaces. Enter a simple command:</p>



<pre class="wp-block-code"><code>ntopng -h</code></pre>



<p>Ntopng will provide you with network interfaces with the output of the <strong>-h</strong> command. After that, you need to open the configuration file</p>



<pre class="wp-block-code"><code>nano /etc/ntopng/ntopng.conf</code></pre>



<p>This is followed by a very important step: you need to add the following lines to the very end of the file Line <strong><em>-i = 2</em></strong> (denotes the initiation for using Ntopng of the second interface <strong>enp1s0</strong>). Then you should go to the second interface. Leave the web server port <strong>3333</strong> unless you need a different port (the default will be <strong>3333</strong>).</p>



<pre class="wp-block-code"><code>Network adapter name
-i=2
HTTP port of the embedded web server.
-w=3333</code></pre>



<p>Next, you should restart your <strong>ntopng</strong> service</p>



<pre class="wp-block-code"><code>systemctl start ntopng</code></pre>



<p>After that step-  is to install it every time you start it in the server boot</p>



<pre class="wp-block-code"><code>systemctl enable ntopng</code></pre>



<p>After successful actions, you should be able to test your ntopng. This can be done as follows (replace <strong><a href="http://lg-nl1.hostry.com/">185.186.244.123</a></strong>) with your address and port:</p>



<pre class="wp-block-code"><code>http:&#47;&#47;185.186.244.123:333</code></pre>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-ntopng-tool-on-your-ubuntu-20-04-vps/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
