MSMP Console

MSMP Console

Extends the Minecraft Server Management Protocol (MSMP) by forwarding every server console log event

by
55 Downloads
fabriclibrarymanagementutility
Rent Server with this Mod

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

  1. Download the mod .jar and place it in your server's mods/ folder.

    management-server-enabled=true
    
  2. Start the server. The Management Server will listen on localhost:25576 by 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

LGPL-3.0

Available Versions

MSMP Consolerelease
MC 26.1, 26.1.1, 26.1.2fabric
April 19, 2026
MSMP Consolerelease
MC 1.21.11fabric
April 5, 2026

How to Install MSMP Console on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (26.1.2).

3

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

fabric

Minecraft Versions

26.1.2, 26.1.1, 26.1 (+1 more)

Server-side

Required

Recommended 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.

Rent Modded Server

Install MSMP Console with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
GNU Lesser General Public License v3.0 only
Server-side
Required

Supported Versions

26.1.226.1.126.11.21.11