惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
雷峰网
雷峰网
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
腾讯CDC
T
Tailwind CSS Blog
A
About on SuperTechFans
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The GitHub Blog
The GitHub Blog
T
The Blog of Author Tim Ferriss
G
Google Developers Blog
The Cloudflare Blog
D
DataBreaches.Net
Recent Announcements
Recent Announcements
Engineering at Meta
Engineering at Meta
B
Blog
博客园 - 聂微东
阮一峰的网络日志
阮一峰的网络日志
月光博客
月光博客
博客园 - 司徒正美
MongoDB | Blog
MongoDB | Blog
Google DeepMind News
Google DeepMind News
Apple Machine Learning Research
Apple Machine Learning Research

Syncthing Community Forum - Latest posts

Ubiquiti (UniFi) CyberSecure - Suricata- reports false SyncThing Threat Light Terminal browser which displays the syncthing dashboard via ssh Any option to sync 500k small files in less than half a day? Syncthing sync intermittently and with very slow rate How to File Verson a Subfolder of a Synched Directory Failed to start Syncthing/SyncTrayzor Win11: Console is no-longer displayed when launching Syncthing Syncthing Ignore Pattern Visualizer Renaming/moving without block indexing The working set is too high, causing the computer to freeze Would connecting two OSX (Mac) devices via USB allow faster data transfer? How can I turn on the new continious watching for all my folder again? Messaging system based on Syncthing Alternative Web GUI for Syncthing (Angular + Material) SyncThing Android fork: SyncThing as messaging app Android --> PC uploading stuck at 99% Can't ignore root owned file Terramaster TOS7 broken? add a hint when folder edit "Too many symbolic links" but there aren't Collapse folder groups? How does Synchting handle symbolic links? Update to 2.1.1 but the update does not exist Disconnected (Inactive) - no route to host "Wi-Fi needs to be enabled" error on Android 16 / Realme UI 16 (Even though Wi-Fi is on) Custom file filtering/syncing Best practice Unraid + Android (without repeated DB crashes) Slow syncing and scanning without any visible reason .stignore: optional include Syncproblem: Several Windows<>Android
Two Syncthing instances on the same NAS using the same sh...
Vadorequest (Vadorequest) · 2026-06-05 · via Syncthing Community Forum - Latest posts

1

Hello,

I have a NAS running two separate Syncthing instances: one for me and one for my partner. Each instance has its own configuration, device list, ports, and folders. This works well for our personal folders.

We also have a common “Family” folder on the NAS. I am considering configuring both Syncthing instances on the NAS to point to the same physical folder path, for example:

Instance A / me       -> /volumeX/Family
Instance B / partner  -> /volumeX/Family

The idea is that my Syncthing instance would sync this folder with my own devices, while my partner’s Syncthing instance would sync the same NAS folder with her own devices. The two Syncthing instances would not share the same remote devices. (I sync this folder on my own computer and phone, and so she does on her own)

So effectively, the NAS folder would act as a shared local bridge between two separate Syncthing setups.

My questions are:

  1. Is this configuration supported or strongly discouraged?

  2. What are the risks if two Syncthing instances index and write to the same folder at the same time?

  3. Could this cause issues with .stfolder, .stignore, .stversions, conflict handling, or the internal Syncthing database?

  4. If we make sure that both users mostly write to separate subfolders inside the shared folder, does that reduce the risk in any way?

  5. Are there any specific settings that would make this safer, such as folder type, scan interval, filesystem watcher, versioning, ignore patterns, or permissions?

I understand that a cleaner approach might be to use a single Syncthing instance for the Family folder and connect both users’ devices to it. However, I am trying to avoid extra complexity on the client side and would prefer to keep each user’s Syncthing setup separate if possible.

I would appreciate feedback from people who know Syncthing internals or have run a similar setup.

Thanks!

calmh (Jakob Borg) 2

There’s nothing inherently problematic with this type of setup, it can work fine. Changes by one instance will be picked up as local changes by the other instance. Versioning can be enabled/disabled on either or both as you require.

The one actual “conflict” is for .stignore which you cannot have individual between the two instances, they will always need to use the same ignore patterns.