diff --git a/README.md b/README.md index 4a263a33243..39afd412e5a 100644 --- a/README.md +++ b/README.md @@ -875,6 +875,7 @@ The server icon which has been set doesn't get overridden by default. It can be ### Rcon To use rcon use the `ENABLE_RCON` and `RCON_PASSWORD` variables. +The default RCON password is _"minecraft",_ but it's **highly** recommended to override that. By default rcon port will be `25575` but can easily be changed with the `RCON_PORT` variable. docker run -d -e ENABLE_RCON=true -e RCON_PASSWORD=testing