Getting started
Admincraft is built around itzg's Minecraft containers, which is where it does the most: a live console, world controls and a restart button, on Bedrock and Java alike. It also speaks plain RCON, so an existing Java server can be managed without changing anything about how it runs.
Two arrangements are therefore possible, and the difference matters enough to choose deliberately.
Through the bridge. A small companion container, Admincraft WebSocket, runs beside Minecraft. It reads the container console and talks to Java RCON on the private Docker network. This is the full experience and the only one that works in a browser.
Direct RCON. Admincraft connects straight to a Java server's RCON port. Nothing extra to install, and it works with any Java server, containerised or not. In exchange there is no live console and no restart, and RCON has no encryption at all.
What each setup gives you
| itzg Bedrock + bridge | itzg Java + bridge | Any Java, direct RCON | |
|---|---|---|---|
| Send commands | ✅ | ✅ | ✅ |
| Live server console | ✅ | ✅ | ❌ RCON cannot stream it |
| Time, weather, game rules | ✅ | ✅ | ✅ on refresh |
| Player list | ✅ live | ✅ live | ✅ on refresh |
| Restart the server | ✅ | ✅ | ❌ no container control |
| Works in the browser | ✅ | ✅ | ❌ no raw sockets |
| Can be encrypted without a VPN | ✅ TLS | ✅ TLS | ❌ never |
| Extra container needed | yes | yes | no |
| Docker needed | yes | yes | no |
The two "on refresh" cells are the practical difference: through the bridge the app watches the log and notices things happening, while over RCON it only knows what it last asked.
Pick your route
| Where you are | Start here |
|---|---|
| No server yet | Bedrock server on Oracle's free tier — a whole server, from an empty cloud account to a working world, at no cost |
| No server yet, and you want Java | Set up a Java Edition server |
| Already running itzg containers | Add Admincraft to an existing server — no need to recreate anything |
| A Java server that is not containerised | Connect over direct RCON |
| A bridge already configured | Install Admincraft, then add the profile |
| A profile exported elsewhere | Import it |
What we recommend
For a personal server: Minecraft and the bridge in Docker together, Tailscale joining the server to your devices, Private network selected in Admincraft, and the bridge port closed to the internet. Nothing is exposed publicly and there are no certificates to manage.
If you would rather not install Tailscale on every device, Tailscale Funnel publishes the bridge on a hostname with a certificate that renews itself, which is also the only arrangement the browser build can use over the internet.