Lodestone
Lodestone lets you run hosting tool for Minecraft and other multiplayer games entirely on your own server.
Self-hosted game server management, honestly reviewed. Built by university students, free forever for personal use.
TL;DR
- What it is: Free, open-source server hosting tool for Minecraft and other multiplayer games — a web-based control panel that runs on your own hardware instead of paying a game hosting company monthly [1].
- Who it’s for: Minecraft players and small gaming communities who are tired of paying $5–15/mo to Apex Hosting, Pebblehost, or Bisect — and who have a spare machine or cheap VPS to run it on.
- Cost savings: Game hosting SaaS runs $3–20/mo per server. On your own hardware, Lodestone costs $0 in software licensing. A $6/mo VPS covers hosting indefinitely.
- Key strength: Written entirely in safe Rust with a modern React/TypeScript dashboard. One-click server setup, real-time status, a full file manager, and built-in user permissions — all from a browser [1].
- Key weakness: 1,254 GitHub stars, maintained by university students with no revenue, no formal security audit, and several major features still marked WIP. This is a promising early-stage project, not battle-hardened infrastructure [1][2].
- License: AGPL-3.0. Free for personal use forever. Commercial use requires open-sourcing your modifications and any software that calls the Lodestone API [1].
What is Lodestone
Lodestone is a web-based server management panel for Minecraft — and eventually other multiplayer games. You install it on a machine you control (your home server, a VPS, a spare PC), and it gives you a browser-based dashboard to create, start, stop, and configure game servers without touching the command line [1].
The pitch is simple: instead of paying $10/mo to a hosting company for a server you don’t control, you run your own. Lodestone handles the parts that used to require SSH and manual config — server setup, file management, user access, real-time console — behind a clean UI [1].
The project is built with Rust on the backend (“Lodestone Core”) and React/TypeScript on the frontend. The Rust backend uses #![forbid(unsafe_code)], meaning the team has explicitly ruled out unsafe memory operations in their own code — a meaningful signal for a project handling server processes and file access [1]. The frontend dashboard can either be the one Lodestone hosts at lodestone.cc (pointed at your local Core installation) or self-hosted entirely.
It comes in two variants: Lodestone CLI, which installs just the backend and expects you to use a dashboard separately, and Lodestone Desktop, a bundled Windows application that’s still marked as unstable [1].
The project is maintained by university students on zero revenue, funded by Ko-fi donations. That context matters when you’re evaluating whether to depend on it [1].
Why people choose it
No third-party reviews specifically covering the Lodestone game server manager were available during research — the search results returned unrelated content (a holiday cottage, a crystal, a document management system with the same name). The assessment here draws entirely from the GitHub README and repository [1][2].
The case for Lodestone over paid game hosting is the same case as any self-hosted alternative: permanent cost elimination. Game hosting companies charge monthly for a service you could run on hardware you own. A Minecraft server for 5–10 players doesn’t require much — 2GB RAM, a decent CPU, reasonable storage. If you already have a machine, that’s $0 in ongoing costs. If you spin up a VPS, that’s $4–8/mo on Hetzner or Oracle Cloud Free Tier. Either way, it undercuts any commercial hosting plan.
What Lodestone adds on top of just running a server manually is the management layer: user permissions so friends can restart the server without SSH access, a file manager for world downloads and config editing, real-time console output, and eventually plugin management [1]. The goal is to make self-hosting accessible to people who wouldn’t otherwise touch a terminal.
The choice of Rust for the backend is a real differentiator in this space — most comparable open-source tools are Java or Python. Rust’s memory safety properties matter for a daemon that manages server processes and handles file operations [1].
Features
Based on the README [1]:
Core management:
- One-click server installation and setup [1]
- Real-time server status and console output [1]
- Start, stop, restart controls from the browser [1]
- Supports Minecraft and other multiplayer games (specifics not detailed in available docs) [1]
File manager:
- Upload, download, unzip, copy, paste via browser [1]
- Described as “beautiful and functional” — added as a notable new feature in a recent release [1]
User access:
- User permission management — multiple users with different access levels [1]
- Collaborative remote server management [1]
Networking:
- playit.gg integration: connect to your server without port forwarding. This is a meaningful quality-of-life feature — most home networks are behind CGNAT or ISP firewalls that make port forwarding impossible or difficult [1]
Extensions:
- Macro system for scripting server tasks. Documentation linked in the README but not scraped [1]
Docker:
- Docker support exists but is marked WIP (work in progress) [1][2]
Planned but not yet shipped:
- Plugin and mod management [1]
- Complete Docker integration [1]
- Event viewer [1]
Platform support:
- Windows x86_64 [1]
- Linux x86_64 and ARM [1]
- macOS Apple Silicon [1]
- Intel Mac: being deprecated due to lack of test hardware [1]
What’s not here yet: The plugin/mod management gap is notable. If you’re running a modded Minecraft server with Forge or Fabric, you’re managing mods manually for now [1].
Pricing: self-hosted vs game hosting SaaS math
Lodestone: $0 software cost, AGPL-3.0 [1]. Your only costs are hardware/VPS.
Game hosting SaaS (typical 2026 pricing):
- Budget tier (Pebblehost, Bisect, Sparked): $3–6/mo for 2GB RAM, ~5-10 player servers
- Mid tier (Apex Hosting, Shockbyte): $8–15/mo for 4–8GB RAM
- Self-managed VPS on Hetzner (CAX11): ~$4–5/mo for 2 vCPU + 4GB RAM
Concrete math:
A small Minecraft server for a friend group (10 players, 4GB RAM) costs roughly $10/mo on Apex Hosting. Over 24 months that’s $240. On a Hetzner CAX11 with Lodestone installed, it’s ~$120 — and you own the data, control the config, and can run multiple servers on the same machine without paying per-server fees.
If you already own a home server or NAS with spare capacity, the ongoing cost is effectively $0.
The caveat is effort. Game hosting companies handle backups, DDoS mitigation, and uptime monitoring. Self-hosting doesn’t give you those for free — you have to set them up [1].
Deployment reality check
What you need:
- A machine running Windows, Linux (x86_64 or ARM), or macOS Apple Silicon [1]
- Lodestone CLI (Linux/Mac) or Lodestone Desktop (Windows) [1]
- A Chromium-based browser if you’re using the hosted dashboard at lodestone.cc
- If using the hosted dashboard: you must enable mixed content in your browser (the dashboard is HTTPS but connects to your local Core over HTTP). The README acknowledges this is awkward and links to a workaround guide [1]
The mixed content problem: This is worth calling out plainly. If you use Lodestone’s hosted dashboard (the easiest path), you’re loading an HTTPS page that connects to a local HTTP server. Browsers block this by default. You have to explicitly allow mixed content for lodestone.cc, which requires changing browser security settings and disabling extensions like HTTPS Everywhere [1]. The alternative — self-hosting the dashboard — removes this problem but adds setup steps.
Docker: Supported but still work-in-progress as of the current README [1]. Don’t count on a clean Docker Compose experience yet.
Security posture:
“While most of the safety critical code such as login and permissions management have been tested thoroughly, no formal security audit has been done for any part of Lodestone.” — README [1]
That’s an honest disclosure. For a home network running private servers for friends, this is acceptable. For anything exposed to the public internet handling real user data, it’s a flag worth weighing [1].
Time estimate: For someone comfortable with a terminal — 15–30 minutes on Linux via CLI. For Windows users using Desktop, the README calls it “not considered stable yet.” If you hit the mixed content issue with the hosted dashboard and aren’t familiar with browser settings, budget an extra hour of confusion [1].
Pros and Cons
Pros
- Rust backend with explicit unsafe code prohibition. Meaningful security commitment for a project managing server processes and files [1].
- No port forwarding required. The playit.gg integration is a genuine problem-solver for players behind CGNAT or strict ISP firewalls [1].
- Full file manager in the browser. Upload, download, unzip — no FTP client needed [1].
- Free forever for personal use. The AGPL license is clear: personal use has no cost ceiling [1].
- Multi-platform. Windows, Linux x86_64/ARM, and macOS Apple Silicon. Good coverage for home server hardware [1].
- User permission system. Let friends restart servers without giving them terminal access [1].
- REST API included. Programmatic control is available out of the box [2].
Cons
- University student project, zero revenue. The README says this explicitly. Longevity and maintenance continuity are genuine unknowns [1].
- No formal security audit. An honest disclosure, but it matters if you’re exposing this to the internet [1].
- Plugin/mod management is not shipped yet. Listed as a future feature [1]. Modded Minecraft servers require manual mod management for now.
- Docker support is WIP. If your self-hosting workflow is Docker-first, Lodestone isn’t ready [1].
- Desktop app is unstable. Windows users who want a bundled experience are told upfront it’s not production-ready [1].
- Mixed content browser workaround. The hosted dashboard requires disabling browser security settings. Awkward for non-technical users [1].
- 1,254 stars. Small community relative to alternatives like Pterodactyl (7,000+ stars). Fewer people debugging your specific problem on Reddit [2].
- No third-party reviews found. The project has no independent coverage in tech media. You’re relying on the README and the Discord community [1].
- Commercial AGPL clause. If you’re building a service on top of Lodestone, you must open-source your modifications and any code that uses the API. Not a problem for personal use, potentially limiting for business use [1].
Who should use this / who shouldn’t
Use Lodestone if:
- You’re running a private Minecraft server for friends and currently paying $5–15/mo to a hosting company.
- You have a spare machine at home or are willing to spin up a cheap VPS.
- You’re comfortable enough with a terminal to run an installer and follow a README.
- You want user permission management without giving friends SSH access.
- You’re behind a router that makes port forwarding a pain — the playit.gg integration handles this.
Don’t use Lodestone yet if:
- You’re running a modded Minecraft server and need plugin/mod management from the panel — that feature isn’t shipped.
- Your deployment workflow is Docker Compose — WIP means you’ll hit rough edges.
- You need a stable, audited panel for a public server with many users you don’t know personally. The lack of a formal security audit is the deciding factor here.
- You’re on Windows and expect the Desktop app to be stable — the README says it isn’t.
- You want community support at the scale of Pterodactyl or other more established projects.
Stay on paid hosting if:
- You’re not comfortable with the command line and don’t have anyone to help with setup.
- You value DDoS mitigation, managed backups, and uptime SLAs — self-hosting gives you none of these automatically.
- You’re running a public server with paid features or a Minecraft community with hundreds of players.
Alternatives worth considering
Pterodactyl — The most established open-source game server panel. 7,000+ GitHub stars, MIT licensed, supports dozens of games via Docker containers, has a large community and extensive documentation. More complex to set up than Lodestone (requires a separate Wings daemon and a web server), but significantly more mature and battle-tested. If you’re serious about self-hosting game servers long-term, Pterodactyl is the safer bet.
Pelican — A Pterodactyl fork that emerged when the Pterodactyl project slowed down. Actively maintained, same Docker-based architecture.
AMP (Application Management Panel) — Closed-source, but has a free tier for personal use. Polished UI, broad game support, runs on Windows/Linux. Commercial licensing starts around $10/mo for multiple servers. Worth considering if you want polish without dealing with open-source setup pain.
Crafty Controller — Open-source (GPL), Python-based Minecraft server manager. More mature than Lodestone in terms of shipped features, with plugin management and scheduling. Less modern stack.
Just use the command line — If you only manage one server and aren’t sharing access with non-technical friends, screen or tmux with a shell script is still a valid answer. No panel needed.
The realistic decision for most home users is Lodestone vs Pterodactyl. Pick Lodestone if you want something simpler to set up that covers the basics. Pick Pterodactyl if you need Docker isolation, broader game support, or plan to manage servers for others at any scale.
Bottom line
Lodestone is an honest, early-stage project that does what it says: it wraps Minecraft server management in a clean browser UI so you can stop paying hosting companies monthly. The Rust backend, playit.gg tunneling, and file manager are genuinely useful. The trade-offs are equally honest — plugin management isn’t shipped, Docker support is WIP, the Desktop app is unstable, and the whole thing is run by university students with no revenue model. If you’re a technical user running a private server for friends and you want to save $10/mo forever, it’s worth an afternoon. If you’re managing a serious community or need enterprise-grade reliability, look at Pterodactyl first. The project has the right instincts; it just needs more time to ship on its roadmap.
Sources
- Lodestone GitHub README — “A free, open source server hosting tool for Minecraft and other multiplayer games”. https://github.com/lodestone-team/lodestone
- Lodestone GitHub Repository — Stars, forks, license, contributors, issues. https://github.com/lodestone-team/lodestone
Note: Search results for third-party reviews of Lodestone (the game server manager) returned unrelated content — a holiday cottage, a gemstone guide, and a different open-source project with the same name. No independent tech media reviews were found. This article relies primarily on the official README and repository metadata.
Features
Integrations & APIs
- Plugin / Extension System
- REST API
Related Gaming & Entertainment Tools
View all 57 →Godot
108KFree, open-source 2D and 3D game engine with a unique node-based architecture — no royalties, no strings attached.
Sunshine
35KSelf-hosted game stream host for Moonlight. Low latency cloud gaming with AMD, Intel, and Nvidia GPU support.
Mindustry
27KA free, open-source factory-defense game blending Factorio-style automation with tower defense — cross-platform with bundled self-hosted multiplayer.
GDevelop
21KSelf-hosted gaming & entertainment tool that creates and publish games effortlessly.
Lila
18KFree online chess server. Play chess in a clean interface. No registration, no ads, no plugin required
Luanti
12KSelf-hosted gaming & entertainment tool that provides voxel game engine (formerly Minetest). Play one of our many games.