Downloads:
629,435
Downloads of v 1.14.2:
5,820
Last Update:
29 Oct 2024
Package Maintainer(s):
Software Author(s):
- ZeroTier
- Inc.
Tags:
zerotier-one admin- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
zerotier-one (Install)
- 1
- 2
- 3
1.14.2 | Updated: 29 Oct 2024
- Software Specific:
- Software Site
- Software Source
- 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:
629,435
Downloads of v 1.14.2:
5,820
Maintainer(s):
Software Author(s):
- ZeroTier
- Inc.
zerotier-one (Install) 1.14.2
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by ZeroTier, Inc. The inclusion of ZeroTier, Inc. trademark(s), if any, upon this webpage is solely to identify ZeroTier, Inc. goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install zerotier-one (Install), run the following command from the command line or from PowerShell:
To upgrade zerotier-one (Install), run the following command from the command line or from PowerShell:
To uninstall zerotier-one (Install), 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 zerotier-one --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 zerotier-one -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 zerotier-one -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 zerotier-one
win_chocolatey:
name: zerotier-one
version: '1.14.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'zerotier-one' do
action :install
source 'INTERNAL REPO URL'
version '1.14.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller zerotier-one
{
Name = "zerotier-one"
Version = "1.14.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'zerotier-one':
ensure => '1.14.2',
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.
This package was approved as a trusted package on 31 Oct 2024.
ZeroTier - Global Area Networking
ZeroTier is a smart programmable Ethernet switch for planet Earth. It allows networked devices and applications to be managed as if the entire world is one data center or cloud region.
It replaces the physical LAN/WAN boundary with a virtual one, allowing devices of any type at any location to be managed as if they all reside in the same cloud region or data center. All traffic is encrypted end-to-end and takes the most direct path available for minimum latency and maximum performance. The goals and design of ZeroTier are inspired by among other things the original Google BeyondCorp paper and the Jericho Forum.
Visit ZeroTier's site for more information and pre-built binary packages. Apps for Android and iOS are available for free in the Google Play and Apple app stores.
Getting Started
Everything in the ZeroTier world is controlled by two types of identifier: 40-bit/10-digit ZeroTier addresses and 64-bit/16-digit network IDs. A ZeroTier address identifies a node or "device" (laptop, phone, server, VM, app, etc.) while a network ID identifies a virtual Ethernet network that can be joined by devices.
Another way of thinking about it is that ZeroTier addresses are port numbers on a giant planetary-sized smart switch while network IDs are VLANs to which these ports can be assigned. For more details read about VL1 and VL2 in the ZeroTier manual.
ZeroTier is a smart switch for Earth with VLAN capability. See https://www.zerotier.com/ for more information.
Network controllers are ZeroTier nodes that act as access control certificate authorities and configuration managers for virtual networks. The first 40 bits (or 10 digits) of a network ID is the ZeroTier address of its controller. You can create networks with our hosted controllers and web UI/API or host your own if you don't mind posting some JSON configuration info or writing a script to do so.
Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know here that the package is no longer updating correctly.
From: https://github.com/zerotier/ZeroTierOne/blob/master/COPYING
ZeroTier One, an endpoint server for the ZeroTier virtual network layer.
Copyright © 2011–2019 ZeroTier, Inc.
ZeroTier One is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or (at
your option) any later version.
See the file ‘LICENSE.GPL-3’ for the text of the GNU GPL version 3.
If that file is not present, see <http://www.gnu.org/licenses/>.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://github.com/zerotier/ZeroTierOne/releases/latest>
and can be verified like this:
1. Download the following installers:
32-Bit: <https://download.zerotier.com/RELEASES/1.14.2/dist/ZeroTierOne.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: 45A7C031E4D003512D6C08710E89BA57D9E5A0AEB6AF1D26326AD3C0B2A1755D
File 'LICENSE.txt' is obtained from <https://github.com/zerotier/ZeroTierOne/blob/master/COPYING>
md5: 9309C8BA0E08B3D77063C43B966DE792 | sha1: A63C9EA5B4018AD950371D216C8141A0753D0888 | sha256: 45A7C031E4D003512D6C08710E89BA57D9E5A0AEB6AF1D26326AD3C0B2A1755D | sha512: 5D1B8783554F5FA3E533ED336B5D6D9E24CF9C79FD8312AE3801C6C87A55C5BBFA16D251E75AA603AA26B75119E7D3910034783111F7910E11713F1C3525B340
Log in or click on link to see number of positives.
- zerotier-one.1.14.2.nupkg (8cbd6a9973f4) - ## / 65
- ZeroTierOne.msi (45a7c031e4d0) - ## / 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 |
---|---|---|---|---|
zerotier-one (Install) 1.14.2 | 5820 | Tuesday, October 29, 2024 | Approved | |
zerotier-one (Install) 1.14.1 | 16182 | Friday, September 13, 2024 | Approved | |
zerotier-one (Install) 1.14.0.20240819 | 16773 | Monday, August 19, 2024 | Approved | |
zerotier-one (Install) 1.14.0 | 153148 | Friday, May 3, 2024 | Approved | |
zerotier-one (Install) 1.12.2 | 140174 | Thursday, September 14, 2023 | Approved | |
zerotier-one (Install) 1.12.1 | 12068 | Friday, August 25, 2023 | Approved | |
zerotier-one (Install) 1.12.0 | 4516 | Wednesday, August 23, 2023 | Approved | |
zerotier-one (Install) 1.10.6 | 82344 | Thursday, March 23, 2023 | Approved | |
zerotier-one (Install) 1.10.4 | 6081 | Tuesday, March 7, 2023 | Approved | |
zerotier-one (Install) 1.10.3 | 4833 | Wednesday, February 15, 2023 | Approved | |
zerotier-one (Install) 1.10.2 | 11095 | Tuesday, November 1, 2022 | Approved | |
zerotier-one (Install) 1.10.1 | 9401 | Thursday, June 30, 2022 | Approved | |
zerotier-one (Install) 1.10.0 | 4775 | Monday, June 13, 2022 | Approved | |
zerotier-one (Install) 1.8.9 | 7511 | Wednesday, April 27, 2022 | Approved | |
zerotier-one (Install) 1.8.8 | 4316 | Monday, April 11, 2022 | Approved | |
zerotier-one (Install) 1.8.7 | 4535 | Wednesday, March 30, 2022 | Approved | |
zerotier-one (Install) 1.8.6 | 6511 | Thursday, March 10, 2022 | Approved | |
zerotier-one (Install) 1.8.5 | 3223 | Friday, March 4, 2022 | Approved | |
zerotier-one (Install) 1.8.4 | 19670 | Wednesday, December 1, 2021 | Approved | |
zerotier-one (Install) 1.8.3 | 6540 | Tuesday, November 16, 2021 | Approved | |
zerotier-one (Install) 1.8.2 | 2226 | Thursday, November 11, 2021 | Approved | |
zerotier-one (Install) 1.8.1 | 3294 | Thursday, October 28, 2021 | Approved | |
zerotier-one (Install) 1.6.6.20210924 | 8593 | Friday, September 24, 2021 | Approved | |
zerotier-one (Install) 1.6.6 | 1515 | Wednesday, September 22, 2021 | Approved | |
zerotier-one (Install) 1.6.5 | 32790 | Friday, April 30, 2021 | Approved | |
zerotier-one (Install) 1.6.4 | 5859 | Wednesday, February 17, 2021 | Approved | |
zerotier-one (Install) 1.6.3 | 2693 | Thursday, February 4, 2021 | Approved | |
zerotier-one (Install) 1.6.2 | 6866 | Tuesday, December 1, 2020 | Approved | |
zerotier-one (Install) 1.6.1 | 1630 | Thursday, November 26, 2020 | Approved | |
zerotier-one (Install) 1.6.0 | 1116 | Saturday, November 21, 2020 | Approved | |
zerotier-one (Install) 1.4.6 | 37122 | Friday, September 6, 2019 | Approved | |
zerotier-one (Install) 1.4.4 | 579 | Wednesday, August 28, 2019 | Approved | |
zerotier-one (Install) 1.4.2 | 428 | Tuesday, August 13, 2019 | Approved | |
zerotier-one (Install) 1.4.0 | 469 | Wednesday, July 31, 2019 | Approved | |
zerotier-one (Install) 1.2.12 | 2436 | Monday, October 29, 2018 | Approved | |
zerotier-one (Install) 1.1.14 | 1730 | Friday, July 22, 2016 | Approved | |
zerotier-one (Install) 1.1.12 | 435 | Friday, July 15, 2016 | Approved |
ZeroTier, Inc.
This package has no dependencies.
Ground Rules:
- This discussion is only about zerotier-one (Install) and the zerotier-one (Install) 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 zerotier-one (Install), 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.