# Different dashboard after power outlet

**URL:** https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098
**Category:** Dashboard
**Created:** [6 July 2021 21:14 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098 "2021-07-06T21:14:42Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![linqan](https://avatars.discourse-cdn.com/v4/letter/l/d07c76/32.png) [@linqan](https://discourse.nodered.org/u/linqan)
#### Post date: [6 July 2021 21:14 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/1 "2021-07-06T21:14:42Z")

</div>

Hi, I'm new to Node Red, most of my work is kind of copy/paste from here and other forums. Bear with me, it's story time.

I installed node-red on my Synology NAS this february and built my dashboard from there. Everything wasn't perfect but it was enough.  
In late march we suffered from an unexpected power outlet which caused my dashboard to disappear completely.  
After some googeling about finding some back-up I started from ground up to build my dashboard again.  
This time I managed to fix some of the things I wasn't really satisfied with in the first run.  
Then today came, another power outlet! And I know what you're thinking, "why didn't I learn the first time around?".  
But here's where the question of this thread starts to build.  
When I booted the NAS my old dashboard appeared, but now I want my new one. How do I fix this? I'm thinking if my old dashboard was there all along, my new one must be somewhere in there as well?

Sorry in advance if I'm missing some basic steps or information I should've mentioned.

---

<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: [6 July 2021 21:49 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/2 "2021-07-06T21:49:20Z")

</div>

Try searching through the nas for `settings.js` which should be in the userDir folder that defines your node-red installation.

---

<div class="post-metadata">

### Author: ![craigcurtin](https://avatars.discourse-cdn.com/v4/letter/c/94ad74/32.png) [@craigcurtin](https://discourse.nodered.org/u/craigcurtin)
#### Post date: [7 July 2021 02:13 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/3 "2021-07-07T02:13:07Z")

</div>

Presumably if it is a SYnology NAS you are running NR in Docker ?

If so paste up the screenshot of the docker control area and also the Docker Compose file.

You should have a definition in that file for storage outside of the container - something like

-v /home/pi/config:/config \

or some such - this is telling the docker container where to store the Node red config on the Synology filesystem

Craig

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [7 July 2021 06:00 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/4 "2021-07-07T06:00:16Z")

</div>

My guess is there might be two images & they race to fire up (on a reboot) and grab port 1883. One instance has the old dashboard flows, the other has the new flows.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [7 July 2021 06:23 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/5 "2021-07-07T06:23:02Z")

</div>

Are you taking about the run time dashboard (node-red-dashboard) or the node red editor where you setup the flows?

---

<div class="post-metadata">

### Author: ![linqan](https://avatars.discourse-cdn.com/v4/letter/l/d07c76/32.png) [@linqan](https://discourse.nodered.org/u/linqan)
#### Post date: [7 July 2021 06:43 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/6 "2021-07-07T06:43:42Z")

</div>

I found my settings.js but it's dated from february. It's the only settings.js i can find, but I'm not sure if I'm searching my whole NAS from File Station.

Craig: I followed the instructions on [https://www.rs-online.com/designspark/installing-node-red-on-a-synology-nas](https://www.rs-online.com/designspark/installing-node-red-on-a-synology-nas) using Putty.

Steve: If so, can I somehow find these two images and erase the old one? Maybe I should've posted this on some Synology forum instead 😅

Colin: You could say both since the run time dashboard shows my old layout and I can edit them in the editor. Please correct me if I misunderstood.

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [7 July 2021 06:55 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/7 "2021-07-07T06:55:02Z")

</div>

> [@linqan](#):
>
> Steve: If so, can I somehow find these two images and erase the old one? Maybe I should've posted this on some Synology forum instead

Isnt there a container / image manager on synology? (I dont have one but my QNAP NAS has a page where I can see running containers)

---

<div class="post-metadata">

### Author: ![linqan](https://avatars.discourse-cdn.com/v4/letter/l/d07c76/32.png) [@linqan](https://discourse.nodered.org/u/linqan)
#### Post date: [7 July 2021 08:28 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/8 "2021-07-07T08:28:18Z")

</div>

> [@Steve-Mcl](#):
>
> Isnt there a container / image manager on synology? (I dont have one but my QNAP NAS has a page where I can see running containers)

I'm not sure if I can se that somewhere, at least I can't find it.

Do the image start when I reboot node red or the NAS? Could it be that the newer one starts slower since it contains more flows?

Shouldn't I see two settings.js in my File Station (the file manager)?

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [7 July 2021 08:37 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/9 "2021-07-07T08:37:40Z")

</div>

> [@linqan](#):
>
> I followed the instructions on [https://www.rs-online.com/designspark/installing-node-red-on-a-synology-nas](https://www.rs-online.com/designspark/installing-node-red-on-a-synology-nas) using Putty.

Looking at that guide - you have not done the usual docker/container installation but instead, installed it directly to the NAS & used PM2 - did you do that full procedure?

If so, open your SSH connection again & run `pm2 list` - show us what you see

---

<div class="post-metadata">

### Author: ![linqan](https://avatars.discourse-cdn.com/v4/letter/l/d07c76/32.png) [@linqan](https://discourse.nodered.org/u/linqan)
#### Post date: [7 July 2021 08:51 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/10 "2021-07-07T08:51:33Z")

</div>

Running as admin I get following answer.

"Current process list running is not in sync with saved list. App node-red differs. Type 'pm2 save' to synchronize."

And yes, I'm quite sure I did the full procedure.

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [7 July 2021 08:53 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/11 "2021-07-07T08:53:12Z")

</div>

I need to see the list

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/c/d/cdadd02aa315f0ec592c6e86d8145670eec7ce37.png)

---

<div class="post-metadata">

### Author: ![linqan](https://avatars.discourse-cdn.com/v4/letter/l/d07c76/32.png) [@linqan](https://discourse.nodered.org/u/linqan)
#### Post date: [7 July 2021 08:54 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/12 "2021-07-07T08:54:41Z")

</div>

Ok, sorry.

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/8/4/847e100f3e562c253df798273a1946614e5b3e4e.png)

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [7 July 2021 08:56 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/13 "2021-07-07T08:56:48Z")

</div>

well according to that you are not running node-red under pm2 so god knows what is going on.

try `pm2 save` then `pm2 list` - any different?

Afterwards, reboot NAS and see if node-red is running. If it is, then do `pm2 list` one more time.

---

<div class="post-metadata">

### Author: ![linqan](https://avatars.discourse-cdn.com/v4/letter/l/d07c76/32.png) [@linqan](https://discourse.nodered.org/u/linqan)
#### Post date: [7 July 2021 09:17 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/14 "2021-07-07T09:17:54Z")

</div>

It doesn't change anything. Still an empty list. Even after rebooting. 🤦‍♂️  
But I checked the guide again and I didn't follow the instruction to the end as I thought. I only went as far as making the task to run at boot. After that I started testing making flows.

---

<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: [7 July 2021 10:37 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/15 "2021-07-07T10:37:38Z")

</div>

Can you copy/paste the startup log?  
I wonder if the host name for the computer changed with the power off. If you don’t specify the flow name in the start of node-red, I believe it uses the host name. If the host name changed, then the flow name would also change. It’s possible that the first power outage caused the host name - and therefore the flow name - to change. Then after the second power outage, maybe the host name changed back to the original so you pick up the flow file brom back then.

One way to check is dog to the .node-red directory and list all the files and see if there is more than one flow file.

You can set the flow file to use in settings.js

---

<div class="post-metadata">

### Author: ![linqan](https://avatars.discourse-cdn.com/v4/letter/l/d07c76/32.png) [@linqan](https://discourse.nodered.org/u/linqan)
#### Post date: [7 July 2021 10:57 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/16 "2021-07-07T10:57:33Z")

</div>

Hi!  
Where can I see the startup log?

This is what my .node-red directory looks like.

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/a/c/ac9b0ef42d5b748378d5ab669d7e296c55502cc1.png)

As far as I know it has had the same IP all along.

---

<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: [7 July 2021 11:31 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/17 "2021-07-07T11:31:19Z")

</div>

1. it’s not the IP it’s the host name that we was looking for.  
Since there is no xxxc.flow file there you must have NR installed in two places

---

<div class="post-metadata">

### Author: ![linqan](https://avatars.discourse-cdn.com/v4/letter/l/d07c76/32.png) [@linqan](https://discourse.nodered.org/u/linqan)
#### Post date: [7 July 2021 12:28 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/18 "2021-07-07T12:28:56Z")

</div>

I'm sorry, I'm pretty new on all of this.  
What should the hostname look like? Is it the server name? That's "Synology" and has always been.

I can't find any other node-red directory, but I'm not sure if I can see all files in File Station or if it's Media Center files only.

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [7 July 2021 12:32 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/19 "2021-07-07T12:32:55Z")

</div>

Install 'mc' on the Synology (in the SSH terminal) then use `mc` to help you navigate files and search.  
[https://lunux.net/installing-midnight-commander-mc-on-synology-storage/](https://lunux.net/installing-midnight-commander-mc-on-synology-storage/)

---

<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: [7 July 2021 17:51 UTC](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098/20 "2021-07-07T17:51:52Z")

</div>

You must have Node-red installed in multiple locations. Look at the dates in that folder, they are all from February.

As @Steve-Mcl has said, you neet to search your NAS to see if there are any other .node\_red folders.

[Next page](https://discourse.nodered.org/t/different-dashboard-after-power-outlet/48098.md?page=2)
