Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
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
toggle quoted message
Show quoted text
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: |
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 |
to navigate to use esc to dismiss