From 53c953707b599189b663bb596f7e01451f462a1c Mon Sep 17 00:00:00 2001
From: David Andersen <dta001@ucsd.edu>
Date: Mon, 31 Oct 2016 13:07:26 -0700
Subject: [PATCH] update docs for rcon

---
 README.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 4f9946b..e5d46d8 100644
--- a/README.md
+++ b/README.md
@@ -67,9 +67,11 @@ To generate a new map stop the server, delete all of the saves and restart the s
 Copy mods into the mods folder and restart the server.
 
 
-## Remote Console
+## RCON
 
-RCON is currently disabled.
+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.
 
 
 # Container Details
@@ -87,8 +89,9 @@ To keep things simple, the container uses a single volume mounted at `/factorio`
 
     factorio
     |-- config
-    |   |-- server-settings.json
-    |   +-- map-gen-settings.json
+    |   |-- map-gen-settings.json
+    |   |-- rconpw
+    |   +-- server-settings.json
     |-- mods
     |   +-- fancymod.zip
     +-- saves