Этого можно добиться, отредактировав файл settings.js
в каталоге пользователей Node-RED (обычно ~ / .node-red)
раскомментируйте клавишу httpAdmnRoot
// By default, the Node-RED UI is available at http://localhost:1880/
// The following property can be used to specifiy a different root path.
// If set to false, this is disabled.
httpAdminRoot: '/admin',
а также раскомментируйте и отредактируйте запись ui
:
// If you installed the optional node-red-dashboard you can set it's path
// relative to httpRoot
ui: { path: "/" },
После перезапуска Node-RED редактор будет включен на http://example.com:1880/admin, а пользовательский интерфейс Dashboard будет на http://example.com:1880/