From 3f061e913610a014e86e63ba0cbb31d1b08c9d10 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sun, 3 Mar 2019 16:02:52 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05283245..8f21be04 100644 --- a/README.md +++ b/README.md @@ -151,12 +151,15 @@ You can access the application in two ways: #### Same device as the server Open your browser at the following address: http://localhost:3000 to access the RTL application. -#### Remotely from another device on the same local network as the node +#### Remotely from another device on the same local network (home network) as the node * Ensure that the if a firewall running on your node, it allows access on port 3000 (or the custom port configured for RTL). * Determine the IP address of your node to access the application. E.g. if the IP address of your node is 192.168.0.15 then open your browser at the following address: http://192.168.0.15:3000 to access RTL. +#### Any Other setup +** Please be advised, if you are accessing your node remotely via RTL, its critical to encrypt the communication via use of https. You can use solutions like nginx and letsencrypt to setup https access for RTL.** + ### Troubleshooting In case you are running into issues with the application or if you have feedback, feel free to open issues on our github repo. You can also reach out to us via twitter DM on @Sauby_k or @RTL_App. Thanks for your interest.