Paths to admin and dashboard

Hey,
i want to setup my nodered that i can access it via the following paths:

i tried different config-settings, but nothing works as expacted:

httpRoot: '/admin',
ui: { path: "dashboard" },

with these settings, the dashboard-ui is accessable via /admin/dashboard...

i have really no idea to fix that! can anybody help me

You want to change the httpAdminRoot don't you?

httpadminroot via /admin is working, but the dashboard-ui url is not working...

... but above you have set httpRoot: '/admin',

so stupid easy:

out-commenting "httpRoot"
httpAdminRoot: '/admin',
ui: { path: "/" },
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.