Start Up Settings

Hi, I want to change the start up path of settings file C:\Users\x6294075\ to the path E:\npm

thanks, Lucas

you can set the userDir or settings file using the command line options as per the docs: Running Node-RED locally : Node-RED

e.g

node-red -u e:/node-red

or

node-red -s e:/node-red/settings.js

Hi Steve I need to execute the .ps1 file and that path always be the E:\npm\settings.js .
The way you say I need to type it every time i start up the node-red.

Not if you create your own batch or PS file.

Are you running node-red as a service? or always manually starting it?

Or use PM2 to manage Node-RED. :slight_smile:

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