What is the default folder for Syncthing Windows?

On Windows, the default folder used by Syncthing to store shared or synchronized files is usually:

C:\Users\<YourUsername>\Sync

So, for example, if your Windows username is Ali, the default folder would be:

C:\Users\Ali\Sync

This folder is created automatically when Syncthing is first set up, unless you specify a different path during folder creation in the Syncthing UI.

If you want to confirm or change it:

  1. Open the Syncthing web UI (usually at http://localhost:8384).

  2. Check the “Folder Path” listed under each shared folder.

  3. You can click Edit on any folder to change the path.

Change the Default Folder Path in Syncthing (Windows)

  1. Open Syncthing Web UI:
    Go to http://localhost:8384 in your browser.

  2. Locate your shared folder (usually named Default Folder or similar).

  3. Click the Edit (🖉) icon next to it.

  4. In the Folder Path field, replace:

    C:\Users\<YourUsername>\Sync
    

    with your desired path, e.g.:

    D:\MySyncthingData
  5. Click Save.

  6. Syncthing may ask to re-scan or confirm the move — proceed accordingly.

Run Syncthing as a Windows Service

This allows Syncthing to start at boot, even before login.

Step 1: Install NSSM (Non-Sucking Service Manager)

NSSM is a tool to install any app as a Windows service.

  1. Download from: https://nssm.cc/download

  2. Extract it somewhere, e.g., C:\nssm

Step 2: Set Up Syncthing as a Service

  1. Open Command Prompt as Administrator.

  2. Run:

    C:\nssm\nssm.exe install Syncthing
    
  3. In the window that appears:

    • Path: Browse to syncthing.exe (usually in C:\Users\<YourUsername>\AppData\Local\Programs\Syncthing\syncthing.exe)

    • Startup directory: Set to the same folder as above

    • Arguments: leave blank

  4. Click Install service.

  5. Now start the service:

    net start Syncthing
    

Syncthing will now run in the background after every reboot, without needing a user to log in.

Share:

More Posts

Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments