diff --git a/docs/configuration/server-properties.md b/docs/configuration/server-properties.md index 33b114ae..0957e122 100644 --- a/docs/configuration/server-properties.md +++ b/docs/configuration/server-properties.md @@ -107,7 +107,7 @@ The server icon which has been set doesn't get overridden by default. It can be RCON is **enabled by default** to allow for graceful shut down the server and coordination of save state during backups. RCON can be disabled by setting `ENABLE_RCON` to "false". -The default password is "minecraft" but **change the password before deploying into production** by setting `RCON_PASSWORD`. +The default password is randomly generated if `RCON_PASSWORD` has not been set. **DO NOT MAP THE RCON PORT EXTERNALLY** unless you aware of all the consequences and have set a **secure password** with `RCON_PASSWORD`. diff --git a/docs/variables/index.md b/docs/variables/index.md index 6956d3ba..3bb99aca 100644 --- a/docs/variables/index.md +++ b/docs/variables/index.md @@ -541,7 +541,7 @@ alternatively, you can mount: /etc/localtime:/etc/localtime:ro RCON_PASSWORD You MUST change this value - minecraft + Randomly generated