#How do I access Node-Red UI via URL?

1 messages · Page 1 of 1 (latest)

crystal merlin
#

I used to run NR in a Docker container. This allowed a separate URL, such as Ihttps://P:1880. However, I am now running HAOS on a mini pc and Node-Red is an integration/Add-on of HA. To get to it, I need to go to the Add-on section of HA, select NR and then select Open UI.

Is there a way to create a shortcut for this such as a URL bookmark so that I don't have to go through this each time? I know I can Open the Web UI and then bookmark that new URL string that shows up in the browser but was hoping for something cleaner/simpler that I can remember when trying to access things remotely

rough badge
zinc venture
#

@crystal merlin There's a "Network" section on the Configuration for the add-on. That will be used as the port exposed from your HA instance. If 1880 isn't in use, you can set it to that and then access it from <yourHAhostORip>:1880

#

The username and password will be one of your HA users

crystal merlin
#

Thank you! I will try this out!

crystal merlin
#

@zinc venture , looks like this almost works. However, once I login, the page is blank in NR. Not even the canvas for any flows show up. These are the settings I have too. If I go through HA to reach NR, then I can see my Flows. I'm using the same exact user to login to NR as I do with HA

#

In the HA logs for NR, this is what I am seeing:

2025/05/05 17:40:22 [error] 325#325: *820 auth request unexpected status: 500 while sending to client, client: 192.168.4.31, server: blabla-nodered, request: "GET /settings?_=123456789 HTTP/1.1", host: "192.168.7.70:1880", referrer: "http://192.168.7.70:1880/"
crystal merlin
#

Now it's magically working without me doing anything else 🤷

#

I'll set it to resolved since it's now working. Thanks again!