Search code examples
vpsnode-red

Node-red admin page not loading


I've noticed today that I can't load the node-red admin page, I've checked the 1880 port status and it's still open and it's even show that node-red as a listener on 1880.

Knowing that I'm working on Ubuntu ( VPS ) does anyone know how I can solve this problem? or how I can restart node-red ?

Thanks.


Solution

  • As per the docs

    To remotely administer a Node-RED instance, the tool must first be pointed at the Node-RED instance you want it to access. By default, it assumes http://localhost:1880. To change that, use the target command:

    node-red-admin target http://node-red.example.com/admin