# How to detect if someone access our Node-red with ip

**URL:** https://discourse.nodered.org/t/how-to-detect-if-someone-access-our-node-red-with-ip/19725
**Category:** General
**Created:** [30 December 2019 06:29 UTC](https://discourse.nodered.org/t/how-to-detect-if-someone-access-our-node-red-with-ip/19725 "2019-12-30T06:29:20Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![malikiy](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/malikiy/32/15603_2.png) [@malikiy](https://discourse.nodered.org/u/malikiy)
#### Post date: [30 December 2019 06:29 UTC](https://discourse.nodered.org/t/how-to-detect-if-someone-access-our-node-red-with-ip/19725/1 "2019-12-30T06:29:20Z")

</div>

Hello i'm new in node red.  
i'm using node red version 0.20.0  
js version = 6.4.1  
Running on Windows 10

I want to detect if someone access my node red via ip (local). The output can be payload or something else. is it possible?

I already try with tcp node, and it is not worked.

---

<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: [30 December 2019 10:07 UTC](https://discourse.nodered.org/t/how-to-detect-if-someone-access-our-node-red-with-ip/19725/2 "2019-12-30T10:07:23Z")

</div>

From your scant description, I'm guessing you are going to open your node-red to the internet.  
WARNING! unless you have secured it, this copl allow others to attack your network.

Do a search on the forum for threads about securing node-red and impliment them before going any further. once you have done that and want to discuess this issue, feel free to ask. Note: when opening a thread, it is a good idea to specify:

- the hardware NR runs on,
- what OS,
- the version of NR
- the version node.js
- the dashboard if you are using it
- what you have tried already.  
If you have a problem, creating a small flow showing the issue and providing the flow along with the full name (i.e. node-red-contrib-xxxx) of any extra nodes you are using is very helpfull too.
