DedicatedPower is a Fabric mod that improves the graphical interface of a Minecraft dedicated server.
Modrinth page: https://modrinth.com/mod/server-os
It replaces the default server administration window with a cleaner interface for monitoring the server, viewing online players, running commands, and accessing common server controls.
- Minecraft: Java Edition 26.2 (Chaos Cubed)
- Platform: Fabric
- Environment: Dedicated servers only
- Fabric Loader: 0.19.3 or newer
- Java: 25 or newer
- License: MIT
DedicatedPower is not intended for single-player worlds or the integrated server.
- Custom server GUI for dedicated servers
- Server menu bar with common administration actions
- Quick access to saving worlds, reloading data packs, and stopping the server
- World controls for time and weather
- Command dialog for running server commands
- Live server log output with color-coded log levels
- Dedicated command console panel
- Command execution directly from the GUI
- Command history with the Up and Down arrow keys
- Clearable console output
- Online player list
- Player name filtering
- Game mode display
- Refreshable player information
- Current TPS estimate
- Average tick time
- Online player count
- Loaded level count
- Compact statistics panel integrated into the server GUI
- Install Fabric Loader for Minecraft 26.2.
- Install Fabric API for Minecraft 26.2.
- Install Java 25 or newer.
- Download the latest DedicatedPower release from the Releases page.
- Place the DedicatedPower
.jarfile in the server'smodsfolder. - Start the dedicated server.
Always make a backup of your server before installing or updating mods.
DedicatedPower is loaded automatically when the dedicated server starts. The enhanced server window is created by the mod and can be used to monitor the server and run commands. The console panel streams live server log output with color-coded levels and accepts commands entered through the GUI.
Use the Server, World, and Tools menus to access the available controls. Commands should be entered without the leading slash, for example:
save-all
- JDK 25
- Git
- Internet access for Gradle and Minecraft dependencies
Clone the repository and build the mod with the Gradle wrapper:
git clone https://github.com/PiBOH/DedicatedPower.git
cd DedicatedPower
./gradlew buildOn Windows, use:
gradlew.bat buildThe compiled files are generated in build/libs/.
DedicatedPower is actively being updated for Minecraft 26.2. The project uses the official Minecraft names and the non-remapping Fabric Loom toolchain introduced for newer unobfuscated Minecraft versions.
The project currently focuses on the dedicated server GUI and administration workflow. Some advanced features from earlier versions may be reintroduced or expanded in future updates.
Before opening an issue, make sure that:
- You are using Minecraft 26.2.
- You are using Java 25 or newer.
- You are using compatible Fabric Loader and Fabric API versions.
- You have searched existing issues.
- You have included the relevant server log or crash report.
Use the repository's English bug report form for bug reports. Use GitHub Discussions for general questions and setup help.
- SuperSirvu
- PiBOH
DedicatedPower is licensed under the MIT License.
Enjoy running your dedicated server.
