# Node-red multi-server sync and/or deployment

**URL:** https://discourse.nodered.org/t/node-red-multi-server-sync-and-or-deployment/38392
**Category:** General
**Created:** [2 January 2021 11:22 UTC](https://discourse.nodered.org/t/node-red-multi-server-sync-and-or-deployment/38392 "2021-01-02T11:22:33Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mrSidX](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/mrsidx/32/18935_2.png) [@mrSidX](https://discourse.nodered.org/u/mrSidX)
#### Post date: [2 January 2021 11:22 UTC](https://discourse.nodered.org/t/node-red-multi-server-sync-and-or-deployment/38392/1 "2021-01-02T11:22:33Z")

</div>

I have multiple servers running the same flow...

Is there any good solutions to automating deployment or syncing and deploying changes from source server A, out to target servers B, C, D ... etc? Instead of manually `Export / Copy All Nodes` the code and `Import` into the other Node-red instances?

I imagine being able to `scp` a copy of the A server's Node-red flows file to overwrite (or somehow _ **version** _ out) the file into the other servers... but how would we "deploy" it without needing to restart Node-RED?

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [2 January 2021 13:53 UTC](https://discourse.nodered.org/t/node-red-multi-server-sync-and-or-deployment/38392/2 "2021-01-02T13:53:29Z")

</div>

the deploy is "just" an http POST - so you can post the new flow to the correct admin endpoint(s), and they will deploy and start.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [16 January 2021 13:53 UTC](https://discourse.nodered.org/t/node-red-multi-server-sync-and-or-deployment/38392/3 "2021-01-16T13:53:32Z")

</div>

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
