¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Command to start nodered?


 

Folks,
I¡¯ve got an SD card with nodered on it that is inserted in to a pi. Recently the pi came unplugged, and I¡¯m plugging it back in. So far the pi starts up, I can login to it via terminal, but when I try to access my nodered dashboard on the pi, I can¡¯t. What is the proper command to verify that nodered is started?
Thanks,
Justin-ai5os


 

node-red-start

73
Dave wo2x
Sent from my waxed string and tin cans.

On Dec 31, 2024, at 3:45?PM, Justin Mann via groups.io <w9fyi@...> wrote:

?Folks,
I¡¯ve got an SD card with nodered on it that is inserted in to a pi. Recently the pi came unplugged, and I¡¯m plugging it back in. So far the pi starts up, I can login to it via terminal, but when I try to access my nodered dashboard on the pi, I can¡¯t. What is the proper command to verify that nodered is started?
Thanks,
Justin-ai5os






 

You should really issue these commands to make sure Node Red is enabled and starts on boot up.
?
sudo systemctl enable nodered.service
?
The above command tells the system to start the node red service on boot.
?
sudo systemctl start nodered.service
?
The above command tells node red to start.? You can also start node red by Dave's command too; node-red-start.


 

¿ªÔÆÌåÓý

To start from the command line:
node-red-start

To enable as a system service,? from the command line:
sudo systemctl enable nodered.service






-------- Original message --------
From: "Justin Mann via groups.io" <w9fyi@...>
Date: 31/12/2024 20:45 (GMT+00:00)
Subject: [nodered-hamradio] Command to start nodered?

Folks,
I¡¯ve got an SD card with nodered on it that is inserted in to a pi.? Recently the pi came unplugged, and I¡¯m plugging it back in.? So far the pi starts up, I can login to it via terminal, but when I try to access my nodered dashboard on the pi, I can¡¯t.? What is the proper command to verify that nodered is started?
Thanks,
Justin-ai5os







 

¿ªÔÆÌåÓý

Ps node-red-status or node-red-log will reveal current status.?






-------- Original message --------
From: "Justin Mann via groups.io" <w9fyi@...>
Date: 31/12/2024 20:45 (GMT+00:00)
Subject: [nodered-hamradio] Command to start nodered?

Folks,
I¡¯ve got an SD card with nodered on it that is inserted in to a pi.? Recently the pi came unplugged, and I¡¯m plugging it back in.? So far the pi starts up, I can login to it via terminal, but when I try to access my nodered dashboard on the pi, I can¡¯t.? What is the proper command to verify that nodered is started?
Thanks,
Justin-ai5os







 

Hi all - I just enter the following at the command line:
?
node-red
?
Regards,
Keith MW0IBH