Lantern gives Grounded 2 IP/port multiplayer: players join through the Lantern desktop app, hosts run a Lantern server package next to Grounded 2, and worlds stay on the server with snapshots, admin tools, server query, and a mod kit. No friend-code lobby, no peer-to-peer handoff, no host-must-be-online requirement.
Every player must install Lantern to join a Lantern server. Stock Grounded 2 cannot connect to Lantern servers directly.
Add a server address once and connect straight into the hosted world.
Lantern joins through plain Unreal IpNetDriver UDP — no Xbox sign-in, no platform party, no friend codes.
The world lives on the host machine. The server keeps running after a player leaves, and snapshots give admins a recovery point before major changes.
The server snapshots the world on every auto-save and on demand. Admins can list snapshots, roll the world back to one, or upload and restore a world from Lantern's world tools.
LanternServer exposes Source RCON on the server's RCON port for commands like help, status, players, save snapshot, and save list.
LanternServer answers Source A2S query so server lists, monitoring tools, and bots can read status and player counts.
Lantern loads Lua and C++ mods through UE4SS on both the client and the host. See docs/MODS.md.
The shortest path is SurvivalServers.com Grounded 2 hosting. Lantern is already installed, ports are handled, and the panel shows a one-click Lantern setup link for players.
- Download
LanternSetup-<version>.exefrom the latest release. - Run the installer. Windows SmartScreen may warn because the installer is not code-signed yet; choose More info then Run anyway.
- Open Lantern, add the server address, and click Connect.
Lantern checks for launcher updates automatically on launch and while it is running.
- Download
LanternServer-v<version>.zipfrom the latest LanternServer release. The server package is published there, not on this repo's release page. - Extract it on the Windows host.
- Edit
LanternServer\appsettings.json. - Forward/open the gameplay UDP port, query UDP port, RCON TCP port, and admin HTTP TCP port.
- Run
LanternServer\LanternServer.exe. The server runs headless — no GPU is required.
Full server setup, settings, source query examples, RCON commands, and build instructions live in HumanGenome/LanternServer.
Open Lantern, click Add Server, and enter a name, the server's IP or hostname, and its gameplay port. Add the join key if the server uses one. Lantern derives the query, RCON, and admin ports from the gameplay port, so you only enter the one port. Select the server and click Connect.
No. The Lantern server runs its own copy of Grounded 2 in the background and your game client runs a second copy, and Steam only allows one running instance of a game per account. Run the server on a separate host and connect to it from your gaming PC.
Yes, from the server's world tools. The server takes a backup before importing and restarts on the imported world.
No. Lantern is Windows-only, for both the player app and the server (Windows 10/11/Server, 64-bit). The server launches the Windows build of Grounded 2 and uses Windows process management.
This release page carries the player-side downloads:
LanternSetup-<version>.exe— installer for playersLanternSetup-latest.exe— the same installer at a stable, version-independent URLLantern-Launcher-Windows-x64-v<version>.zip— portable player app, no installerchecksums-launcher.txt— hashes for the launcher assets
The server package (LanternServer-v<version>.zip) is published on the LanternServer release page. If you only want to play on someone else's server, you need the installer, not the server zip.
The Lantern app, server, runtime plugin, installer, and release automation live in the build repo.
src/launcher/Lantern.Launcher— Avalonia desktop appsrc/server/LanternServer— host supervisor, RCON, query, HTTP admin APIsrc/native/Lantern.Plugin— UE4SS runtime plugininstaller— NSIS installerdist/ue4ss-clientanddist/ue4ss-server— runtime UE4SS layouts; the host mods live underdist/ue4ss-server/Mods, the client join mod underdist/ue4ss-client/Mods
LanternServer source is mirrored publicly at HumanGenome/LanternServer.
The public Lantern repo at HumanGenome/Lantern is the download and documentation hub for released builds.
Lantern is a community project and is not affiliated with or endorsed by the developers of Grounded 2.
See LICENSE.
