Install Node-RED
-
Download and run the Node-RED installation script:
bash <(curl -sL https://github.com/node-red/linux-installers/releases/latest/download/update-nodejs-and-nodered-deb)tipCheck the actual current release asset name/URL before running this — release filenames on the
node-red/linux-installersGitHub repository have changed between versions. -
Enable the Node-RED service to start automatically on boot:
sudo systemctl enable nodered.service -
Reboot the system to complete the installation:
sudo reboot -
Now, you can access Node-RED at this address:
http://[TARGET IP ADDRESS]:1880/
tip
Running a FIBER Lite? Its full pre-integrated pipeline adds hardening (credential secret, editor auth) and an InfluxDB-bound flow on top of this — see Additional Hardening & Data Flow under FIBER Lite in the sidebar.