Import and Export Node-RED Flows
less than a minute
Export Node-RED Flows
To export Node-RED flows, please follow the steps below:
Access Node-RED by navigating to
http://<CLUSTER-IP>:1880/nodered
in your browser. Replace<CLUSTER-IP>
with the IP address of your cluster, orlocalhost
if you are running the cluster locally.From the top-right menu, select Export.
From the Export dialog, select wich nodes or flows you want to export.
Click Download to download the exported flows, or Copy to clipboard to copy the exported flows to the clipboard.
Import Node-RED Flows
To import Node-RED flows, please follow the steps below:
Access Node-RED by navigating to
http://<CLUSTER-IP>:1880/nodered
in your browser. Replace<CLUSTER-IP>
with the IP address of your cluster, orlocalhost
if you are running the cluster locally.From the top-right menu, select Import.
From the Import dialog, select the file containing the exported flows, or paste the exported flows from the clipboard.
Click Import to import the flows.