# Create other dashboard in node red

**URL:** https://discourse.nodered.org/t/create-other-dashboard-in-node-red/65169
**Category:** General
**Tags:** node-red-dashboard
**Created:** [15 July 2022 21:24 UTC](https://discourse.nodered.org/t/create-other-dashboard-in-node-red/65169 "2022-07-15T21:24:26Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![Dalen98](https://avatars.discourse-cdn.com/v4/letter/d/f9ae1b/32.png) [@Dalen98](https://discourse.nodered.org/u/Dalen98)
#### Post date: [15 July 2022 21:24 UTC](https://discourse.nodered.org/t/create-other-dashboard-in-node-red/65169/1 "2022-07-15T21:24:26Z")

</div>

Hello everyone, I will put you in context, I have a project already done in node red, I have my flows and my board already done, it is a big project, but I want to do another project, practically have another board without damaging my existing project (since my board contains color settings, clock, favicon, etc), sometimes I think that I must have the red node installed on another device to be able to do another project, which I think would not be practical, thanks in advance

---

<div class="post-metadata">

### Author: ![mickym2](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/mickym2/32/36128_2.png) [@mickym2](https://discourse.nodered.org/u/mickym2)
#### Post date: [15 July 2022 21:33 UTC](https://discourse.nodered.org/t/create-other-dashboard-in-node-red/65169/2 "2022-07-15T21:33:16Z")

</div>

May be you can use the project functionality of NodeRed. So you can do several projects with the same installation.

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [15 July 2022 21:43 UTC](https://discourse.nodered.org/t/create-other-dashboard-in-node-red/65169/3 "2022-07-15T21:43:07Z")

</div>

Depending on the needs, maybe buy a Pi and use it for the new project???

---

<div class="post-metadata">

### Author: ![Dalen98](https://avatars.discourse-cdn.com/v4/letter/d/f9ae1b/32.png) [@Dalen98](https://discourse.nodered.org/u/Dalen98)
#### Post date: [15 July 2022 21:51 UTC](https://discourse.nodered.org/t/create-other-dashboard-in-node-red/65169/4 "2022-07-15T21:51:02Z")

</div>

How does it work or how is that functionality activated? this is the first time i hear about it!!!

---

<div class="post-metadata">

### Author: ![Dalen98](https://avatars.discourse-cdn.com/v4/letter/d/f9ae1b/32.png) [@Dalen98](https://discourse.nodered.org/u/Dalen98)
#### Post date: [15 July 2022 21:54 UTC](https://discourse.nodered.org/t/create-other-dashboard-in-node-red/65169/5 "2022-07-15T21:54:10Z")

</div>

the idea is that in a single device to have several projects it would not be convenient to buy a raspberry pi for each project :c

---

<div class="post-metadata">

### Author: ![mickym2](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/mickym2/32/36128_2.png) [@mickym2](https://discourse.nodered.org/u/mickym2)
#### Post date: [15 July 2022 21:57 UTC](https://discourse.nodered.org/t/create-other-dashboard-in-node-red/65169/6 "2022-07-15T21:57:20Z")

</div>

in settings.js you can enable the project functionality:

```auto
        projects: {
            /** To enable the Projects feature, set this value to true */
            enabled: true,
            workflow: {
                /** Set the default projects workflow mode.
                 * - manual - you must manually commit changes
                 * - auto - changes are automatically committed
                 * This can be overridden per-user from the 'Git config'
                 * section of 'User Settings' within the editor
                 */
                mode: "manual"
            }
        },

```

---

<div class="post-metadata">

### Author: ![Dalen98](https://avatars.discourse-cdn.com/v4/letter/d/f9ae1b/32.png) [@Dalen98](https://discourse.nodered.org/u/Dalen98)
#### Post date: [15 July 2022 22:01 UTC](https://discourse.nodered.org/t/create-other-dashboard-in-node-red/65169/7 "2022-07-15T22:01:47Z")

</div>

I already have an existing project, with this configuration can I save my existing project? or just create new projects? 😮

---

<div class="post-metadata">

### Author: ![mickym2](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/mickym2/32/36128_2.png) [@mickym2](https://discourse.nodered.org/u/mickym2)
#### Post date: [15 July 2022 22:05 UTC](https://discourse.nodered.org/t/create-other-dashboard-in-node-red/65169/8 "2022-07-15T22:05:07Z")

</div>

Try to create a new one. The you should be able to switch to the existing one. The project functionality is part of the editor theme. Further information you can see here: [Projects : Node-RED](https://nodered.org/docs/user-guide/projects/)

In reality just a new directory is created where a new flow.json is created. You can always save at least your existing flow. json to save your flow.

---

<div class="post-metadata">

### Author: ![Dalen98](https://avatars.discourse-cdn.com/v4/letter/d/f9ae1b/32.png) [@Dalen98](https://discourse.nodered.org/u/Dalen98)
#### Post date: [15 July 2022 22:10 UTC](https://discourse.nodered.org/t/create-other-dashboard-in-node-red/65169/9 "2022-07-15T22:10:32Z")

</div>

Good now I know about that functionality, thank you very much 🙂

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [15 July 2022 22:26 UTC](https://discourse.nodered.org/t/create-other-dashboard-in-node-red/65169/10 "2022-07-15T22:26:27Z")

</div>

Another thing is you could install another copy of node red on your device and use that for the new project. I believe that there is a thread by @TotallyInformation about this.

About the ‘projects’ option (I use it all the time) only one project will be running at a time so if your current flows are gathering data or controlling other devices, all that will stop.

---

<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: [29 July 2022 22:27 UTC](https://discourse.nodered.org/t/create-other-dashboard-in-node-red/65169/11 "2022-07-29T22:27:19Z")

</div>

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