From 9a0de6862873ed0fd8197e11299d70684efc40db Mon Sep 17 00:00:00 2001 From: David Andersen Date: Mon, 31 Oct 2016 13:15:24 -0700 Subject: [PATCH] rcon docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5d46d8..8f2b95a 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,9 @@ Copy mods into the mods folder and restart the server. Set the RCON password in the `rconpw` file. A random password is generated if `rconpw` doesn't exist. -To "disable" RCON don't expose port 27015. It still runs, but nobody can access it. +To change the password stop the server, modify `rconpw`, and restart the server. + +To "disable" RCON don't expose port 27015, i.e. start the server with `-p 34197:34197/udp` instead of `-P`. RCON still runs, but nobody is able to connect to it. # Container Details