Skip to content

Commit b7547c3

Browse files
committed
Blog: Hosts File Editor
1 parent b506631 commit b7547c3

File tree

1 file changed

+31
-0
lines changed
  • Website/blog/2025-09-06-hosts-file-editor

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
slug: hosts-file-editor
3+
title: Hosts File Editor
4+
authors: [borntoberoot]
5+
tags: [hosts file, dns, new feature]
6+
---
7+
8+
NETworkManager 2025.8.10.0 introduced a new feature, the `Hosts File Editor`. You can now easily manage and edit your system's hosts file in a user-friendly interface.
9+
10+
As a sysadmin or developer, you often need to modify the hosts file in order to override DNS settings for specific domains, redirect traffic, or test websites locally.
11+
12+
<!-- truncate -->
13+
14+
The hosts file is a plain text file used by the operating system to map hostnames to IP addresses. It is typically located at:
15+
16+
- Windows: `C:\Windows\System32\drivers\etc\hosts`
17+
- Linux: `/etc/hosts`
18+
19+
Editing this file usually requires administrative privileges and can be cumbersome using traditional text editors.
20+
With the new Hosts File Editor in NETworkManager, you can now easily add, edit, enable, disable, or delete entries
21+
in your hosts file without needing to manually open and edit the file.
22+
23+
A daily backup (up to 5 versions) of the hosts file is created automatically before any changes are applied,
24+
allowing you to restore previous versions if needed.
25+
26+
Upgrade now to the latest version of NETworkManager to use this feature: </download>
27+
28+
More information is available in the official documentation: </docs/application/hosts-file-editor>
29+
30+
If you find any issues or have suggestions for improvement, please open an issue on GitHub:
31+
<https://github.com/BornToBeRoot/NETworkManager/issues>

0 commit comments

Comments
 (0)