[{"data":1,"prerenderedAt":975},["ShallowReactive",2],{"docs-\u002Fdocs\u002Fupgrade\u002F":3,"docs-nav":524},{"id":4,"title":5,"body":6,"description":16,"extension":512,"layout":513,"meta":514,"navGroup":515,"navGroupOrder":390,"navOrder":366,"navTitle":5,"navigation":516,"originalPath":517,"path":518,"redirect":513,"seo":519,"stem":520,"updated":521,"version":522,"__hash__":523},"docs\u002Fdocs\u002Fupgrade\u002Findex.md","Upgrading FlowFuse",{"type":7,"value":8,"toc":489},"minimark",[9,13,17,20,23,28,31,54,62,67,72,75,78,88,99,107,111,114,117,137,145,149,159,182,186,201,214,218,231,234,238,245,249,256,259,262,275,279,283,286,288,298,302,306,309,315,319,322,325,415,422,426,429,432,435,439,446,449,485],[10,11,5],"h1",{"id":12},"upgrading-flowfuse",[14,15,16],"p",{},"If you are upgrading an existing FlowFuse installation, this page will list any\nparticular requirements needed to upgrade to a given level.",[14,18,19],{},"If you are upgrading across multiple versions, make sure you check the requirements\nfor each version you are upgrading across.",[14,21,22],{},"Note that we do not support downgrading FlowFuse to previous levels once an upgrade\nhas been performed.",[24,25,27],"h2",{"id":26},"general-guideline","General guideline",[14,29,30],{},"Details of how to upgrade can be found for each deployment model:",[32,33,34,42,48],"ul",{},[35,36,37],"li",{},[38,39,41],"a",{"href":40},"\u002Fdocs\u002Fcontribute\u002Flocal#upgrade","LocalFS",[35,43,44],{},[38,45,47],{"href":46},"\u002Fdocs\u002Finstall\u002Fdocker#upgrade","Docker",[35,49,50],{},[38,51,53],{"href":52},"\u002Fdocs\u002Finstall\u002Fkubernetes#upgrade","Kubernetes",[14,55,56,57,61],{},"To upgrade the version of Node-RED your Instances run (for example, moving to\nNode-RED 5.0), see ",[38,58,60],{"href":59},"\u002Fdocs\u002Fupgrade\u002Fnodered-version","Upgrading the Node-RED version",".",[63,64,66],"h3",{"id":65},"upgrading-to-260","Upgrading to 2.6.0",[68,69,71],"h4",{"id":70},"required-aws-eks-configuration-change","Required AWS EKS configuration change",[14,73,74],{},"This release introduces the new Embedded Editor which integrates the Node-RED editor with the FlowFuse dashboard when using Node-RED 4.0. This has required some changes to be made on how certain HTTP headers are passed between the NGINX Ingress controller and AWS NLB.",[14,76,77],{},"The following configuration change must be applied otherwise users will not be able to login to Node-RED 4.0 instances.",[14,79,80,81,87],{},"The following configuration needs to be added in the values passed to the ingress-nginx helm chart. See ",[38,82,86],{"href":83,"rel":84},"https:\u002F\u002Fflowfuse.com\u002Fdocs\u002Finstall\u002Fkubernetes\u002Faws\u002F#nginx-ingress",[85],"nofollow","full configuration"," for the reference.",[89,90,95],"pre",{"className":91,"code":93,"language":94},[92],"language-text","controller:\n   config:\n      use-proxy-protocol: true\n   service:\n      annotations:\n         service.beta.kubernetes.io\u002Faws-load-balancer-target-group-attributes: proxy_protocol_v2.enabled=true\n   externalTrafficPolicy: Cluster\n","text",[96,97,93],"code",{"__ignoreMap":98},"",[14,100,101,102,61],{},"The Proxy Protocol feature will be enabled only on newly created Target Groups.\nTo enable the Proxy Protocol on an existing Target Group, manual intervention is required. For detailed instructions, please refer to the ",[38,103,106],{"href":104,"rel":105},"https:\u002F\u002Fdocs.aws.amazon.com\u002Felasticloadbalancing\u002Flatest\u002Fnetwork\u002Fload-balancer-target-groups.html#enable-proxy-protocol",[85],"official AWS documentation",[68,108,110],{"id":109},"persistent-storage","Persistent Storage",[14,112,113],{},"As part of this release there is a new option for Persistent File Storage for Kubernetes based deployments.\nThis change removes the need to use the customised File Nodes and the FlowFuse File Server by mounting a\nPersistent Volume into the Pods running the instances.",[14,115,116],{},"To enable this feature the following needs to be created",[32,118,119,127],{},[35,120,121,122],{},"A Kubernetes StorageClass that points to storage provider that can\ndynamically provision new Persistent Volumes. e.g. the ",[38,123,126],{"href":124,"rel":125},"https:\u002F\u002Fgithub.com\u002Fkubernetes-sigs\u002Faws-efs-csi-driver",[85],"AWS EFS CSI driver",[35,128,129,130,136],{},"Pass the following values to the FlowFuse Helm Chart\n",[89,131,134],{"className":132,"code":133,"language":94},[92],"forge:\n  persistentStorage:\n    enabled: true\n    storageClass: '\u003Cname of StorageClass>'\n    size: '5Gi'\n",[96,135,133],{"__ignoreMap":98},"\nWhere size is the default size for the volume.",[14,138,139,140,61],{},"Details for how to setup a AWS EFS backed StorageClass can be found on the aws-efs-csi-driver ",[38,141,144],{"href":142,"rel":143},"https:\u002F\u002Fgithub.com\u002Fkubernetes-sigs\u002Faws-efs-csi-driver\u002Fblob\u002Fmaster\u002Fdocs\u002Fefs-create-filesystem.md",[85],"site",[63,146,148],{"id":147},"upgrading-to-200","Upgrading to 2.0.0",[150,151,152],"blockquote",{},[14,153,154,158],{},[155,156,157],"strong",{},"⚠️","  Breaking changes introduced!",[14,160,161,162,165,166,171,172,175,176,181],{},"Together with new application features, this ",[155,163,164],{},"release 2.0.0 introduces breaking changes"," in Flowfuse Helm chart.\nIf you are managing your local Flowfuse instance using our ",[38,167,170],{"href":168,"rel":169},"https:\u002F\u002Fgithub.com\u002FFlowFuse\u002Fhelm\u002Ftree\u002Fmain\u002Fhelm\u002Fflowfuse",[85],"Helm Chart",", please refer to the ",[38,173,174],{"href":52},"upgrade"," section of the Kubernetes installation guide or the Helm Chart ",[38,177,180],{"href":178,"rel":179},"https:\u002F\u002Fgithub.com\u002FFlowFuse\u002Fhelm\u002Fblob\u002Fmain\u002Fhelm\u002Fflowfuse\u002FREADME.md#upgrading-chart",[85],"README.md"," for more details.",[63,183,185],{"id":184},"upgrading-to-110","Upgrading to 1.10",[14,187,188,189,192,193,196,197,61],{},"Endpoint Rate Limiting is now available to FlowFuse. This is disabled by default, but can be enabled by setting the ",[96,190,191],{},"rate_limits.enabled"," config setting to ",[96,194,195],{},"true",".\nThe documentation for this is available ",[38,198,200],{"href":199},"\u002Fdocs\u002Finstall\u002Fconfiguration#rate-limiting-configuration","here",[14,202,203,204,208,209,213],{},"The ",[38,205,207],{"href":206},"\u002Fdocs\u002Fuser\u002Fconcepts#team-type","TeamType concept"," was expanded in this release.\nIt is used to control what Instance Types are available for different teams, as\nwell as any additional limits that should be applied. When creating new Instance\nTypes, they must now be ",[38,210,212],{"href":211},"\u002Fdocs\u002Fadmin\u002Fintroduction#managing-instance-types","manually enabled","\nfor the Team Types on the platform.",[63,215,217],{"id":216},"upgrading-to-15","Upgrading to 1.5",[14,219,220,221,225,226,230],{},"The main change in this release was a change in our terminology around the individual\nNode-RED instances. We have introduced the ",[38,222,224],{"href":223},"\u002Fdocs\u002Fuser\u002Fconcepts#application","Application concept","\nas a way to group individual ",[38,227,229],{"href":228},"\u002Fdocs\u002Fuser\u002Fconcepts#instance","Node-RED instances"," (what we previously called Projects).",[14,232,233],{},"The term 'Project' is being phased out. You may still see it crop up, such as\nin some of the external APIs, but we're working our way through removing it.",[63,235,237],{"id":236},"upgrading-to-13","Upgrading to 1.3",[14,239,240,241,61],{},"To enable the Team Library and FlowFuse-based Authentication of HTTP routes each\nNode-RED instance will need to be updated to the ",[38,242,244],{"href":243},"\u002Fdocs\u002Fuser\u002Fchangestack","latest Stack",[68,246,248],{"id":247},"persistent-context-added","Persistent Context added",[14,250,251,252,61],{},"The new Persistent Context feature is available to projects when running with a\n",[38,253,255],{"href":254},"\u002Fdocs\u002Fupgrade\u002Fopen-source-to-premium","premium license",[14,257,258],{},"This feature requires additional configuration to be added to the File Server component\nthat was introduced in FlowFuse 1.1.",[14,260,261],{},"Details of how to configure this can be found at the following links:",[32,263,264,269],{},[35,265,266],{},[38,267,41],{"href":268},"\u002Fdocs\u002Finstall\u002Ffile-storage#localfs",[35,270,271],{},[38,272,274],{"href":273},"\u002Fdocs\u002Finstall\u002Ffile-storage#configuring","Docker and Kubernetes",[63,276,278],{"id":277},"upgrading-to-11","Upgrading to 1.1",[68,280,282],{"id":281},"file-server-added","File Server added",[14,284,285],{},"This release introduces a system for supporting persistent file storage when running on\nDocker or Kubernetes (it will also work with LocalFS, but is not required as projects\nhave access to the hosts filesystem).",[14,287,261],{},[32,289,290,294],{},[35,291,292],{},[38,293,41],{"href":268},[35,295,296],{},[38,297,274],{"href":273},[63,299,301],{"id":300},"upgrading-to-08","Upgrading to 0.8",[68,303,305],{"id":304},"mqtt-broker-added","MQTT Broker added",[14,307,308],{},"This release introduces an MQTT Broker into the FlowFuse platform used to communicate\nbetween devices and the core platform.",[14,310,311,312],{},"For LocalFS users, they will need to manually setup the broker and ensure it is\nproperly configured. The documentation for this is available ",[38,313,200],{"href":314},"\u002Fdocs\u002Fcontribute\u002Flocal#setting-up-mosquitto-optional",[68,316,318],{"id":317},"localfs-users","LocalFS Users",[14,320,321],{},"With the 0.8 release we have updated the version of the SQLite3 module used by the localfs\ncontainer driver. We are moving from v5.0.2 to v5.0.8.",[14,323,324],{},"There appears to be a clash with the bcrypt module when doing an in place upgrade of the\nSQLite3 module that gives an error similar to the following:",[89,326,330],{"className":327,"code":328,"language":329,"meta":98,"style":98},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","npm ERR! path \u002Fopt\u002Fshare\u002Fprojects\u002Fflowforge\u002Fsqlite-test\u002Fnode_modules\u002Fsqlite3\nnpm ERR! command failed\nnpm ERR! command sh -c node-pre-gyp install --fallback-to-build\nnpm ERR! sh: line 1: node-pre-gyp: command not found\n","bash",[96,331,332,351,364,388],{"__ignoreMap":98},[333,334,337,341,345,348],"span",{"class":335,"line":336},"line",1,[333,338,340],{"class":339},"sBMFI","npm",[333,342,344],{"class":343},"sfazB"," ERR!",[333,346,347],{"class":343}," path",[333,349,350],{"class":343}," \u002Fopt\u002Fshare\u002Fprojects\u002Fflowforge\u002Fsqlite-test\u002Fnode_modules\u002Fsqlite3\n",[333,352,354,356,358,361],{"class":335,"line":353},2,[333,355,340],{"class":339},[333,357,344],{"class":343},[333,359,360],{"class":343}," command",[333,362,363],{"class":343}," failed\n",[333,365,367,369,371,373,376,379,382,385],{"class":335,"line":366},3,[333,368,340],{"class":339},[333,370,344],{"class":343},[333,372,360],{"class":343},[333,374,375],{"class":343}," sh",[333,377,378],{"class":343}," -c",[333,380,381],{"class":343}," node-pre-gyp",[333,383,384],{"class":343}," install",[333,386,387],{"class":343}," --fallback-to-build\n",[333,389,391,393,395,398,401,404,407,409,412],{"class":335,"line":390},4,[333,392,340],{"class":339},[333,394,344],{"class":343},[333,396,397],{"class":343}," sh:",[333,399,400],{"class":343}," line",[333,402,403],{"class":343}," 1:",[333,405,406],{"class":343}," node-pre-gyp:",[333,408,360],{"class":343},[333,410,411],{"class":343}," not",[333,413,414],{"class":343}," found\n",[14,416,417,418,421],{},"If you see this then the simplest fix is to remove the ",[96,419,420],{},"node_modules"," directory and reinstall\nthe modules.",[68,423,425],{"id":424},"project-nodes","Project Nodes",[14,427,428],{},"This release adds support for the new Project Link nodes that can be used to send\nmessages between projects seamlessly.",[14,430,431],{},"These nodes require the MQTT Broker to be properly configured.",[14,433,434],{},"To deploy flows using these nodes to a Device will require the Device to be running\nthe latest 0.2.0 release. They will also need to have their credentials regenerated\nonce the MQTT Broker has been added.",[63,436,438],{"id":437},"upgrading-to-07","Upgrading to 0.7",[14,440,441,442,61],{},"The 0.7 release introduces the ",[38,443,445],{"href":444},"\u002Fdocs\u002Fuser\u002Fconcepts#instance-type","ProjectType concept",[14,447,448],{},"After upgrading to 0.7, an administrator must perform the following tasks before\nusers will be able to create new projects:",[450,451,452,466],"ol",{},[35,453,454,455],{},"Create a Project Type.\n",[450,456,457,460,463],{},[35,458,459],{},"On the Administrator Settings -> Project Types page, click 'Create project type'.",[35,461,462],{},"Provide a name and description. If you have billing enabled, copy in the default\nStripe Product\u002FPrice IDs from your runtime settings file.",[35,464,465],{},"Click 'create'",[35,467,468,469],{},"Assign your existing stacks to that type\n",[450,470,471,474,477],{},[35,472,473],{},"On the Administrator Settings -> Stacks page, edit each existing stack via\nthe drop-down menu in the table.",[35,475,476],{},"As a one-time action, set its Project Type to the one just created.",[35,478,479,480,484],{},"Click 'save'. This will update the stack ",[481,482,483],"em",{},"and"," all existing projects to\nbe associated with the new Project Type",[486,487,488],"style",{},"html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":98,"searchDepth":390,"depth":390,"links":490},[491],{"id":26,"depth":353,"text":27,"children":492},[493,497,498,499,500,503,506,511],{"id":65,"depth":366,"text":66,"children":494},[495,496],{"id":70,"depth":390,"text":71},{"id":109,"depth":390,"text":110},{"id":147,"depth":366,"text":148},{"id":184,"depth":366,"text":185},{"id":216,"depth":366,"text":217},{"id":236,"depth":366,"text":237,"children":501},[502],{"id":247,"depth":390,"text":248},{"id":277,"depth":366,"text":278,"children":504},[505],{"id":281,"depth":390,"text":282},{"id":300,"depth":366,"text":301,"children":507},[508,509,510],{"id":304,"depth":390,"text":305},{"id":317,"depth":390,"text":318},{"id":424,"depth":390,"text":425},{"id":437,"depth":366,"text":438},"md",null,{},"FlowFuse Self-Hosted",true,"upgrade\u002FREADME.md","\u002Fdocs\u002Fupgrade",{"title":5,"description":16},"docs\u002Fupgrade\u002Findex","2026-08-05 13:23:12 +0200","2.33.2","_fj6gG_MSpXkWOIYmtwVey08KeVWCXcwzMNHTdzUaBU",[525,532,545,557],{"name":526,"order":336,"children":527},"FlowFuse User Manuals",[528],{"title":529,"path":530,"group":526,"groupOrder":336,"order":353,"children":531},"FlowFuse API","\u002Fdocs\u002Fapi",[],{"name":515,"order":390,"children":533},[534,538],{"title":535,"path":536,"group":515,"groupOrder":390,"order":336,"children":537},"Quick Start","\u002Fdocs\u002Fquick-start",[],{"title":5,"path":518,"group":515,"groupOrder":390,"order":366,"children":539},[540,543],{"title":541,"path":254,"order":513,"children":542},"Installing a license",[],{"title":60,"path":59,"order":513,"children":544},[],{"name":546,"order":547,"children":548},"Support",5,[549,553],{"title":550,"path":551,"group":546,"groupOrder":547,"order":366,"children":552},"Premium Support","\u002Fdocs\u002Fpremium-support",[],{"title":554,"path":555,"group":546,"groupOrder":547,"order":513,"children":556},"Debugging Node-RED issues","\u002Fdocs\u002Fdebugging",[],{"name":558,"order":513,"children":559},"Other",[560,608,620,699,748,767,841,852],{"title":561,"path":562,"order":513,"children":563},"admin","\u002Fdocs\u002Fadmin",[564,568,580,588,592,596,600,604],{"title":565,"path":566,"order":336,"children":567},"Administering FlowFuse","\u002Fdocs\u002Fadmin\u002Fintroduction",[],{"title":569,"path":570,"order":513,"children":571},"Configuring Single Sign-On (SSO)","\u002Fdocs\u002Fadmin\u002Fsso",[572,576],{"title":573,"path":574,"order":513,"children":575},"LDAP SSO","\u002Fdocs\u002Fadmin\u002Fsso\u002Fldap",[],{"title":577,"path":578,"order":513,"children":579},"SAML SSO","\u002Fdocs\u002Fadmin\u002Fsso\u002Fsaml",[],{"title":581,"path":582,"order":513,"children":583},"hardening","\u002Fdocs\u002Fadmin\u002Fhardening",[584],{"title":585,"path":586,"order":513,"children":587},"Kubernetes Hardening","\u002Fdocs\u002Fadmin\u002Fhardening\u002Fkubernetes",[],{"title":589,"path":590,"order":513,"children":591},"Monitoring","\u002Fdocs\u002Fadmin\u002Fmonitoring",[],{"title":593,"path":594,"order":513,"children":595},"Observability","\u002Fdocs\u002Fadmin\u002Fobservability",[],{"title":597,"path":598,"order":513,"children":599},"Soft Launch Enablement","\u002Fdocs\u002Fadmin\u002Ffeature-flags",[],{"title":601,"path":602,"order":513,"children":603},"Telemetry","\u002Fdocs\u002Fadmin\u002Ftelemetry",[],{"title":605,"path":606,"order":513,"children":607},"User Management","\u002Fdocs\u002Fadmin\u002Fuser-management",[],{"title":609,"path":610,"order":513,"children":611},"cloud","\u002Fdocs\u002Fcloud",[612,616],{"title":613,"path":614,"order":336,"children":615},"Introduction","\u002Fdocs\u002Fcloud\u002Fintroduction",[],{"title":617,"path":618,"order":513,"children":619},"FlowFuse Cloud Billing","\u002Fdocs\u002Fcloud\u002Fbilling",[],{"title":621,"path":622,"order":513,"children":623},"contribute","\u002Fdocs\u002Fcontribute",[624,627,631,635,639,643,647,655,691,695],{"title":613,"path":625,"order":336,"children":626},"\u002Fdocs\u002Fcontribute\u002Fintroduction",[],{"title":628,"path":629,"order":513,"children":630},"Adding Template Settings","\u002Fdocs\u002Fcontribute\u002Fadding-template-settings",[],{"title":632,"path":633,"order":513,"children":634},"API Design","\u002Fdocs\u002Fcontribute\u002Fapi-design",[],{"title":636,"path":637,"order":513,"children":638},"Creating debug stack containers","\u002Fdocs\u002Fcontribute\u002Fcreating-debug-stack-containers",[],{"title":640,"path":641,"order":513,"children":642},"Database migrations","\u002Fdocs\u002Fcontribute\u002Fdb-migrations",[],{"title":644,"path":645,"order":513,"children":646},"FlowFuse Architecture","\u002Fdocs\u002Fcontribute\u002Farchitecture",[],{"title":648,"path":649,"order":513,"children":650},"Local Install","\u002Fdocs\u002Fcontribute\u002Flocal",[651],{"title":652,"path":653,"order":513,"children":654},"Local Stacks","\u002Fdocs\u002Fcontribute\u002Flocal\u002Fstacks",[],{"title":656,"path":657,"order":513,"children":658},"State Flows","\u002Fdocs\u002Fcontribute\u002Fworkflows",[659,663,667,671,675,679,683,687],{"title":660,"path":661,"order":513,"children":662},"Device Editor","\u002Fdocs\u002Fcontribute\u002Fworkflows\u002Fdevice-editor",[],{"title":664,"path":665,"order":513,"children":666},"Instance states","\u002Fdocs\u002Fcontribute\u002Fworkflows\u002Fproject-states",[],{"title":668,"path":669,"order":513,"children":670},"Invite External Users","\u002Fdocs\u002Fcontribute\u002Fworkflows\u002Finvite-external-user",[],{"title":672,"path":673,"order":513,"children":674},"Project Creation","\u002Fdocs\u002Fcontribute\u002Fworkflows\u002Fproject-create",[],{"title":676,"path":677,"order":513,"children":678},"Reset Password Flow","\u002Fdocs\u002Fcontribute\u002Fworkflows\u002Fpassword-reset",[],{"title":680,"path":681,"order":513,"children":682},"Team creation Flow","\u002Fdocs\u002Fcontribute\u002Fworkflows\u002Fteam-create",[],{"title":684,"path":685,"order":513,"children":686},"User Login Flows","\u002Fdocs\u002Fcontribute\u002Fworkflows\u002Flogin",[],{"title":688,"path":689,"order":513,"children":690},"User Sign up Flow","\u002Fdocs\u002Fcontribute\u002Fworkflows\u002Fsignup",[],{"title":692,"path":693,"order":513,"children":694},"Team Broker","\u002Fdocs\u002Fcontribute\u002Fteam-broker",[],{"title":696,"path":697,"order":513,"children":698},"Working with Feature Flags","\u002Fdocs\u002Fcontribute\u002Ffeature-flags",[],{"title":700,"path":701,"order":513,"children":702},"device-agent","\u002Fdocs\u002Fdevice-agent",[703,707,710,714,718,723],{"title":704,"path":705,"order":336,"children":706},"FlowFuse Device Agent Introduction","\u002Fdocs\u002Fdevice-agent\u002Fintroduction",[],{"title":535,"path":708,"order":353,"children":709},"\u002Fdocs\u002Fdevice-agent\u002Fquickstart",[],{"title":711,"path":712,"order":390,"children":713},"Register your Remote Instance","\u002Fdocs\u002Fdevice-agent\u002Fregister",[],{"title":715,"path":716,"order":547,"children":717},"Running the Agent","\u002Fdocs\u002Fdevice-agent\u002Frunning",[],{"title":719,"path":720,"order":721,"children":722},"Deploying your Flows","\u002Fdocs\u002Fdevice-agent\u002Fdeploy",6,[],{"title":724,"path":725,"order":513,"children":726},"install","\u002Fdocs\u002Fdevice-agent\u002Finstall",[727,732,736,740,744],{"title":728,"path":729,"group":730,"order":336,"children":731},"Overview","\u002Fdocs\u002Fdevice-agent\u002Finstall\u002Foverview","DeviceAgentInstallation",[],{"title":733,"path":734,"group":730,"order":353,"children":735},"Device Agent Installer","\u002Fdocs\u002Fdevice-agent\u002Finstall\u002Fdevice-agent-installer",[],{"title":737,"path":738,"group":730,"order":366,"children":739},"Docker Install","\u002Fdocs\u002Fdevice-agent\u002Finstall\u002Fdocker",[],{"title":741,"path":742,"group":730,"order":390,"children":743},"Kubernetes Install","\u002Fdocs\u002Fdevice-agent\u002Finstall\u002Fkubernetes",[],{"title":745,"path":746,"group":730,"order":547,"children":747},"Manual Install with NPM","\u002Fdocs\u002Fdevice-agent\u002Finstall\u002Fmanual",[],{"title":749,"path":750,"order":513,"children":751},"hardware","\u002Fdocs\u002Fhardware",[752,755,759,763],{"title":728,"path":753,"order":336,"children":754},"\u002Fdocs\u002Fhardware\u002Fintroduction",[],{"title":756,"path":757,"order":353,"children":758},"ctrlX - Node-RED","\u002Fdocs\u002Fhardware\u002Fctrlx-node-red",[],{"title":760,"path":761,"order":366,"children":762},"ctrlX - Device Agent","\u002Fdocs\u002Fhardware\u002Fctrlx-device-agent",[],{"title":764,"path":765,"order":366,"children":766},"Raspberry Pi with Raspbian","\u002Fdocs\u002Fhardware\u002Fraspbian",[],{"title":724,"path":768,"order":513,"children":769},"\u002Fdocs\u002Finstall",[770,773,777,781,801,805,809,813],{"title":728,"path":771,"order":336,"children":772},"\u002Fdocs\u002Finstall\u002Fintroduction",[],{"title":774,"path":775,"order":513,"children":776},"Configuring FlowFuse","\u002Fdocs\u002Finstall\u002Fconfiguration",[],{"title":778,"path":779,"order":513,"children":780},"DNS Setup","\u002Fdocs\u002Finstall\u002Fdns-setup",[],{"title":782,"path":783,"order":513,"children":784},"Docker install","\u002Fdocs\u002Finstall\u002Fdocker",[785,789,793,797],{"title":786,"path":787,"order":513,"children":788},"Add Project Stacks on Docker","\u002Fdocs\u002Finstall\u002Fdocker\u002Fstacks",[],{"title":790,"path":791,"order":513,"children":792},"Docker Engine on Windows","\u002Fdocs\u002Finstall\u002Fdocker\u002Fwindows-docker-ce",[],{"title":794,"path":795,"order":513,"children":796},"Docker from AWS Market Place","\u002Fdocs\u002Finstall\u002Fdocker\u002Faws-marketplace",[],{"title":798,"path":799,"order":513,"children":800},"Docker on Digital Ocean","\u002Fdocs\u002Finstall\u002Fdocker\u002Fdigital-ocean",[],{"title":802,"path":803,"order":513,"children":804},"Email configuration","\u002Fdocs\u002Finstall\u002Femail-providers",[],{"title":806,"path":807,"order":513,"children":808},"First Run Setup","\u002Fdocs\u002Finstall\u002Ffirst-run",[],{"title":810,"path":811,"order":513,"children":812},"FlowFuse File Storage","\u002Fdocs\u002Finstall\u002Ffile-storage",[],{"title":814,"path":815,"order":513,"children":816},"Install FlowFuse on Kubernetes","\u002Fdocs\u002Finstall\u002Fkubernetes",[817,821,825,829,833,837],{"title":818,"path":819,"order":513,"children":820},"AWS EKS Installation","\u002Fdocs\u002Finstall\u002Fkubernetes\u002Faws",[],{"title":822,"path":823,"order":513,"children":824},"AWS EKS Installation with Terraform and Helm","\u002Fdocs\u002Finstall\u002Fkubernetes\u002Faws-terraform",[],{"title":826,"path":827,"order":513,"children":828},"Digital Ocean Kubernetes Installation","\u002Fdocs\u002Finstall\u002Fkubernetes\u002Fdigital-ocean",[],{"title":830,"path":831,"order":513,"children":832},"Ingress Controller Migration","\u002Fdocs\u002Finstall\u002Fkubernetes\u002Fingress-controller-migration",[],{"title":834,"path":835,"order":513,"children":836},"Kubernetes Project Stacks","\u002Fdocs\u002Finstall\u002Fkubernetes\u002Fstacks",[],{"title":838,"path":839,"order":513,"children":840},"OpenShift Installation","\u002Fdocs\u002Finstall\u002Fkubernetes\u002Fopenshift",[],{"title":842,"path":843,"order":513,"children":844},"migration","\u002Fdocs\u002Fmigration",[845,848],{"title":613,"path":846,"order":336,"children":847},"\u002Fdocs\u002Fmigration\u002Fintroduction",[],{"title":849,"path":850,"order":513,"children":851},"Node-RED Tools plugin","\u002Fdocs\u002Fmigration\u002Fnode-red-tools",[],{"title":853,"path":854,"order":513,"children":855},"user","\u002Fdocs\u002Fuser",[856,860,864,868,872,877,880,884,888,892,896,900,912,916,920,924,928,932,936,940,944,948,952,956,960,964,967,971],{"title":857,"path":858,"order":336,"children":859},"Getting Started","\u002Fdocs\u002Fuser\u002Fintroduction",[],{"title":861,"path":862,"order":336,"children":863},"Static asset service","\u002Fdocs\u002Fuser\u002Fstatic-asset-service",[],{"title":865,"path":866,"order":353,"children":867},"Bill of Materials","\u002Fdocs\u002Fuser\u002Fbill-of-materials",[],{"title":869,"path":870,"order":353,"children":871},"FlowFuse Concepts","\u002Fdocs\u002Fuser\u002Fconcepts",[],{"title":873,"path":874,"order":875,"children":876},"Instance States","\u002Fdocs\u002Fuser\u002Finstance-states",10,[],{"title":878,"path":243,"order":513,"children":879},"Changing the Stack",[],{"title":881,"path":882,"order":513,"children":883},"Custom Hostnames","\u002Fdocs\u002Fuser\u002Fcustom-hostnames",[],{"title":885,"path":886,"order":513,"children":887},"Custom Node Packages","\u002Fdocs\u002Fuser\u002Fcustom-npm-packages",[],{"title":889,"path":890,"order":513,"children":891},"Dashboards","\u002Fdocs\u002Fuser\u002Fdashboards",[],{"title":893,"path":894,"order":513,"children":895},"DevOps Pipelines","\u002Fdocs\u002Fuser\u002Fdevops-pipelines",[],{"title":897,"path":898,"order":513,"children":899},"Environment Variables","\u002Fdocs\u002Fuser\u002Fenvvar",[],{"title":901,"path":902,"order":513,"children":903},"FlowFuse Expert","\u002Fdocs\u002Fuser\u002Fexpert",[904,908],{"title":905,"path":906,"order":513,"children":907},"AI in Node-RED","\u002Fdocs\u002Fuser\u002Fexpert\u002Fnode-red-embedded-ai",[],{"title":909,"path":910,"order":513,"children":911},"Chat Interface","\u002Fdocs\u002Fuser\u002Fexpert\u002Fchat",[],{"title":913,"path":914,"order":513,"children":915},"FlowFuse File Nodes","\u002Fdocs\u002Fuser\u002Ffilenodes",[],{"title":917,"path":918,"order":513,"children":919},"FlowFuse MQTT Nodes","\u002Fdocs\u002Fuser\u002Fmqtt-nodes",[],{"title":921,"path":922,"order":513,"children":923},"FlowFuse Persistent Context","\u002Fdocs\u002Fuser\u002Fpersistent-context",[],{"title":925,"path":926,"order":513,"children":927},"FlowFuse Project Nodes","\u002Fdocs\u002Fuser\u002Fprojectnodes",[],{"title":929,"path":930,"order":513,"children":931},"FlowFuse Tables","\u002Fdocs\u002Fuser\u002Fff-tables",[],{"title":933,"path":934,"order":513,"children":935},"Groups","\u002Fdocs\u002Fuser\u002Fdevice-groups",[],{"title":937,"path":938,"order":513,"children":939},"High Availability mode","\u002Fdocs\u002Fuser\u002Fhigh-availability",[],{"title":941,"path":942,"order":513,"children":943},"HTTP Access Tokens","\u002Fdocs\u002Fuser\u002Fhttp-access-tokens",[],{"title":945,"path":946,"order":513,"children":947},"Instance Settings","\u002Fdocs\u002Fuser\u002Finstance-settings",[],{"title":949,"path":950,"order":513,"children":951},"Logging","\u002Fdocs\u002Fuser\u002Flogs",[],{"title":953,"path":954,"order":513,"children":955},"Role-Based Access Control","\u002Fdocs\u002Fuser\u002Frole-based-access-control",[],{"title":957,"path":958,"order":513,"children":959},"Shared Team Library","\u002Fdocs\u002Fuser\u002Fshared-library",[],{"title":961,"path":962,"order":513,"children":963},"Snapshots","\u002Fdocs\u002Fuser\u002Fsnapshots",[],{"title":692,"path":965,"order":513,"children":966},"\u002Fdocs\u002Fuser\u002Fteambroker",[],{"title":968,"path":969,"order":513,"children":970},"Teams","\u002Fdocs\u002Fuser\u002Fteam",[],{"title":972,"path":973,"order":513,"children":974},"User Settings","\u002Fdocs\u002Fuser\u002Fuser-settings",[],1786546042647]