Create your own secure, global network that connects devices, applications, and services as if they were all in the same physical room. This software-defined networking platform lets you build and manage networks without the cost and complexity of traditional hardware.
It provides a powerful combination of simplicity, resilience, and security. You can deploy a network in minutes, not days, and manage all your connected devices from a single, intuitive dashboard. The network is designed to be self-healing, automatically adapting to changing internet conditions and providing built-in failover to keep your connections stable and uninterrupted.
Security is foundational, with end-to-end 256-bit encryption on all traffic and a Zero Trust model that authenticates every device. Key benefits include:
services:
zerotier:
image: zyclonite/zerotier:latest
container_name: zerotier
network_mode: host
devices:
- /dev/net/tun:/dev/net/tun
cap_add:
- NET_ADMIN
- SYS_ADMIN
volumes:
- ./zerotier-data:/var/lib/zerotier-one
environment:
- NETWORK_ID=${NETWORK_ID}
restart: unless-stoppedNETWORK_ID=your_zerotier_network_id_hereAuto-fetched about 21 hours ago
Auto-fetched about 21 hours ago