Downloads:
14,379
Downloads of v 0.35.1:
52
Last Update:
26 Dec 2024
Package Maintainer(s):
Software Author(s):
- NetBird
Tags:
netbird wireguard vpn mesh p2p- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
NetBird
- 1
- 2
- 3
0.35.1 | Updated: 26 Dec 2024
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
14,379
Downloads of v 0.35.1:
52
Maintainer(s):
Software Author(s):
- NetBird
NetBird 0.35.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by NetBird. The inclusion of NetBird trademark(s), if any, upon this webpage is solely to identify NetBird goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install NetBird, run the following command from the command line or from PowerShell:
To upgrade NetBird, run the following command from the command line or from PowerShell:
To uninstall NetBird, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download netbird --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade netbird -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade netbird -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install netbird
win_chocolatey:
name: netbird
version: '0.35.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'netbird' do
action :install
source 'INTERNAL REPO URL'
version '0.35.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller netbird
{
Name = "netbird"
Version = "0.35.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'netbird':
ensure => '0.35.1',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 26 Dec 2024.
NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home.
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'NetBird*'
fileType = 'msi'
silentArgs = "/qn"
validExitCodes= @(0)
}
[array]$key = Get-UninstallRegistryKey @packageArgs
if ($key.Count -eq 1) {
$key | ForEach-Object {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
}
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | ForEach-Object {Write-Warning "- $($_.DisplayName)"}
}
Log in or click on link to see number of positives.
- netbird.0.35.1.nupkg (b35c521ca8b8) - ## / 66
- netbird_installer_0.35.1_windows_amd64.msi (75811e190c29) - ## / 61
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
NetBird 0.35.1 | 52 | Thursday, December 26, 2024 | Approved | |
NetBird 0.35.0 | 258 | Monday, December 23, 2024 | Approved | |
NetBird 0.34.1 | 1666 | Thursday, December 5, 2024 | Approved | |
NetBird 0.34.0 | 391 | Tuesday, December 3, 2024 | Approved | |
NetBird 0.33.0 | 1182 | Friday, November 22, 2024 | Approved | |
NetBird 0.32.0 | 755 | Saturday, November 16, 2024 | Approved | |
NetBird 0.31.1 | 571 | Monday, November 11, 2024 | Approved | |
NetBird 0.31.0 | 951 | Friday, November 1, 2024 | Approved | |
NetBird 0.30.3 | 816 | Thursday, October 24, 2024 | Approved | |
NetBird 0.30.2 | 859 | Wednesday, October 16, 2024 | Approved | |
NetBird 0.30.1 | 621 | Thursday, October 10, 2024 | Approved | |
NetBird 0.30.0 | 501 | Friday, October 4, 2024 | Approved | |
NetBird 0.29.4 | 655 | Friday, September 20, 2024 | Approved | |
NetBird 0.29.3 | 319 | Tuesday, September 17, 2024 | Approved | |
NetBird 0.29.2 | 399 | Thursday, September 12, 2024 | Approved | |
NetBird 0.29.1 | 166 | Wednesday, September 11, 2024 | Approved | |
NetBird 0.29.0 | 305 | Monday, September 9, 2024 | Approved | |
NetBird 0.28.9 | 365 | Friday, August 23, 2024 | Approved | |
NetBird 0.28.8 | 179 | Tuesday, August 20, 2024 | Approved | |
NetBird 0.28.7 | 381 | Friday, August 2, 2024 | Approved | |
NetBird 0.28.6 | 228 | Monday, July 22, 2024 | Approved | |
NetBird 0.28.5 | 192 | Thursday, July 18, 2024 | Approved | |
NetBird 0.28.4 | 277 | Wednesday, July 3, 2024 | Approved | |
NetBird 0.28.3 | 211 | Tuesday, June 25, 2024 | Approved | |
NetBird 0.28.2 | 128 | Friday, June 21, 2024 | Approved | |
NetBird 0.28.1 | 40 | Thursday, June 20, 2024 | Approved | |
NetBird 0.28.0 | 24 | Thursday, June 20, 2024 | Approved | |
NetBird 0.27.10 | 282 | Tuesday, May 28, 2024 | Approved | |
NetBird 0.27.9 | 110 | Friday, May 24, 2024 | Approved | |
NetBird 0.27.7 | 143 | Wednesday, May 15, 2024 | Approved | |
NetBird 0.27.6 | 77 | Tuesday, May 14, 2024 | Approved | |
NetBird 0.27.5 | 101 | Saturday, May 11, 2024 | Approved | |
NetBird 0.27.4 | 166 | Wednesday, May 1, 2024 | Approved | |
NetBird 0.27.3 | 291 | Saturday, April 13, 2024 | Approved | |
NetBird 0.27.2 | 54 | Wednesday, April 10, 2024 | Approved | |
NetBird 0.27.1 | 68 | Friday, April 5, 2024 | Approved | |
NetBird 0.26.7 | 82 | Monday, April 1, 2024 | Approved | |
NetBird 0.26.6 | 30 | Friday, March 29, 2024 | Approved | |
NetBird 0.26.4 | 26 | Thursday, March 28, 2024 | Approved | |
NetBird 0.26.3 | 85 | Wednesday, March 13, 2024 | Approved | |
NetBird 0.26.2 | 44 | Thursday, February 29, 2024 | Approved | |
NetBird 0.26.1 | 25 | Wednesday, February 28, 2024 | Approved | |
NetBird 0.26.0 | 35 | Friday, February 23, 2024 | Approved | |
NetBird 0.25.9 | 60 | Sunday, February 18, 2024 | Approved | |
NetBird 0.25.8 | 38 | Wednesday, February 14, 2024 | Approved | |
NetBird 0.25.7 | 32 | Thursday, February 8, 2024 | Approved | |
NetBird 0.25.6 | 24 | Tuesday, February 6, 2024 | Approved | |
NetBird 0.25.5 | 34 | Friday, January 26, 2024 | Approved | |
NetBird 0.25.4 | 35 | Sunday, January 21, 2024 | Approved | |
NetBird 0.25.3 | 45 | Wednesday, January 10, 2024 | Approved |
2024 NetBird
This package has no dependencies.
Ground Rules:
- This discussion is only about NetBird and the NetBird package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or NetBird, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.