• About Us
  • Announce
  • Privacy Policy
  • Contact us
MasterTrend Info - Technology, News and Tutorials
  • HOME
    • BLOG
  • Tutorials
  • Hardware
  • Gaming
  • Mobile
  • Security
  • Windows
  • IA
  • Software
  • Networks
  • What's new
  • en_USEnglish
    • es_ESSpanish
    • pt_BRPortuguese
    • fr_FRFrench
    • it_ITItalian
    • de_DEGerman
    • ko_KRKorean
    • jaJapanese
    • zh_CNChinese
    • ru_RURussian
    • thThai
    • pl_PLPolish
    • tr_TRTurkish
    • id_IDIndonesian
    • hi_INHindi
    • arArabic
    • sv_SESwedish
    • nl_NLDutch
No result
See all results
  • HOME
    • BLOG
  • Tutorials
  • Hardware
  • Gaming
  • Mobile
  • Security
  • Windows
  • IA
  • Software
  • Networks
  • What's new
  • en_USEnglish
    • es_ESSpanish
    • pt_BRPortuguese
    • fr_FRFrench
    • it_ITItalian
    • de_DEGerman
    • ko_KRKorean
    • jaJapanese
    • zh_CNChinese
    • ru_RURussian
    • thThai
    • pl_PLPolish
    • tr_TRTurkish
    • id_IDIndonesian
    • hi_INHindi
    • arArabic
    • sv_SESwedish
    • nl_NLDutch
No result
See all results
MasterTrend Info - Technology, News and Tutorials
No result
See all results
Start Tutorials

Synchronizing Files between Windows and Linux: New Solution! ๐Ÿš€

MasterTrend Insights by MasterTrend Insights
June 5, 2025
in Tutorials
Reading time:8 min read
0
Syncing Files Between Windows and Linux: 3 Easy Steps!
129
SHARED
358
Views
Share on FacebookShare on Twitter

Contents

  1. Syncing Files Between Windows and Linux: 3 Easy Steps! ๐Ÿ”„
    1. Summary
  2. Why I chose Syncthing for file synchronization
  3. The only limitation you should know
  4. How to install and configure Syncthing
    1. Step 1: Install Syncthing on Windows and Linux
    2. Step 2: Connect your devices
    3. Step 3: Set up sync folders

Syncing Files Between Windows and Linux: 3 Easy Steps!
๐Ÿ”„

Summary

  • Seamlessly sync files between Windows and Linux without the cloud using Syncthing. ๐Ÿ’ป๐Ÿ”„
  • Install and configure Syncthing on Windows and Linux for secure file sharing. ๐Ÿ”
  • Syncthing requires both systems to be online for file sync to work. ๐ŸŒ

Tired of manually copying files between operating systems or relying on cloud storage? I'll tell you how I use Syncthing to sync. files seamlessly between my Windows and Linux machines, without compromising my privacy or dealing with storage limits. ๐Ÿš€

Why I chose Syncthing for file synchronization

If you are like me and regularly work in different operating systems, you know the pain of keeping files synchronized. After trying several solutions, I decided on Syncthing, a free, open-source, continuous file synchronization tool that creates a direct connection between your devices. ๐ŸŒŸ

What I like most about Syncthing is that there is no cloud storage involved. Your data is transferred directly between devices, which means you don't have to trust a third-party provider with your private files. Just your devices talking to each other in a secure manner. safe. ๐Ÿ”’

In my home setup, I have two PCs: my main machine which runs on a dual boot Windows and Garuda Linux, and an additional Ubuntu system for testing. Syncthing helps me effortlessly share files, especially screenshots, between my Windows and Ubuntu systems. I'll show you how to set it up. ๐Ÿ–ฑ๏ธ

The only limitation you should know

While Syncthing is fantastic, there is one catch: both systems must be running simultaneously for the sync to work. Since there's no buffer, Syncthing can't sync files if one of the devices is disconnected. So, if my Windows PC is on but my Ubuntu PC is off, the sync won't happen. That said, if both PCs are on at the same time, all changes will sync. ๐Ÿ”„

This limitation is a bigger problem for dual-boot setups. Since Windows and Linux are installed on the same system, you can't run both operating systems at the same time. This makes it impossible for Syncthing to sync between these devices. However, there's a very elegant solution to this: a simple USB flash drive. You can plug a USB flash drive into your PC, and when you boot into either operating system, it will read the flash drive and access the files. ๐Ÿ’พ

How to install and configure Syncthing

Installing and configuring Syncthing can be a bit tricky. Here's a step-by-step guide on how to get it working on your Windows and Linux devices. ๐Ÿ“‹

Step 1: Install Syncthing on Windows and Linux

First, let's get Syncthing working on Windows. To do this, visit the Syncthing website and go to the Settings menu. DischargesThere you'll find several download links. Ignore everything under the "Base Syncthing" option, as they require you to run a command-line instance for Syncthing to work. If you close the command line, Syncthing stops working, which I find inconvenient. ๐Ÿšซ

Syncthing download page.

Instead, download the Syncthing for Windows setup under the Integrations section. It will take you to a GitHub page where you can download the installation file for WindowsThis release installs a Start Syncthing app and a Stop Syncthing app on your system, making it easier to maintain the service. ๐ŸŽ‰

Download Syncthing for Windows configuration from GitHub.

Once downloaded, simply run the installation file and follow the installation wizard. During the process, it will first ask you to configure the port and address. If you are unsure, you can leave the default setting. Then, check the options โ€œStart Syncthing automatically at loginโ€ and โ€œStart Syncthing after installation.โ€ Finally, click โ€œYesโ€ in Create Windows firewall rule for Syncthing; otherwise, it won't work. ๐Ÿ”ง

Once installed, open your browser and, assuming you didn't change the default address and ports, paste this address into your address bar:

http://127.0.0.1:8384/

This will open the Syncthing web interface, where you can manage your sync settings. ๐ŸŒ

Syncthing web interface on Windows PC after a fresh installation.

I'll share how to configure the settings in the next section. For now, let's Install Syncthing on Linux. This should be fairly straightforward, as many Linux distributions include Syncthing in their repositories. For Ubuntu users, it's as simple as opening a terminal and running:

sudo apt install syncthing

After installation, you'll find two new applications: Syncthing WebUI and Start Syncthing in the Ubuntu Applications view. Open Start Syncthing first, then access Syncthing WebUI. A browser window will open showing the same interface you saw in Windows. ๐ŸŒ

Step 2: Connect your devices

Now comes the fun part: linking your Windows and Linux systems. I'll start with the Windows device as an example. ๐Ÿ”—

First, open the Syncthing WebUI by visiting the URL:

http://127.0.0.1:8384/

Now, in the top right corner, click Actions > Show ID. This will show you the device ID for your Syncthing on Windows. ๐Ÿ“ฒ

Getting the device ID for Syncthing.

Now switch to the Linux machine and open Syncthing. Click โ€œAdd Remote Deviceโ€ in the bottom right corner and enter the device ID of the remote device. Windows. Give it a memorable and easily identifiable name, and click โ€œSave.โ€

Option to add remote device in Syncthing.

The Syncthing instance on Windows should now display a request to pair the Linux PC. Accept the request, give the Linux PC a recognizable name (this can be different from the PC name), and click "Save." ๐Ÿ“

Connection request from Ubuntu Syncthing to Windows Syncthing.

That's it! Now your PCs with Windows and Linux are connectedYou can verify the connection by checking the "Connected" symbol in the Remote Device section of any interface. If there are any connection issues, it should also appear here.

Step 3: Set up sync folders

Simply connecting the devices doesn't automatically sync your files; you need to tell Syncthing which folders to sync. By default, Syncthing creates a Default Folder for syncing. On Windows, it's located at:

C:\Users\{username}\Sync

While on Linux, you can find it here:

/home/{username}/Sync

Syncing is paused for the Default Folder, but you can easily enable it. Just click the "Edit" button, go to the "Sharing" tab, select the device you want to sync with, and click Save. This should trigger a sharing request on the other device. Accept, and both devices will now be synced. If you add or remove any data (files or folders) from one of the folders, it will appear in the other synced folder. ๐Ÿ“‚

That said, if you don't want to use the Default Folder, you can also set up a custom folder for syncing. To do this, click "Add Folder" and add the path to the folder you want to share. You'll also need to give it a Folder ID, which should be the same on all synced devices. There's also a Folder Label field. You can enter anything you want here; it's meant to help you identify the folder. ๐Ÿ› ๏ธ

Add new folder as sync folder in Syncthing.

Syncthing has transformed the way I share files between my Windows and Linux systemsWhile it's not perfect and requires both systems to be online to sync, it's still my preferred solution for its security, simplicity, and lack of reliance on cloud storage. ๐ŸŒˆ

Share this:
6FacebookLinkedInPinterestXRedditTumblrBlueskyThreadsShareChatGPTClaudeGoogle AIGrok
6
SHARES
Tags: EvergreenContentTechtipsWindowsTips
Previous Publication

How to add comments to folders in Windows 11 ๐Ÿ“‚ Quick and Easy

next post

How to Mention Someone in Your WhatsApp Status: Do It Now! โฐ๐Ÿ”ฅ

MasterTrend Insights

MasterTrend Insights

Our editorial team shares a deep-dive analysis, tutorials and recommendations for getting the most out of your devices and digital tools.

RelatedPublications

WiFi Calling on iPhone. Woman showing on an iPhone the WiFi Calling option enabled in settings, guide on how to enable and use WiFi Calling on iPhone step by step.
Tutorials

WiFi Calling on iPhone: how to enable and use it

April 26, 2026
150
Advanced on-screen TV settings with brightness, contrast, sharpness, color, motion flow and HDR tone mapping configuration on a 4K UHD TV displaying a cinematic scene in high definition.
Tutorials

Advanced TV settings: what to change and what to avoid

April 7, 2026
247
iPhone call forwarding activated from settings, showing the โ€œCall Forwardingโ€ option enabled on the mobile phone screen.
Tutorials

iPhone call forwarding: how to activate and use it

April 27, 2026
222
Actual charging speed on your Android phone shown in a charging meter app with amperage and battery status on screen, while a woman holds the smartphone in a technology store.
Tutorials

Actual Loading Speed โ€‹โ€‹on Your Android Phone

February 22, 2026
174
Accidental Echo Activation - Woman annoyed by the accidental activation of Alexa on an Amazon Echo speaker in a domestic living room.
Tutorials

Accidental activation of Echo on Amazon speakers

February 9, 2026
179
PNG to PDF Methods - Illustration of methods to convert PNG files to PDF, showing PNG and PDF icons with a conversion arrow between both formats.
Tutorials

PNG to PDF conversion methods: A comparison to help you choose in Windows 11

April 27, 2026
302
next post
How to mention someone in your WhatsApp status: 6 easy steps

How to Mention Someone in Your WhatsApp Status: Do It Now! โฐ๐Ÿ”ฅ

5 1 vote
Article Rating
Subscribe
Access
Notify of
guest
guest
0 Comments
Oldest
Newest Most voted
Online Comments
See all comments

Stay Connected

  • 976 Fans
  • 118 Followers
  • 1.4 k Followers
  • 1.8 k Subscribers
  • Trends
  • Comments
  • Last
๐Ÿ–ฅ๏ธ How to open 'Devices and printers' in Windows 11: 4 simple steps

๐ŸŒŸ How to open โ€˜Devices and printersโ€™ in Windows 11: ยกAmazing trick!

April 28, 2026
Windows 11 Persistent Clock

Windows 11 Persistent Clock: Options, Limits, and Real Decisions

April 28, 2026
Ethernet not working in Windows 11: 9 easy tricks

Ethernet not working in Windows 11: 3-minute solution โšก๐ŸŒ

13 November 2025
How to save game in REPO

How to save game in REPO ๐Ÿ”ฅ Discover the secret to not losing progress

7 July 2025
Features of Gmail on Android: Save time with 5 tips

Features of Gmail in Android: you 5 tricks you did not know! ๐Ÿ“ฑโœจ

12
Repair of motherboards - Repair MotherBoards

Repair of motherboards of Laptops

10
Install Windows 11 Home without Internet

Install Windows 11 Home without Internet

10
How to backup drivers in Windows 11/10 in 4 steps!

How to backup drivers in Windows 11/10 It Prevents errors! ๐Ÿšจ๐Ÿ’พ

10
AMD UDNA architecture for PS6 and Xbox Next, detail of next-generation GPU chip with advanced design for high-performance gaming consoles.

UDNA architecture in PS6 and Xbox Next: more than just numbers

4 de May de 2026
FBC Firebreak Weapons: Unlock and Priorities - Tactical operators with shotguns and flamethrowers in combat surrounded by fire in intense video game scene.

FBC Firebreak Weapons: Unlocking and Priorities

May 3, 2026
Strategy Heroes Olden Era: White-haired warrior heroine making key decisions in an epic fantasy battle that change the course of the game.

Heroes Olden Era Strategy: Game-Changing Decisions

May 3, 2026
Shoring Up Defenses in Arc Raiders: real strategy with player in desert facing enemy drones in intense sci-fi tactical battle.

Shoring Up Defenses in Arc Raiders: Royal Strategy

May 3, 2026

Recent News

AMD UDNA architecture for PS6 and Xbox Next, detail of next-generation GPU chip with advanced design for high-performance gaming consoles.

UDNA architecture in PS6 and Xbox Next: more than just numbers

4 de May de 2026
111
FBC Firebreak Weapons: Unlock and Priorities - Tactical operators with shotguns and flamethrowers in combat surrounded by fire in intense video game scene.

FBC Firebreak Weapons: Unlocking and Priorities

May 3, 2026
101
Strategy Heroes Olden Era: White-haired warrior heroine making key decisions in an epic fantasy battle that change the course of the game.

Heroes Olden Era Strategy: Game-Changing Decisions

May 3, 2026
142
Shoring Up Defenses in Arc Raiders: real strategy with player in desert facing enemy drones in intense sci-fi tactical battle.

Shoring Up Defenses in Arc Raiders: Royal Strategy

May 3, 2026
105
MasterTrend Info logo

MasterTrend Info is your source of reference in technology: discover news, tutorials, and analysis of hardware, software, gaming, mobile, and artificial intelligence. Subscribe to our newsletter and don't miss any trend.

Follow us

Browse by Category

  • Gaming
  • Hardware
  • IA
  • Mobile
  • What's new
  • Networks
  • Security
  • Software
  • Tutorials
  • Windows

Recent News

AMD UDNA architecture for PS6 and Xbox Next, detail of next-generation GPU chip with advanced design for high-performance gaming consoles.

UDNA architecture in PS6 and Xbox Next: more than just numbers

4 de May de 2026
FBC Firebreak Weapons: Unlock and Priorities - Tactical operators with shotguns and flamethrowers in combat surrounded by fire in intense video game scene.

FBC Firebreak Weapons: Unlocking and Priorities

May 3, 2026
  • About Us
  • Announce
  • Privacy Policy
  • Contact us

Copyright ยฉ 2025 https://mastertrend.info/ - All rights reserved. All trademarks are property of their respective owners.

We've detected you might be speaking a different language. Do you want to change to:
es_ES Spanish
es_ES Spanish
en_US English
pt_BR Portuguese
fr_FR French
it_IT Italian
ru_RU Russian
de_DE German
zh_CN Chinese
ko_KR Korean
ja Japanese
th Thai
hi_IN Hindi
ar Arabic
tr_TR Turkish
pl_PL Polish
id_ID Indonesian
nl_NL Dutch
sv_SE Swedish
Change Language
Close and do not switch language
No result
See all results
  • en_USEnglish
    • es_ESSpanish
    • pt_BRPortuguese
    • fr_FRFrench
    • it_ITItalian
    • de_DEGerman
    • ko_KRKorean
    • jaJapanese
    • zh_CNChinese
    • ru_RURussian
    • pl_PLPolish
    • id_IDIndonesian
    • tr_TRTurkish
    • hi_INHindi
    • thThai
    • arArabic
    • sv_SESwedish
    • nl_NLDutch
  • Gaming
  • Hardware
  • IA
  • Mobile
  • What's new
  • Networks
  • Security
  • Software
  • Tutorials
  • Windows

Copyright ยฉ 2025 https://mastertrend.info/ - All rights reserved. All trademarks are property of their respective owners.

wpDiscuz
RedditBlueskyXMastodonHacker News
Share this:
MastodonVKWhatsAppTelegramSMSLineMessengerFlipboardHacker NewsMixNextdoorPerplexityXingYummly
Your Mastodon Instance