Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 915 Bytes

zerotier.md

File metadata and controls

28 lines (21 loc) · 915 Bytes

Join the ZeroTier Management Network

In order to interact with a Zero-OS node your client machine needs to join ZeroTier management network of the node.

See the ZeroTier website for installation instructions.

Once installed check status of the ZeroTier daemon using zerotier-cli, the ZeroTier command line tool:

zerotier-cli info

In case the ZeroTier daemon is not yet running, launch it:

zerotier-one -d

Check if your client machine already joined a ZeroTier network:

zerotier-cli listnetworks

If no ZeroTier network was yet joined, join the ZeroTier management network identified with the ZeroTier network ID:

export ZEROTIER_NETWORK_ID="your-zerotier-network-ID"
zerotier-cli join $ZEROTIER_NETWORK_ID

You will now need to go to https://my.zerotier.com/network/$ZEROTIER_NETWORK_ID in order to authorize the join request.