Zerotier

From AbahDoku Wiki

Install

curl -s https://install.zerotier.com | bash

Join Network

zerotier-cli join "network_id"

Network Controller

Versi Docker

Versi Linux server

Download bash_cli_zt.git menggunalan git clone :

git clone https://github.com/thedunston/bash_cli_zt.git
cd bash_cli_zt.git

Install curl, jq, ipcalc :

apt install curl
apt install jq
apt install ipcalc

Aktifkan zerotier-one jika belum diaktifkan :

systemctl enable zerotier-one
systemctl start zerotier-one

Pastikan Zerotier sudah aktif/running :

systemctl status zerotier-one

Referensi