Importing and exporting Node-RED flows

Learn how to import and export Node-RED flows

Exporting Node-RED Flows

To export Node-RED flows, please follow the steps below:

  1. If you want to export only a few nodes from a flow, select all the nodes you need. If you want to export all nodes in a flow, skip this step.

  2. In Node-RED, click on the three bars on the right side and then click on “Export.”

    CommandMenu
    CommandMenu

  3. In the export window, select the format in which you want to export the flow (the default is JSON), and click on Download.

    ExportWindow
    ExportWindow

This will not export secrets, such as MQTT credentials, certificates, ...

Importing Node-RED Flows

To import Node-RED flows, please follow the steps below:

  1. In Node-RED, click on the three bars on the right side and then click on “Import.”

    CommandMenu
    CommandMenu

  2. Then, decide in which flow you want the nodes to be pasted - a new flow or the current one.

    ImportWindow
    ImportWindow

Last modified May 5, 2023: feat: finishing touches (1147002)