Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:sw:03-3rd-party:nodered:securing-nodered-hidden [2020/06/12 08:03]
avsetula created
en:sw:03-3rd-party:nodered:securing-nodered-hidden [2021/08/06 07:08] (current)
avsetula
Line 1: Line 1:
-====== ​Securing of Node-RED ======+====== Node-RED ​security ​====== 
 +If you did not set up login using the following guide, you expose yourself to a risk of unauthorized access to the Unipi unit. That may lead to potentially dangerous changes resulting in downtimes or limitations. At the worst, unauthorized tampering can damage connected technologies or endanger personnel at installation sites. ​
  
-===== Admin API =====+That said, it is very important to have your system secured every time you create a new project. ​
  
-===== Dashboard =====+---- 
 + 
 +As you will communicate with the unit using the **SSH** protocol, you need to [[en:​files:​software:​tools:​advanced-ip-scan-hidden|know the unit's IP address]] and to have an SSH client installed on your unit. Among the most frequently used programs is the **PuTTy** application - if you don't have it already, follow [[en:​files:​software:​tools:​putty-hidden|this guide]].  
 + 
 +<WRAP center round info 60%> 
 +For transfer files between your PC and the Unipi unit you can use the [[https://​winscp.net/​eng/​download.php|WinSCP utility]]. Login is the same as for SSH. 
 +</​WRAP>​ 
 +  
 + 
 +After that, just follow [[https://​nodered.org/​docs/​user-guide/​runtime/​securing-node-red|this guide]] on the official Node-RED webpage.