From 31cb8ea879ac780e7e28a0c39933904b98239ab4 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 13 Jun 2022 10:29:16 -0700 Subject: [PATCH] Assist with rcon error handling --- server/config/minecraft/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/server/config/minecraft/README.md b/server/config/minecraft/README.md index 7aae38c..a747ce7 100644 --- a/server/config/minecraft/README.md +++ b/server/config/minecraft/README.md @@ -1,6 +1,7 @@ ## Connecting to a server's CLI To connect to a server's RCON Minecraft console, run `docker exec -it minecraft_e6 rcon-cli --password thanksitzg` +If you get "Failed to connect to RCON serverrcon: authentication failed", check the `server.properties` values for `enable-rcon` and `rcon.password`. Do not prefix commands with `/`. - https://github.com/itzg/docker-minecraft-server#interactive-and-color-console