
Better Fabric Web Console
A modern, server-side Fabric mod for Minecraft that hosts a local web-based administration interface directly from the Minecraft server itself.
- Загрузки
- 58
- Подписчики
- 3
- Обновлён
- 23 мая 2026 г.
- Лицензия
- LicenseRef-GPL3-MIT-ParentAttribution
Опубликован 23 мая 2026 г.
Better Fabric Console 🌐
A server-side Fabric mod that turns your Minecraft server into its own web-based admin panel.
No external tools. No extra servers. Just install the mod, open your browser, and you're in.
🚀 How it works
🧩 Install the mod → ⚙️ Start the web service → 🌐 Open your browser
The mod runs silently on your server, captures console output and performance metrics, and serves a modern web interface directly from the same machine — accessible from any browser on your local network.
✨ What you get
| Feature | Description |
|---|---|
| 📟 Live Console | Real-time server log streaming with full Minecraft color code rendering |
| ⚡ Spark Metrics | TPS, CPU and memory usage via spark — when installed |
| 🔍 Regex Filters | Include, exclude or color-highlight log lines with custom rules |
| 🖱️ Quick Actions | One-click buttons for common admin commands with confirmation dialogs |
| 🔐 Secure Access | SHA-256 password, UUID session tokens and a first-run setup wizard |
| 🔌 Plugin Toggles | Enable/disable Spark and console capture on the fly — UI adapts instantly |
| 📦 Zero Bloat | Spark is optional and never bundled — install it only if you want metrics |
🔌 Optional: Spark Integration
If you have spark installed on your server, Better Fabric Console will automatically detect it and unlock a live metrics panel with TPS, CPU load and JVM memory stats.
No spark? No problem — the metrics panel simply stays hidden. Everything else works perfectly.
⚙️ Requirements
- Minecraft 26.1.2 (Fabric)
- Fabric Loader ≥ 0.16.0
- Fabric API
- Java 25+
- Node.js 20+ (on the server machine, to run the web service)
💬 Which mod should we integrate next?
This mod is built to grow with the community's needs. Right now it supports spark for performance metrics — but there's a lot more we could do.
Got a mod you'd love to see integrated with a dedicated web panel?
👉 Drop a comment below or open a GitHub Discussion — every suggestion is read and considered for the roadmap.
Some ideas already on the radar:
- 🗺️ BlueMap / Dynmap — live map status and controls
- 🔑 LuckPerms — permission management from the web panel
- 🌍 Chunky — pre-generation progress and controls
- 💾 Backup mods — backup status and history
If enough people ask for something, it gets built. Simple as that. 🙌
📜 License
- Fabric Mod (
/src): GPL-3.0 with parent attribution - Web Service & UI (
/service): MIT with parent attribution
Source code: github.com/MACULINX/better_fabric_console
Ченджлог
1.0.0Релиз26.1.2 · 23 мая 2026 г.
v1.0.0 - Better Fabric Console (AIO Mod)
First official release of the server-side Fabric companion mod for Minecraft 26.1.2.
Key Features
- Embedded Netty Web Server: Serves a local web app on port 8000 (customizable in config).
- Master Password Security: SHA-256 password encryption with a first-run setup wizard and login session validation.
- Quick Actions Panel: Preset buttons for routine admin operations (Save, List, Weather, Day/Night) plus a modal wizard to add custom buttons.
- Spark Monitoring Integration: Auto-detects Spark on the host, fetches statistics (TPS, CPU load, JVM memory), and lets you toggle metrics tracking from the UI.
- Regex Log Filters: Interactive log stream supporting custom line filters to exclude, include, or color-highlight terminal output.
Installation
Copy better-fabric-console-1.0.0.jar to your server's mods folder and restart the server. Access the dashboard at http://localhost:8000.
Комментарии
Загружаем…