# How to create Userwise Different Flows in Node Red?

**URL:** https://discourse.nodered.org/t/how-to-create-userwise-different-flows-in-node-red/26459
**Category:** General
**Created:** [11 May 2020 05:29 UTC](https://discourse.nodered.org/t/how-to-create-userwise-different-flows-in-node-red/26459 "2020-05-11T05:29:26Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![kuema](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/kuema/32/6542_2.png) [@kuema](https://discourse.nodered.org/u/kuema)
#### Post date: [11 May 2020 06:15 UTC](https://discourse.nodered.org/t/how-to-create-userwise-different-flows-in-node-red/26459/3 "2020-05-11T06:15:49Z")

</div>

One Node-RED instance is shared among all users who have access, so are all flows in that instance.

You can setup different users in the settings.js, but that is for authentication purposes only.

You'd have to run a separate Node-RED instance for each user. There are some examples for that, if you search the forum. Like this one: [Node red multiple instances](https://discourse.nodered.org/t/node-red-multiple-instances/9787)

---

_[View the full topic](https://discourse.nodered.org/t/how-to-create-userwise-different-flows-in-node-red/26459)._
