LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

zerotier-one

ZeroTier virtual networking service daemon

TLDR

Start service in foreground
$ sudo zerotier-one
copy
Start with custom home directory
$ sudo zerotier-one [/var/lib/zerotier-one]
copy
Run in background (daemon mode)
$ sudo zerotier-one -d
copy

SYNOPSIS

zerotier-one [-d] [homedirectory_]

DESCRIPTION

zerotier-one is the ZeroTier network virtualization service daemon. It creates virtual network interfaces and manages encrypted peer-to-peer connections to form software-defined networks.When running, the service:- Maintains connections to ZeroTier root servers- Establishes peer-to-peer tunnels with other nodes- Creates virtual network interfaces (zt*) for joined networks- Provides a local API for zerotier-cli- Handles NAT traversal and connection optimizationThe home directory contains identity files, network configurations, and the authentication token for the local API.On systemd systems, zerotier-one is typically managed as a systemd service (zerotier-one.service) rather than run directly.

PARAMETERS

-d

Run as daemon in background
homedirectory_
ZeroTier home directory (default: /var/lib/zerotier-one)

INSTALL

sudo pacman -S zerotier-one
copy

CAVEATS

Requires root privileges to create network interfaces and bind to privileged ports.The service binds to UDP port 9993 by default for peer communication.Identity files in the home directory (identity.secret, identity.public) should be backed up. Losing them means generating a new identity with a different address.Firewall rules must allow UDP traffic for peer connections. Blocked UDP can force traffic through relays, reducing performance.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid