Hi, I know there are discussions about this, but I can't seem to figure out a really clear answer, so I'm hoping someone might help out with this. We love Node-RED, and we have been using it locally on a Pi, but now we want to be able to deploy it for multiple users that can see their individual dashboards online.
I have an Ubuntu online server and I need to set up Node-RED for multiple users on a single server. This would need to use a separate login for each user (and thus different ports?), with different flows for each user (i.e. multiple instances of Node-RED on the same server, with separate user logins). Is this possible?
From what I have read so far, there seems to be a two-sided issue, one being the visual design screen, the other being the dashboard issue. It seems we can have separate dashboards, IF we write special custom code, using a specific add-on. Is that correct?
Sorry if this seems like a repeat question, but I have not been able to get quite the understanding I need. Just to put this into a context, we have about 5 users with separate greenhouses that want their own individual system online, with a secure login.
Regards, AB