π¦ ClawHub
minecraft-server-admin
by @en1r0py1865
Execute Minecraft Java Edition admin commands through the RCON remote console. Use for player moderation, whitelist management, item/state commands, world ru...
βοΈ Configuration
Enable RCON on the Server
Edit server.properties:
enable-rcon=true
rcon.port=25575
rcon.password=STRONG_PASSWORD_HERE
broadcast-rcon-to-ops=false
Restart server after changing these values.Environment Variables
MC_RCON_HOST=localhost # Server IP or hostname
MC_RCON_PORT=25575 # RCON port (must match server.properties)
MC_RCON_PASSWORD=yourpassword # RCON password (must match server.properties)
MC_SERVER_LOG=/path/to/server/logs/latest.log # optional, for log analysis
Verify Connection
node ~/.openclaw/skills/minecraft-server-admin/scripts/rcon.js "list"
Expected: "There are N of a max of M players online: ..."
TERMINAL
clawhub install minecraft-server-admin