Qortal Project

The future of blockchain platforms

User Tools

Site Tools


how_to_remote_access_without_ssh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
how_to_remote_access_without_ssh [02/28/2022 13:14] – created gfactorhow_to_remote_access_without_ssh [03/01/2022 13:12] (current) caldescent
Line 1: Line 1:
 ===== How To Configure A Node For Direct UI Access (without SSH tunneling)===== ===== How To Configure A Node For Direct UI Access (without SSH tunneling)=====
 +{{:qortal_official_logo_transparent_.png?400|}}
  
 If it's a private node (i.e. port 12391 isn't forwarded or accessible to anyone outside of the network) then the simplest way is to add this to settings.json: If it's a private node (i.e. port 12391 isn't forwarded or accessible to anyone outside of the network) then the simplest way is to add this to settings.json:
-`"apiWhitelistEnabled": false`+  "apiWhitelistEnabled": false
 This will allow all connections to the node, and therefore will allow your UI to talk to it directly. This will allow all connections to the node, and therefore will allow your UI to talk to it directly.
  
 Alternatively, if you'd like more control over the node's security, you can set a manual whitelist with this setting: Alternatively, if you'd like more control over the node's security, you can set a manual whitelist with this setting:
-```"apiWhitelist":+  "apiWhitelist":
-  "::1", +    "::1", 
-  "127.0.0.1", +    "127.0.0.1", 
-  "192.168.0.0/24" +    "192.168.0.0/24" 
-]```+  ]
  
-The first 2 values allow local access. The third value "192.168.0.0/24" would need to be modified to specify the IP or IP range that is allowed to connect.+The first 2 values allow local access. The third value "192.168.0.0/24" would need to be modified to specify the IP or IP range that is allowed to connect. Remove the /24 if entering a single IP address.
  
-For a regular private node, setting `"apiWhitelistEnabled": false is by far the simplest option.+For a regular private node, setting "apiWhitelistEnabled": false  is by far the simplest option
 + 
 +Restart the core after applying any settings, and then add the node's IP address and port via the settings cog on the first page of the UI. After adding the node, make sure to select it in the dropdown list each time you open the UI.
how_to_remote_access_without_ssh.1646072076.txt.gz · Last modified: 02/28/2022 13:14 by gfactor