Minecraft Web Manager
A secure web dashboard and live console for an MCDReforged-managed Minecraft server, with player, plugin, world and mod management.
management
Installation command
!!MCDR plugin install minecraft_web_managerAuthor
Repository
Synced at
...
Last update
...
Latest version
Total downloads
111
Back to catalogue
MinecraftWebManager-v1.2.4.mcdr
Version
1.2.4
Date
September 1, 2026
Size
104.03 KiB
Downloads
4
MD5
88eb155d1d869326674a5b4a3bf7d77bSHA256
7e8c4b4673f378ad1af06e32e0523aa1d884d1ac02bcc2754c2f465877ad537bDependencies
MCDR Plugin Dependencies
| Plugin ID | Requirement |
|---|---|
| mcdreforged | >=2.15.0 |
Python Package Requirements
| Python Package | Requirement |
|---|---|
| fastapi | >=0.115,<1.0 |
| uvicorn[standard] | >=0.30,<1.0 |
| python-multipart | >=0.0.9,<1.0 |
| psutil | >=6.0,<8.0 |
| ruamel-yaml | >=0.17,<0.19 |
Python Package Installation Command
pip install "fastapi>=0.115,<1.0" "uvicorn[standard]>=0.30,<1.0" "python-multipart>=0.0.9,<1.0" "psutil>=6.0,<8.0" "ruamel-yaml>=0.17,<0.19"Release notes
New
- Copy player UUIDs: Click a player name in the roster to copy its UUID to the clipboard.
Fixes
- Improved server command suggestions after startup and plugin reloads.
- Improved command help capture on large modded servers.
- Fixed plugin update checks incorrectly reporting rejected, incomplete, or timed-out operations as successful.
Changes
- Removed the UUID columns from the player and bot rosters; use the player name to copy UUIDs instead.
- Unified the Player Management and Server Configuration layouts with the Plugin and Mod Management page.
- Improved responsive toolbar and filter sizing on the Server Configuration page.