Credentials for Node-Red access

Hi,

Is it possible to secure the node-red access on the IIot enterprise gateway, to prevent modification of the files without proper security access?

Hi @danempiric Yes, it is possible to add a security layer for the Node-RED node editor; first, you will need to SSH into the Enterprise IIoT Gateway:

Then you can access to the settings file by using the follow commands:

  1. To access to Node-RED Directory:
cd .node-red/
  1. To access and edit the settings file:
sudo nano settings.js

Here is a step-by-step guide for securing your Node-RED projects:

Or, you can follow the instructions in the ‘Editor & Admin API Security’ section here:

Additionally to save the changes and exit from nano editor, you can use the:
'Ctrl + X' shortcut
then type 'Y' to save.

Feel free to let us know if you have any questions.
Thank you,
Eduardo M

Awesome thank you!

Additionally, is it possible to access the node red over the air?

I.e. If i have a gateway installed in the field on cellular data but want to update the node red config file, how would I go about doing that?

Hi @danempiric you can take a look at this option:

Thank you,
Eduardo M