Thanks (as always) for a helping hand in sorting through objects and MQTT...
@waynescott7206 Жыл бұрын
Hi Steve thanks for another great video these are very insightful. I enjoy lookkng through your back catalogue for inspiration. Do you have info to share on how to make the dashboard of node red accessible remotely from another computer.
@stevecope Жыл бұрын
Hi It is remotely available as it is simply a web interface. I always use it remotely and in the videos node-red runs on Linux and I use a browser on windows. The only issue is security if you use it access the internet. If you want to do that then you need an admin password for management and you should use a different port and a uri other than the default /ui. I have also done it this way but also with a nginx reverse proxy. There are details on the site stevesnoderedguide.com/securing-node-red-ssl but not the nginx and not specifically for remote access. I will make a note to do it. Rgds Steve
@waynescott7206 Жыл бұрын
@@stevecope Thanks Steve for the feedback Ill watchout for when you have the time to publish the video. In the meantime Ill review the link you have shared.