Website/docs/changelog/2026-2-22-0.md
Version: 2026.2.22.0
Release date: 22.02.2026
| File | SHA256 |
|---|---|
NETworkManager_2026.2.22.0_Setup.msi | AD3A107D76B9391C88C4427717F243C64309F4D66FEA9775AAB75C1CD51A2D4E |
NETworkManager_2026.2.22.0_Portable.zip | 68F2B9F2908D3725633DF2CD91FE7B4D21390CE2E39457B9DBFA2AC80ABE05E8 |
NETworkManager_2026.2.22.0_Archive.zip | E535D411472F45420BB3C42EDA45470BD05EECA989074ED68D9F5A4290C3711D |
System requirements
Migrated from .NET 8.0 (LTS) to .NET 10.0 (LTS). Upgrade your .NET Desktop Runtime to version 10.0 (LTS) - x64 before you install this version. #3229
Starting with .NET 9.0, the behavior of NetworkInterface.GetAllNetworkInterfaces() changed — the API now returns all network interfaces (including virtual adapters, WAN Miniport, extensions/drivers, etc.), which can cause additional or unexpected adapters to appear in the Network Interface view. This is an intentional change by Microsoft; see dotnet/runtime#122751 for details. To reduce noise, NETworkManager maintains a blacklist of known unwanted adapters. If you encounter adapters that should be excluded, please report them via the issue tracker. #3286 #3309
AWS Session Manager feature has been removed. The AWS Session Manager Plugin is not actively maintained and contains several bugs (e.g. German / Spain keyboard layout issues). The current code base was also difficult to maintain and extend, and I currently have no test environment.
The Sync feature (EC2 instances -> Profiles) has been removed as well, because it was limited to AWS Session Manager only. This will be re-introduced in a future release to support multiple providers (AWS, Azure, etc.) and more features like Ping Monitor, PuTTY or Remote Desktop.
:::note
You can still use AWS Session Manager within NETworkManager with the PowerShell feature by using the aws ssm start-session --target <instance-id> command.
:::
Profile and settings files have been migrated from XML to JSON. Existing files will be automatically converted to JSON on first load after the update. #3282 #3299
:::note
Starting with this release, new profile and settings files are created in JSON format. Existing XML files will be converted automatically on first load after upgrading. Automatic support for the migration will be provided until at least 2027; after that only JSON files will be supported and very old installations may require an interim update.
The migration process creates a backup of the original files in the Backups subfolder of the settings and profiles directories. You can restore the originals from that folder if needed (they will work with the privous version), but it's recommended to make a separate backup of your profile and settings files before updating. If you encounter any issues during or after the migration, please report them via the issue tracker.
:::
System-Wide Policies for enterprise deployment and management. Administrators can now configure system-wide policies via a config.json file in the application directory to control specific settings for all users. This allows for centralized management of application behavior in enterprise environments. #3313 #3326
Currently supported policies include (more will be added in future releases):
:::note
If you have specific requirements for system-wide policies in your organization, please submit a feature request via the GitHub issue tracker which helps to prioritize development of new policies.
:::
Profiles
Settings
Update
uk-UA) has been added. Thanks to @vadickkt #3240DNS Lookup
Allow direct dns server input (<hostname>|<ipadress>:<port> - <port> is optional) in the lookup view in addition to select from a list of configured servers. #3261
See the DNS Lookup documentation for more information.
Remote Desktop
Admin (console) session added to the RDP connect, profile and group dialogs. This flag allows connecting to the console session of the remote computer. #3216Profiles
XML to JSON. The profile file will be automatically converted on first load after the update. #329910 backup files are kept in the Backups subfolder of the profiles directory. #3302Settings
XML to JSON. The settings file will be automatically converted on first load after the update. #328210 backup files are kept in the Backups subfolder of the settings directory. #3283 #3302Dashboard
169.254.x.x, fe80::..) given lower priority). #3296IP Scanner
169.254.x.x) given lower priority). #3288DNS Lookup
quad9 to the predefined DNS server list. #3261Remote Desktop
PowerShell
PuTTY
Web Console
SNTP Lookup
WiFi
IP Scanner
Port Scanner
Traceroute
PowerShell
pwsh.exe under C:\Program Files\WindowsApps\ instead of relying on the stub located at %LocalAppData%\Microsoft\WindowsApps\. The stub simply redirects to the real executable, and settings such as themes are applied only to the real binary via the registry. #32462025.10.18.0 was instantly closed when a PowerShell session was opened and the respective application / view was selected. #3219PuTTY
2025.10.18.0 was instantly closed when a PuTTY session was opened and the respective application / view was selected. #3219SNMP
NullReferenceException when no SNMP profile is selected in the DataGrid and Return key is pressed. #3271SNTP Lookup
Subnet Calculator
Agents.md file added to document the use of AI agents in the project and provide guidelines for their use.