A small, friendly GUI for ZeroTier. Create a network, hit connect, and see who's online - like Radmin VPN, but on top of ZeroTier. No account or paid plan needed.
- One-click connect / disconnect
- Create your own network right in the app (no website)
- Save networks and switch between them
- See online devices and their ZeroTier IP; click any IP to copy it
- Authorize devices you own from the Devices tab
- Install ZeroTier from the Setup tab
- English / Русский / Українська
- Windows and Linux
Grab a build from Releases:
- Windows -
easynet-1.1.exe(portable, just run it; Windows 10/11 already has WebView2) - Linux -
easynet-1.1.AppImage(chmod +xthen run)
Tip
Install ZeroTier from the Setup tab on first run if you don't have it yet.
- Setup → on Linux, click Grant access once so EasyNet can read the local ZeroTier token.
- Networks → Create your own network (you become the owner), or Add a network by its 16-digit ID.
- Home → choose a network → Connect.
- Devices → Scan to see online devices and their ZeroTier IPs. On networks you created, authorize new devices here.
Everything works on the free ZeroTier with no API token. The token field in Settings is optional - only used to import networks from a paid account.
Linux
./build.sh
Windows (PowerShell)
./build.ps1
Both scripts install missing dependencies, build the app, and drop the result in Binaries/.
Or manually:
npm install
npm run tauri icon ./icon.png
npm run dev
npm run build
Note
On Linux the ZeroTier token is root-only. The Grant access button in the Setup tab copies it to ~/.config/easynet/ so the app reads it without sudo.
Important
A network you create is hosted by your own machine (built-in ZeroTier controller). Keep it online while friends join, then authorize them in Devices.
- The Devices scan shows devices that are online right now.
