By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our Privacy Policy for more information.
title
Best-practices & guides for Node-RED

Importing and exporting in Node-RED

Learn how to export and import nodes/flows in Node-RED easily with these step-by-step instructions.

Importing and exporting in Node-RED

Instructions

  1. In Node-RED, click on the three bars on the right side, then click on export or import
    noderedexpoertimport

  2. For importing:

  • 2.1 Either choose a json file from your local disk or paste the json file directly into the field below.
  • 2.2 Next decide in which flow the nodes shall be pasted. A new flow or the current one.
    noderedcurrentnewflow
  1. For exproting:
  • 3.1 Decide from where you want to export: the selected nodes, the current flow or all flows at once. You can also select nodes in this window by clicking on them.
  • 3.2 Next you have two options: either to download a json-file or just copy to clipboard.
    noderedclipboard