From becb2c6335c516598953b5af8e21643fd2515f17 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Fri, 22 Mar 2019 17:16:26 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73fbeda9..7621207b 100644 --- a/README.md +++ b/README.md @@ -147,16 +147,18 @@ $ sudo systemctl start RTL `$ sudo journalctl -f -u RTL` ### Accessing the Application -You can access the application in two ways (Please make note of the 3rd exception): +You can access the application in multiple setups (Please make note of the 4th exception): 1. Same device as the server: Open your browser at the following address: http://localhost:3000 to access the RTL application. -2. Remotely from another device on the same local network (home network) as the node: +2. Remotely from another device on the same local network (home network) as the node(RTL server+LND running on the same device): * 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. -3. 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.** +3. Config tweaks for running RTL server and LND on seperate devices on the same network can be found [here](RTL_setups.md). + +4. 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.