# Three different Dashboard users

**URL:** https://discourse.nodered.org/t/three-different-dashboard-users/5069
**Category:** Dashboard
**Created:** [20 November 2018 13:52 UTC](https://discourse.nodered.org/t/three-different-dashboard-users/5069 "2018-11-20T13:52:20Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![shrickus](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/shrickus/32/517_2.png) [@shrickus](https://discourse.nodered.org/u/shrickus)
#### Post date: [20 November 2018 22:37 UTC](https://discourse.nodered.org/t/three-different-dashboard-users/5069/4 "2018-11-20T22:37:53Z")

</div>

> [@Georg25](#):
>
> Anyone have an idea how to solve this problem?

It may be a "problem" for you, but it is working as designed. All connected users/clients have access to a single runtime instance of node-red -- so there is no multi-tenant solution readily available.

As mentioned, you would have to have 3 instances of node-red installed, with different subsets of your master flow running for each other user. Another option is to not use the dashboard, but that means you'd have to build your own web pages using something like `node-red-contrib-uibuilder`.

One other technique I've used is to have the navigation between the pages determined by sending msgs to a central `ui_control` node. That way, you can redirect someone away from pages they should not see, until they have entered some "password" or "keycode" that allows them to get to that page. If that would work for you, there is more information posted in [this discussion thread](https://discourse.nodered.org/t/orchestrating-dashboard-page-flow-via-ui-control/1103). There is also another post that shows a [simple keypad implementation](https://discourse.nodered.org/t/login-and-password-in-dashboard-localhost-1880-ui/2132/11) that might be useful for you.

---

_[View the full topic](https://discourse.nodered.org/t/three-different-dashboard-users/5069)._
