# Backup of flows - no access to webinterface after installing a node

**URL:** https://discourse.nodered.org/t/backup-of-flows-no-access-to-webinterface-after-installing-a-node/17941
**Category:** General
**Created:** [14 November 2019 10:42 UTC](https://discourse.nodered.org/t/backup-of-flows-no-access-to-webinterface-after-installing-a-node/17941 "2019-11-14T10:42:41Z")
**Posts on this page:** 14
**Page:** 1

<div class="post-metadata">

### Author: ![maku12](https://avatars.discourse-cdn.com/v4/letter/m/4af34b/32.png) [@maku12](https://discourse.nodered.org/u/maku12)
#### Post date: [14 November 2019 10:42 UTC](https://discourse.nodered.org/t/backup-of-flows-no-access-to-webinterface-after-installing-a-node/17941/1 "2019-11-14T10:42:41Z")

</div>

Hi, unfortunately i have no access to node red webinterface after installing the node: node red speaker pi

this is the error message:

 ![error](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/a/a898afa05991f066bc2fc47cd1b3fd5899697cbd.jpeg)

is there also a possibilty to backup the flows, or where is the file location of the flows?

Many Thanks

---

<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: [14 November 2019 11:07 UTC](https://discourse.nodered.org/t/backup-of-flows-no-access-to-webinterface-after-installing-a-node/17941/2 "2019-11-14T11:07:17Z")

</div>

Have you tried starting in safe mode `node-red --safe`?  
You could also remove that node via the CLI - change to the `.node-red` directory (`cd .node-red`) and use `npm remove node-red-contrib-speakerpi` and then see if you can start up again.

---

<div class="post-metadata">

### Author: ![maku12](https://avatars.discourse-cdn.com/v4/letter/m/4af34b/32.png) [@maku12](https://discourse.nodered.org/u/maku12)
#### Post date: [14 November 2019 11:34 UTC](https://discourse.nodered.org/t/backup-of-flows-no-access-to-webinterface-after-installing-a-node/17941/3 "2019-11-14T11:34:45Z")

</div>

`node-red --safe` doesn't help, when I run the remove command following appears

 ![error](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/7/7a9fdd6778abf1e2052c0cb758087d96545d4450.jpeg)

---

<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: [14 November 2019 11:54 UTC](https://discourse.nodered.org/t/backup-of-flows-no-access-to-webinterface-after-installing-a-node/17941/4 "2019-11-14T11:54:04Z")

</div>

after the remove, can you start node red?

---

<div class="post-metadata">

### Author: ![maku12](https://avatars.discourse-cdn.com/v4/letter/m/4af34b/32.png) [@maku12](https://discourse.nodered.org/u/maku12)
#### Post date: [14 November 2019 11:54 UTC](https://discourse.nodered.org/t/backup-of-flows-no-access-to-webinterface-after-installing-a-node/17941/5 "2019-11-14T11:54:41Z")

</div>

no unfortunately not, the same error

---

<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: [14 November 2019 11:58 UTC](https://discourse.nodered.org/t/backup-of-flows-no-access-to-webinterface-after-installing-a-node/17941/6 "2019-11-14T11:58:03Z")

</div>

Well you can remove the node in terminal by  
`cd .node-red' 'cd node_modules`  
then delete the folder for that node  
`rm -rf node-red-contrib-speakerpi`  
and then start node-red again.

---

<div class="post-metadata">

### Author: ![maku12](https://avatars.discourse-cdn.com/v4/letter/m/4af34b/32.png) [@maku12](https://discourse.nodered.org/u/maku12)
#### Post date: [14 November 2019 12:03 UTC](https://discourse.nodered.org/t/backup-of-flows-no-access-to-webinterface-after-installing-a-node/17941/7 "2019-11-14T12:03:48Z")

</div>

i have deleted it but when i start node.red the same error appears

 ![error](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/e/e8463e9ce0d927f87c67511b9fba997fd67b389a.jpeg)

is it possible to find the existing flows via cli?

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [14 November 2019 12:05 UTC](https://discourse.nodered.org/t/backup-of-flows-no-access-to-webinterface-after-installing-a-node/17941/8 "2019-11-14T12:05:51Z")

</div>

Your flows are in the `~/.node-red` directory.

---

<div class="post-metadata">

### Author: ![maku12](https://avatars.discourse-cdn.com/v4/letter/m/4af34b/32.png) [@maku12](https://discourse.nodered.org/u/maku12)
#### Post date: [14 November 2019 12:08 UTC](https://discourse.nodered.org/t/backup-of-flows-no-access-to-webinterface-after-installing-a-node/17941/9 "2019-11-14T12:08:30Z")

</div>

![error](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/b/b719457c36c2699ec1d33b819ba6264003200b09.jpeg)

where exactly?, this is the ls output

---

<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: [14 November 2019 12:15 UTC](https://discourse.nodered.org/t/backup-of-flows-no-access-to-webinterface-after-installing-a-node/17941/10 "2019-11-14T12:15:40Z")

</div>

Why are you those folders. Start again with  
`cd $HOME`  
which should get you back to the Pi directory. Then  
`cd .node-red`  
then  
`npm remove node-red-contrib-speakerpi`

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [14 November 2019 12:21 UTC](https://discourse.nodered.org/t/backup-of-flows-no-access-to-webinterface-after-installing-a-node/17941/11 "2019-11-14T12:21:20Z")

</div>

You have shared the ls output of a completely different directory to the one I pointed you at.

---

<div class="post-metadata">

### Author: ![maku12](https://avatars.discourse-cdn.com/v4/letter/m/4af34b/32.png) [@maku12](https://discourse.nodered.org/u/maku12)
#### Post date: [14 November 2019 12:33 UTC](https://discourse.nodered.org/t/backup-of-flows-no-access-to-webinterface-after-installing-a-node/17941/12 "2019-11-14T12:33:02Z")

</div>

ok sorry,  
i found the right directory:  
but there is another error:

 ![error](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/1/13f88f0427d9b1652bce51114f30e3526e6f9cc2.jpeg)

---

<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: [14 November 2019 12:48 UTC](https://discourse.nodered.org/t/backup-of-flows-no-access-to-webinterface-after-installing-a-node/17941/13 "2019-11-14T12:48:17Z")

</div>

it's not `node red start` it is `node-red-start`

---

<div class="post-metadata">

### Author: ![maku12](https://avatars.discourse-cdn.com/v4/letter/m/4af34b/32.png) [@maku12](https://discourse.nodered.org/u/maku12)
#### Post date: [14 November 2019 12:54 UTC](https://discourse.nodered.org/t/backup-of-flows-no-access-to-webinterface-after-installing-a-node/17941/14 "2019-11-14T12:54:04Z")

</div>

> [@zenofmud](#):
>
> node-red --safe

yes also with `node-red-start` i got the error.

in the meantime i found the flows. I think I will start from scratch and flash a new raspbian.

Many Thanks for all your help.
