# Can not reach IP:1880 node red with my Raspberry PI4 eth0

**URL:** https://discourse.nodered.org/t/can-not-reach-ip-1880-node-red-with-my-raspberry-pi4-eth0/93118
**Category:** General
**Created:** [13 November 2024 12:54 UTC](https://discourse.nodered.org/t/can-not-reach-ip-1880-node-red-with-my-raspberry-pi4-eth0/93118 "2024-11-13T12:54:55Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![AxelOrrab](https://avatars.discourse-cdn.com/v4/letter/a/4491bb/32.png) [@AxelOrrab](https://discourse.nodered.org/u/AxelOrrab)
#### Post date: [13 November 2024 12:54 UTC](https://discourse.nodered.org/t/can-not-reach-ip-1880-node-red-with-my-raspberry-pi4-eth0/93118/1 "2024-11-13T12:54:55Z")

</div>

Hello,  
I have used not red on my Raspberry PI4 (192.168.1.161:1880) using wifi without any trouble. Now I want to put this Raspberry on my network via eth0 (ethernet cable). My router DHCP gave it an other IP (192.168.1.141). Putty and port 22 works perfectly on this IP but I can not reach 192.167.1.141:1880....!!! somebody knows why?

---

<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: [13 November 2024 13:30 UTC](https://discourse.nodered.org/t/can-not-reach-ip-1880-node-red-with-my-raspberry-pi4-eth0/93118/2 "2024-11-13T13:30:08Z")

</div>

> [@AxelOrrab](#):
>
> I can not reach 192.167.1.141:1880

Welcome to the forum

It is 168 not 167

---

<div class="post-metadata">

### Author: ![AxelOrrab](https://avatars.discourse-cdn.com/v4/letter/a/4491bb/32.png) [@AxelOrrab](https://discourse.nodered.org/u/AxelOrrab)
#### Post date: [13 November 2024 14:15 UTC](https://discourse.nodered.org/t/can-not-reach-ip-1880-node-red-with-my-raspberry-pi4-eth0/93118/3 "2024-11-13T14:15:44Z")

</div>

thanks typing error, I mean 168 of course, but does not work either

---

<div class="post-metadata">

### Author: ![AxelOrrab](https://avatars.discourse-cdn.com/v4/letter/a/4491bb/32.png) [@AxelOrrab](https://discourse.nodered.org/u/AxelOrrab)
#### Post date: [13 November 2024 14:40 UTC](https://discourse.nodered.org/t/can-not-reach-ip-1880-node-red-with-my-raspberry-pi4-eth0/93118/4 "2024-11-13T14:40:39Z")

</div>

Thanks Collin,  
I got this message when I type "node-red"  
[warn] Projects disabled : editorTheme.projects.enabled=false

I fixe it with editorTheme/projects/enabled: false  
changed it to I fixe it with editorTheme/projects/enabled: true

But it still does not work

now I have:[warn] No active project : using default flows file

ans I am stock!

---

<div class="post-metadata">

### Author: ![GogoVega](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/gogovega/32/71313_2.png) [@GogoVega](https://discourse.nodered.org/u/GogoVega)
#### Post date: [13 November 2024 14:59 UTC](https://discourse.nodered.org/t/can-not-reach-ip-1880-node-red-with-my-raspberry-pi4-eth0/93118/5 "2024-11-13T14:59:50Z")

</div>

Check the priority in `/etc/dhcpcd.conf`

Lowest metric has priority.

---

<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: [13 November 2024 15:09 UTC](https://discourse.nodered.org/t/can-not-reach-ip-1880-node-red-with-my-raspberry-pi4-eth0/93118/6 "2024-11-13T15:09:00Z")

</div>

Do yourself a favour and either tell your router (if you haven't already) to give the Pi a fixed IP address or use a fixed IP address outside the DHCP numbers. That way it won't suddenly change one day.

For access, check that you are not blocking ports with a local firewall on the Pi (e.g. IPTABLES). Also check that you aren't using a proxy.

---

<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: [13 November 2024 15:30 UTC](https://discourse.nodered.org/t/can-not-reach-ip-1880-node-red-with-my-raspberry-pi4-eth0/93118/7 "2024-11-13T15:30:54Z")

</div>

> [@AxelOrrab](#):
>
> I got this message when I type "node-red"  
> [warn] Projects disabled : editorTheme.projects.enabled=false

What is wrong with that? Are you trying to use the Projects feature in node-red?

> [@AxelOrrab](#):
>
> now I have:[warn] No active project : using default flows file

That is because you have enabled the projects feature but have not defined one.

Back on the subject of the thread, how did you install node-red?

What does the command  
`ip a`  
show?

Can you show us the command window output that you get when you stop node red and start it again in a command window?

---

<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: [11 February 2025 15:31 UTC](https://discourse.nodered.org/t/can-not-reach-ip-1880-node-red-with-my-raspberry-pi4-eth0/93118/8 "2025-02-11T15:31:31Z")

</div>

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