Skip to content
Authors:

ZeroTier Setup

Installing

Warning

Setup requires package layering and is not recommended.

Add ZeroTier repository to yum by copying the following to the terminal (to paste copied text in the terminal: Ctrl+Shift+V)

sudo tee >/dev/null /etc/yum.repos.d/zerotier.repo <<'EOF'
[zerotier]
name=ZeroTier, Inc. RPM Release Repository
baseurl=https://download.zerotier.com/redhat/fc/$releasever
enabled=1
gpgcheck=1
gpgkey=https://download.zerotier.com/contact@zerotier.com.gpg
EOF

Install ZeroTier One:

sudo rpm-ostree install zerotier-one

Reboot the system, and then enable ZeroTier service by running this command in the terminal:

sudo systemctl enable --now zerotier-one

Uninstalling

Select, copy and paste the following to the terminal (pasting is Ctrl+Shift+V)

sudo systemctl disable zerotier-one.service
sudo rpm-ostree uninstall zerotier-one

Reboot, and run this at the terminal:

sudo rm -fv /etc/yum.repos.d/zerotier.repo

Fix not seeing your teammates in games

(Set routing through the ZeroTier network interface)

Get your ZeroTier network interface name by running: ifconfig -a (compare the IP address to one in your ZeroTier web dashboard)

Add the route: sudo route add -host 255.255.255.255 dev <interface name>