Since Omlet Arcade and 0verlix have been the primary methods for handling
Bedrock direct-join for several years, I conducted a series of tests in 2026
to evaluate the current state of these connection flows.
The Omlet-style mechanism originally relied on virtual LAN/P2P routing built
entirely on RakNet. RakNet remains fully functional for IP-based servers,
but the single-world sharing workflow used by Omlet encountered the introduction
of the NetherNet layer. Because NetherNet is a private, undocumented protocol,
replicating its behavior reliably has proven extremely difficult, which is why
most post-2023 direct-join implementations exhibit instability.
During testing of alternative approaches, the Xbox Live join pathway consistently
demonstrated behavior closest to the historical “tap to join and it works” user
flow. Unlike solutions that attempt to re-create NetherNet handshakes or emulate
LAN behavior through n2n, Zerotier, Tailscale, or FRPS, the Xbox method showed
a practical join success rate of approximately ~95% without requiring additional
routing layers.
Based on these results, I implemented a small web-based tool that reproduces the
Omlet-style experience—structurally similar to 0verlix in concept—while relying
entirely on the Xbox join system. Pressing a single Join button on the site
invokes Minecraft automatically, and the target world is populated into the
Join Server tab without app installations or network configuration.
Existing alternatives such as 0verlix Zelta Live, Voxel Multiplayer, and
Ice Cube remain valid solutions, each with its own design philosophy and user base.
The tool I built is intended only as an additional option for users who prefer a
stable and simplified join flow.
For those interested in examining the Xbox-based approach in practice:
eggnet (dot) space
A new Flutter project.