> For the complete documentation index, see [llms.txt](https://docs.eridian.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eridian.xyz/general-dev/linux-software/zerotier.md).

# ZeroTier

{% code title="Install ZeroTier" %}

```bash
sudo apt-get install curl -y
curl -s https://install.zerotier.com | sudo bash
```

{% endcode %}

{% code title="Join an existing network" %}

```bash
sudo zerotier-cli join <NETWORK_ID>
```

{% endcode %}
