Securing Node-Red without command line

Besides my main Node-Red server, I am also playing around with Node-Red on a Sonoff iHost. My question about securing Node-Red: how can I generate a password hash to configure the adminAuth section, if I don't have a command line to run node-red admin hash-pw.
Do you have any ideas?

Hi @nygma2004
Can you make changes to the settings file at all?

The password hash uses bcrypt

Yes, they have created a File Manager plug-in, which allows you to view the filesystem in each docker image. Even has a built in web editor, so it makes it super easy to make changes to the settings.js.

You should be able to generate a bcrypt hash offline/online easily enough .

Just be careful using online generators - whilst mostly safe, feel I should hand out that caution :grin:

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