
MSMP Console
Extends the Minecraft Server Management Protocol (MSMP) by forwarding every server console log event
About this Mod
MSMP Console
A server-side Fabric mod that extends the Minecraft Server Management Protocol (MSMP) by forwarding every server console log event.
Installation
Download the mod
.jarand place it in your server'smods/folder.management-server-enabled=trueStart the server. The Management Server will listen on
localhost:25576by default.
Notification
Once a client connects to the WebSocket endpoint, it will receive a notification for every log event produced by the server.
Method: console:notification/log_event
Payload
| Field | Type | Description |
|---|---|---|
timestamp |
string | ISO-8601 timestamp of when the log event occurred |
level |
string | Log level: TRACE, DEBUG, INFO, WARN, ERROR or FATAL |
thread |
string | Name of the thread that produced the log event |
logger |
string | Fully qualified name of the originating logger (e.g. the class name) |
message |
string | The fully interpolated log message |
throwable |
string | Serialized stacktrace if an exception was attached, omitted otherwise |
Example
{
"jsonrpc": "2.0",
"method": "console:notification/log_event",
"params": [{
"timestamp": "2026-03-21T15:06:06.146Z",
"level": "INFO",
"thread": "Server thread",
"logger": "net.minecraft.server.MinecraftServer",
"message": "Done (1.019s)! For help, type \"help\""
}]
}
{
"jsonrpc": "2.0",
"method": "console:notification/log_event",
"params": [{
"timestamp": "2026-03-21T15:06:07.212Z",
"level": "ERROR",
"thread": "Server thread",
"logger": "net.minecraft.server.MinecraftServer",
"message": "Encountered an unexpected exception",
"throwable": "java.lang.NullPointerException: Cannot invoke ...\n\tat net.minecraft.server.MinecraftServer..."
}]
}
License
Available Versions
How to Install MSMP Console on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (26.1.2).
Install Mod
Open the mod browser in the dashboard and search for "MSMP Console". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
26.1.2, 26.1.1, 26.1 (+1 more)
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
MSMP Console server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.1.2). You can switch loaders with one click in the panel.
Is MSMP Console compatible with fabric?
MSMP Console officially supports fabric for Minecraft 26.1.2, 26.1.1, 26.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with MSMP Console – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if MSMP Console consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install MSMP Console with just one click on your server.