# Multiple end users accessing the application developed through Node red

**URL:** https://discourse.nodered.org/t/multiple-end-users-accessing-the-application-developed-through-node-red/39384
**Category:** Dashboard
**Created:** [19 January 2021 11:46 UTC](https://discourse.nodered.org/t/multiple-end-users-accessing-the-application-developed-through-node-red/39384 "2021-01-19T11:46:41Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![likhil](https://avatars.discourse-cdn.com/v4/letter/l/bcef8e/32.png) [@likhil](https://discourse.nodered.org/u/likhil)
#### Post date: [19 January 2021 11:46 UTC](https://discourse.nodered.org/t/multiple-end-users-accessing-the-application-developed-through-node-red/39384/1 "2021-01-19T11:46:41Z")

</div>

Hi All,  
Currently working on a project that uses node red and its dashboard as UI. As the nodered environment is a single user, we would like to make this available to many end users at one point of time. For this we are trying to use AKS and ACR for creating replicas and exposing the application.

But this is not succesful. would like to know if anyone has worked on the similar problem before and appreciate any leads.

Thanks in advance  
Likhil

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [19 January 2021 21:31 UTC](https://discourse.nodered.org/t/multiple-end-users-accessing-the-application-developed-through-node-red/39384/2 "2021-01-19T21:31:55Z")

</div>

I don't know what AKS and ACR are. I do know that some people work around this issue by using Docker containers.

---

<div class="post-metadata">

### Author: ![talmeezahmed](https://avatars.discourse-cdn.com/v4/letter/t/a8b319/32.png) [@talmeezahmed](https://discourse.nodered.org/u/talmeezahmed)
#### Post date: [24 January 2021 05:44 UTC](https://discourse.nodered.org/t/multiple-end-users-accessing-the-application-developed-through-node-red/39384/3 "2021-01-24T05:44:03Z")

</div>

AKS - Azure Kubernetes Service  
ACR - Azure Container Registry

We deployed the application by creating the Dicker Images and exposed the application using the external IP, we get "Connection Lost" on dashboard for the users if more than one tries to access the dashboard. And the changes made by one user, reflects on the other users Node-red.

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [24 January 2021 10:26 UTC](https://discourse.nodered.org/t/multiple-end-users-accessing-the-application-developed-through-node-red/39384/4 "2021-01-24T10:26:06Z")

</div>

As the Dashboard Readme states

"

## Multiple Users

This Dashboard does NOT support multiple individual users. It is a view of the status of the underlying Node-RED flow, which itself is single user. If the state of the flow changes then all clients will get notified of that change.

Messages coming from the dashboard **do** have a `msg.socketid` , and updates like change of tab, notifications, and audio alerts will be directed only to that session. Delete the `msg.sessionid` to send to all sessions.  
"

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [23 February 2021 10:26 UTC](https://discourse.nodered.org/t/multiple-end-users-accessing-the-application-developed-through-node-red/39384/5 "2021-02-23T10:26:08Z")

</div>

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