Skip to main content

Node-RED Service

Node-RED runs as a systemd service named nodered.service.
If Node-RED is not actively used it is recommended to ensure it is disabled using systemctl disable nodered as it is an exposed entry point otherwise. Same as other systemd services it can be enabled using systemctl enable nodered.

The configuration for it lives in /root/.node-red/settings.js for more information about configuring Node-RED, refer to the official documentation.

Go to Top