MSI
WinGet
Netbird
Netbird · 0.25.4 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i netbird_installer_0.25.4_windows_amd64.msi /quiet /norestart
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NetBird
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
0.25.4
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
netbird_installer_0.25.4_windows_amd64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Netbird.Netbird
Version
0.25.4
Description
Connect your devices into a single secure private WireGuard®-based mesh network with SSO/MFA and simple access controls.
License
BSD-3-Clause
↗
Homepage
https://github.com/netbirdio/netbird
Installer URL
https://github.com/netbirdio/netbird/releases/download/v0.25.4/netbird_installer_0.25.4_windows_amd64.msi
Release Notes
What's Changed
- Update user's last login when authenticating a peer by @mlsmaycon in #1437
- Update setup.env.example by @wisetux in #1433
- Integrate Rosenpass by @pascal-fischer in #1153
- Remove duplicated chain add by @pappz in #1444
- Update contribution and readme file by @pascal-fischer in #1447
- Use cached wintun zip package in github workflows by @pappz in #1448
- Allow iOS to connect to old management versions by @pascal-fischer in #1440
- Add external-ip support for coturn by @mlsma…