# Failure to start Node-red on WIN10 PC

**URL:** https://discourse.nodered.org/t/failure-to-start-node-red-on-win10-pc/56988
**Category:** General
**Created:** [20 January 2022 20:55 UTC](https://discourse.nodered.org/t/failure-to-start-node-red-on-win10-pc/56988 "2022-01-20T20:55:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![redhair](https://avatars.discourse-cdn.com/v4/letter/r/ac8455/32.png) [@redhair](https://discourse.nodered.org/u/redhair)
#### Post date: [20 January 2022 20:55 UTC](https://discourse.nodered.org/t/failure-to-start-node-red-on-win10-pc/56988/1 "2022-01-20T20:55:20Z")

</div>

Hello, I run Node-red on WIN10 PC.  
I start Node-red at Command prompt and then browse to 127.0.0.1 IP.  
It has been working in the past, but recently Edge started to return error message: Hmmm… can't reach this page **127.0.0.1** refused to connect.  
127.0.0.1 is up and running, I can ping it, but cannot connect in Edge  
What can be the reason for this and how to resolve? Thanks

---

<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: [20 January 2022 21:05 UTC](https://discourse.nodered.org/t/failure-to-start-node-red-on-win10-pc/56988/2 "2022-01-20T21:05:21Z")

</div>

Is the command window/powershell still open? Does it show any errors?

Note: for node-red to continue running you need to either keep the terminal (from where you launch node-red) open or run it as a service. (When you close the terminal, you kill the process).

---

<div class="post-metadata">

### Author: ![UnborN](https://avatars.discourse-cdn.com/v4/letter/u/4491bb/32.png) [@UnborN](https://discourse.nodered.org/u/UnborN)
#### Post date: [20 January 2022 21:28 UTC](https://discourse.nodered.org/t/failure-to-start-node-red-on-win10-pc/56988/3 "2022-01-20T21:28:53Z")

</div>

along with the ip of the Node-red system you need to tag on the port which is usually **1880**

`http://127.0.0.1:1880` (if browsing from the same computer)  
`http://localhost:1880`  
`http://<node-red-ip>:1880` (if browsing remotly)

---

<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: [3 February 2022 21:29 UTC](https://discourse.nodered.org/t/failure-to-start-node-red-on-win10-pc/56988/4 "2022-02-03T21:29:38Z")

</div>

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