A desktop application for managing your local Minecraft server running in Podman.
- Server Control - Start, stop, and restart your Minecraft container
- Live Status - View TPS, MSPT, player count, and server version in real-time
- Player List - See who's online with live updates
- Logs Viewer - Stream server logs with filtering
- Mods & Plugins - Browse installed mods/plugins, upload new ones, or download from URLs
- Configuration Editor - Edit server configuration files directly
- Backups - One-click world backups
- System Metrics - CPU, memory, network, and disk usage (requires utility mod)
- Podman installed and running
- A Minecraft server container managed by Podman or Podman Compose
- The Podman socket must be accessible (typically at
/run/user/1000/podman/podman.sock)
- Launch MineUI - Open the application
- Configure Settings - Go to the Settings page and enter your server details:
Container Name- The name of your Minecraft Podman container (e.g.,minecraft-server)Query Host/Query Port- Minecraft query protocol address (default:localhost:25565)Podman Socket- Path to your Podman socketRCONsettings - If you want to use RCON commands
- Connect - Navigate to the Status page to see your server
For enhanced metrics and features, you can install the MineUI Server Utilities Forge mod on your Minecraft server. This is strongly recommended but not required.
| Minecraft Version | Forge Version | Download |
|---|---|---|
| 1.20.1 | 47.4.x | mineui-server-utils.jar |
Note: The utility mod is only compatible with Minecraft 1.20.1 running Forge 47.4.x. Other versions are not supported at this time.
- Download the
mineui-server-utils.jarfile - Copy it to your server's
mods/directory - Restart the Minecraft server
- In MineUI Settings, set the
Server Utils URLtohttp://<server-ip>:8787
When the utility mod is installed, you get:
- Accurate TPS & MSPT - Direct server metrics instead of estimates
- Per-Dimension Stats - Chunk and entity counts for each dimension
- System Metrics - Host CPU, memory, network I/O, and disk I/O
- Container Stats - Podman container resource usage
- Mod List - Detailed list of installed Forge mods
- Direct Player API - Player list without RCON
MineUI will still work, but with limited functionality:
- Basic server status via Minecraft query protocol
- Container management (start/stop/restart)
- Log streaming
- File-based mod/plugin listing
- Configuration editing
- Backups
| Setting | Description | Default |
|---|---|---|
| Container Name | Podman container name | minecraft-server |
| Query Host | Minecraft server address | localhost |
| Query Port | Minecraft query port | 25565 |
| Podman Socket | Path to Podman socket | /run/user/1000/podman/podman.sock |
| Podman Binary | Podman executable | podman |
| World Directory | World folder name | world |
| RCON Host | RCON server address | localhost |
| RCON Port | RCON port | 25575 |
| RCON Password | RCON password | (none) |
| Server Utils URL | MineUI utility mod URL | (none) |
- Ensure your Minecraft container is running
- Verify the container name matches your settings
- Check that the Podman socket path is correct
- Install the MineUI Server Utilities mod for full metrics
- Verify the
Server Utils URLis set correctly (e.g.,http://localhost:8787) - Check that the mod loaded successfully in server logs
- Enable the query protocol in your
server.properties:enable-query=true query.port=25565
- Or install the utility mod for direct player listing