This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| how_to_remote_access_without_ssh [02/28/2022 18:14] – created gfactor | how_to_remote_access_without_ssh [03/13/2026 00:40] (current) – ironfixxxer | ||
|---|---|---|---|
| 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)===== | ||
| + | {{: | ||
| 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: | ||
| - | `" | + | |
| 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, | Alternatively, | ||
| - | ```" | + | |
| - | ":: | + | ":: |
| - | " | + | " |
| - | " | + | " |
| - | ]``` | + | ] |
| - | The first 2 values allow local access. The third value " | + | The first 2 values allow local access. The third value " |
| - | For a regular private node, setting | + | For a regular private node, setting " |
| + | |||
| + | --- | ||
| + | |||
| + | Restart the core after applying any settings. Click the **CHOOSE CUSTOM NODE** button from Qortal Hub. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Add the node's **IP address with port number** and **API key**. 12391 is the default port. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | After adding the node, make sure it is chosen from the list and shows up here. | ||
| + | |||
| + | {{: | ||