Zerotier: Difference between revisions
No edit summary |
|||
Line 7: | Line 7: | ||
===Versi Docker=== | ===Versi Docker=== | ||
===Versi Linux server=== | ===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== | ==Referensi== |
Revision as of 00:50, 8 August 2023
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
- https://www.zerotier.com/
- https://github.com/key-networks/ztncui-aio (versi docker)
- https://github.com/thedunston/bash_cli_zt (versi linux server)