Node red Dashboard Cannot GET /ui

Enabled Node Red, and have some flows running, decided to try the dashboard, but when I browse to http://myhost:1880/ui I just get “Cannot GET /ui”

Is there a folder I need to create somewhere?
I tried to remove it from the palette in Node Red, but it won’t let me as it claims “toast_ui” is in use (I have no dashboard widgets in any of my flows)

From the addon readme here: https://github.com/hassio-addons/addon-node-red

Look under http_node and you will see that you need to use http://myhost:1880/endpoint/ui
Make sure you enable port 1880 under the network settings also.

2 Likes

Awesome, thanks :slight_smile:

:+1: No problem!