Access interface android from PC

@Lyes16 Sorry for the delay getting back to you. To change the name of the dashboard in the url follow the below.

open up your settings.js file
scroll down until you see a line stating "// If you installed the optional node-red-dashboard you can set it's path // relative to httpRoot" on VBSEdit its line 115 for me.

where it says ui: { path: X} change this to what you want it to be name with " before the name and after.

to change the to port number go to line 21 and look for "module.exports = {
// the tcp port that the Node-RED web server is listening on" where it says
uiPort: process.env.PORT || 1880,: where 1880 is is where you can change the port it is on.

Hope this helps.