Password problem

I just installed nodered on a fresh Raspberry Pi. During installation, I was asked to enter a password - twice. I know what I entered, I use the same password for a number of applications (I know I shouldn't) but now when I go to http://server:1880/ it says login failed.

There's no "forgot password"-function - so, how do I change it?

How did you install it? None of our standard install methods set up security for you - you have to do it manually by editing you settings file and configuring the adminAuth property.

Though you would probably be asked for your password for your pi login in order to install the software. You should be able tell when you are being asked to create a password rather than enter an existing one as the text asking for it should indicate that. Also when creating a new one you should be asked to enter it twice in succession in order to check for typos.

I used Peter Scargill's "The Script" as promoted by Andreas Spiess.

Anyway, is there anything I can do, or is it a lost case?

I don't know the details of Peter's script as it isn't the install method we support in the project itself - https://nodered.org/docs/getting-started/raspberrypi.

However, if it has tried to do something to setup adminAuth for you, then you can edit your node-red settings file (~/.node-red/settings.js by default, unless Peter's script does something else), find the adminAuth section and change the password according to our documentation: https://nodered.org/docs/user-guide/runtime/securing-node-red#usernamepassword-based-authentication

Did you ask Peter about this?

No, I used the exact same script on another Pi the day before without problems.

Does that one ask you for a password when you access it?

1 Like

If you used the exact same script on another pi, you must have changed an option when running the script that executed part of the script differently.

after trying out several solutions and none worked i just decided to comment out fully the adminAuth section in settings.js and restarted my node-red/Raspberrypi. not so secure but i am not working on any sensitive projects so its all good

This topic is over 2 years old. Can I suggest that you start a new topic if you wish to raise an issue, or point for discussion.