Update README.md

pull/86/head
saubyk 5 years ago committed by GitHub
parent 83b1d969b2
commit 0783633dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -148,15 +148,15 @@ $ sudo systemctl start RTL
### <a name="access"></a>Accessing the Application
You can access the application in two ways (Please make note of the 3rd exception):
1. Same device as the server
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:
* 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. 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.**
### <a name="trouble"></a>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.

Loading…
Cancel
Save