← Package directory
Available on winget

Install easytier-gui

A simple, secure, decentralized VPN mesh network solution

Install with winget
winget install --id EasyTier.EasyTierGUI
Upgrade
winget upgrade --id EasyTier.EasyTierGUI
Uninstall
winget uninstall --id EasyTier.EasyTierGUI

About easytier-gui

A simple, secure, decentralized VPN mesh network solution

What's new in 2.6.4

πŸš€ New Features - Windows UDP broadcast relay β€” When enabled, UDP broadcast packets from your PC are forwarded to other devices in the virtual network, allowing LAN-dependent apps like game discovery and DLNA to work across the VPN. Disabled by default; enable via --enable-udp-broadcast-relay, environment variable, or Web UI toggle. Windows only, requires admin privileges.@KKRainbow #2222 - HarmonyOS config persistence and sharing β€” Configs on HarmonyOS are now saved locally and survive restarts. Share your network config with others via a single link. Route aggregation has been optimized to reduce redundant entries.@FrankHan052176 #2227 🐞 Bug Fixes - Fixed the probabilistic connection establishment issue in QUIC Proxy β€” QUIC Proxy had a chance of connection failure when packets were lost. Instead, QUIC open_bi is used to handle connection establishment.@21paradox #2216 - Fixed device identity loss and web dashboard crash β€” Machine ID is now persisted across restarts and upgrades, preventing re-authentication after updates. Also fixed the web dashboard crashing on malformed packets.@KKRainbow #2215 - Fixed memory creep during long runs β€” Fixed a resource leak that caused memory usage to grow over time when running EasyTier for extended periods.@KKRainbow #2211 - More forgiving ACL config β€” ACL rules in config files no longer require every field to be filled in. Missing fields now use sensible defaults instead of causing load errors.@fanyang89 #2206 - Clearer reconnect error messages β€” When manual reconnection fails, the error now tells you exactly what went wrong β€” DNS, conn...

Read release notes

Version history

Version Updated Notes
2.6.4 Unknown πŸš€ New Features - Windows UDP broadcast relay β€” When enabled, UDP broadcast packets from your PC are forwarded to other devices in the virtual network, allowing LAN-dependent apps like game discovery and DLNA to work acro...
2.4.5 Unknown πŸš€ Feature Enhancements - Frontend Statistics Display - Added statistics display functionality to the frontend interface for more intuitive network status monitoring @KKRainbow #1410 - USB Shared Network Forwarding Suppor...
2.4.3 Unknown πŸš€ Feature Enhancements - Custom STUN Servers – Introduce support for configuring custom STUN servers to improve NAT traversal success rate @fanyang89 #1212 - Magisk Module Enhancements - Add local hotspot-to-LAN forwardi...
2.3.2 Unknown πŸš€ Feature Enhancements - Added support for QUIC proxy @KKRainbow - Added subnet proxy mapping support @KKRainbow - easytier-core now supports loading multiple configuration files @xzzpig - Added bandwidth rate limiting f...
2.3.1 Unknown Release notes
2.2.4 Unknown This is a bugfix version. - enable sni for tls client, so ws/wss can be reverse proxy by cloudflare/caddy. by @nanhantianyi in https://github.com/EasyTier/EasyTier/pull/691 - fix panic because of parsing ipv6 address whe...
2.2.3 Unknown This is a bugfix version, also add support of HTTP/TXT/SRV`` redirection. - fix docker stop issue by using tini for graceful shutdown by @zhj9709 in https://github.com/EasyTier/EasyTier/pull/622 - support txt/srv record...
2.2.2 Unknown This is a bugfix version. - add command easytier-cli proxy to show tcp/kcp proxy entries by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/610 - fix subnet to subnet kcp proxy by @KKRainbow in https://github.com...
2.2.1 Unknown This is a bugfix version. - Fix tcp incoming failure when kcp proxy is enabled by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/601 - Android should always use user-space network stack to do subnet/kcp proxy by...
2.2.0 Unknown This is a feature version. The major feature is the KCP support, which can proxy TCP traffics as KCP streams. This can improve the latency and throughout on the network of high udp loss rate. Features - support KCP proxy...
2.1.2 Unknown This is a bugfix version. - fix peer rpc compatibility issue. by @KKRainbow in https://github.com/EasyTier/EasyTier/pull/548 - avoid disconnecting when bandwidth is fully occupied. by @KKRainbow in https://github.com/Eas...
2.1.1 Unknown This version is a BugFix version, which mainly fixes the unavailable issue of the Android version and optimizes some web consoles. - save api host in local storage by @KKRainbow in https://github.com/EasyTier/EasyTier/pu...
2.1.0 Unknown This is a feature version that the most import feature is the web support. User can run easytier-core with following command to connect easytier to the config server: easytier-core -w <USER_NAME> and then visit http://ea...
2.0.3 Unknown What's Changed - allow set ipv4 network prefix on GUI. by @m1m1sha in #414 - optimize event log display on GUI. by @m1m1sha in #417 - fix peer rpc stop working because of mpsc tunnel close unexpectedly, causing routing p...