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 17: | Line 17: | ||
<code>sudo dpkg --configure -a</code> | <code>sudo dpkg --configure -a</code> | ||
=== Join your network === | |||
The scary thing here is you don't need any kind of a password | |||
Once you join you will still need the address of others in the network to access them. | |||
<br /> |
Revision as of 15:32, 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
Join your network
The scary thing here is you don't need any kind of a password
Once you join you will still need the address of others in the network to access them.