Is it possible to change path for Dashboard 2.0?

I need to change path for Dasboard 2.0
image

I tryed to add path to the end of module.exports in settings.js (Node-Red settings), without success ever after restarting Node-Red.

 dashboard: {
        path: '/testpath'
    },

Hi @iungo

Dashboard 2.0 currently only supports /dashboard as its root path.

Hi @iungo,

You can change the path by using an external tool. You need a reverse proxy. You can also use that to hide away Node-RED's port number as well which end-users would probably appreciate. I also recommend a reverse proxy to deal with TLS wire security and any user identity and authentication management.

Alternatively, if you don't need too much of the support of D2 nodes, you could switch to UIBUILDER which allows multiple independent and customisable URL paths.