IT/Software/Networking/ZeroTier: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) No edit summary |
Walttheboss (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
=== Basics === | ===Basics=== | ||
You need to get an account at ZeroTier | You need to get an account at ZeroTier | ||
Line 6: | Line 6: | ||
After that get another and you get 200. | After that get another and you get 200. | ||
=== Install === | ===Install=== | ||
<br /> | <br /> | ||
<code>curl -s https://install.zerotier.com | sudo bash</code> | <code>curl -s https://install.zerotier.com | sudo bash</code> | ||
==== Errors ==== | ====Errors==== | ||
<br /> | <br /> | ||
*It will not install if your package manager has issues. | *It will not install if your package manager has issues. | ||
<code>sudo apt --fix-broken install</code> | <code>sudo apt --fix-broken install</code> | ||
<code>sudo dpkg --configure -a</code> | <code>sudo dpkg --configure -a</code> |
Revision as of 15:30, 22 April 2020
Basics
You need to get an account at ZeroTier
You can connect up to 100 computers for free.
After that get another and you get 200.
Install
curl -s https://install.zerotier.com | sudo bash
Errors
- It will not install if your package manager has issues.
sudo apt --fix-broken install
sudo dpkg --configure -a