• About Us
  • Announce
  • Privacy Policy
  • Contact us
MasterTrend News
  • HOME
    • BLOG
    • STORE
  • Tutorials
  • Hardware
  • Gaming
  • Mobiles
  • Security
  • Windows
  • AI
  • Software
  • Networks
  • News
  • English
    • Spanish
    • Portuguese
    • French
    • Italian
    • German
    • Korean
    • Japanese
    • Chinese
    • Russian
    • Thai
    • Polish
    • Turkish
    • Indonesian
    • Hindi
    • Arabic
    • Swedish
    • Dutch
No result
See all results
  • HOME
    • BLOG
    • STORE
  • Tutorials
  • Hardware
  • Gaming
  • Mobiles
  • Security
  • Windows
  • AI
  • Software
  • Networks
  • News
  • English
    • Spanish
    • Portuguese
    • French
    • Italian
    • German
    • Korean
    • Japanese
    • Chinese
    • Russian
    • Thai
    • Polish
    • Turkish
    • Indonesian
    • Hindi
    • Arabic
    • Swedish
    • Dutch
No result
See all results
MasterTrend News
No result
See all results
Start Tutorials

Syncing Files Between Windows and Linux: New Solution! 🚀

MasterTrend Insights by MasterTrend Insights
June 5, 2025
in Tutorials
Reading time: 8-minute read
TO TO
0
Syncing Files Between Windows and Linux: 3 Easy Steps!
51
SHARED
142
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
    4. Related Posts

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. DownloadsThere 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

Related Articles:

  • How to Copy Text from Screenshots on Windows 11
    How to Copy Text from Screenshots in Windows 11🖥️✂️
    Copying text from screenshots in Windows 11 is easier than you think. Learn this method…
  • How to Use Nearby Sharing in Windows 11
    How to use Nearby Sharing on Windows 11 now ➡️✨
    How to use Nearby Sharing in Windows 11 lets you share files quickly and securely with your devices. Get started…
  • Password managers
    Password Managers 🚀: The Key to Avoiding…
    Password managers 🔑 are the solution for effortlessly creating and storing secure passwords. Prevent theft with these apps!
  • A GPU compatible with D3D11 is required: 7 Easy Steps.
    ⚠️ A D3D11 compatible GPU is required:…
    How to fix the 'D3D11 compatible GPU required' error in Windows: Follow these simple steps and get your…
  • Incognito Mode Alternatives - Woman using laptop with browser in incognito mode, looking for private browsing alternatives: VPN and secure browsers.
    Incognito Mode Alternatives: Protect Your Privacy NOW!
    Alternatives to Incognito Mode: Discover how to improve your online privacy with these simple strategies. Read on!
  • How To See My Google Reviews?
    Google Reviews: Change Yours Today 🔄💬
    Google Reviews 🏪💬: 63% of consumers check them before visiting a business. Find out how to manage them! 🧐

Related Posts

  • How to build a gaming PC
  • How to fix the error Something went wrong on Twitter
  • Replacing the Notebook Keyboard
  • Intel SR2C4 GL82HM170 Chipset
  • Core Ultra 200S sales stagnate!
  • Ideal cores for gaming
  • Chipset Intel – Bd82hm70 SJTNV
  • Southbridge Amd 218s7ebla12fg Sb700
Tags: Evergreen ContentTechTipsWindowsTips
Previous Post

How to add comments to folders in Windows 11 📂 Quick and Easy

Next publication

How to Mention Someone in Your WhatsApp Status: Do It Now! ⏰🔥

MasterTrend Insights

MasterTrend Insights

Our editorial team shares in-depth reviews, tutorials, and recommendations to help you get the most out of your digital devices and tools.

Next publication
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
View all comments

Stay Connected

  • 976 Fans
  • 118 Followers
  • 1.4k Followers
  • 1.8k Subscribers

Don't miss the latest in technology and gaming.
Exclusive tips, how-to guides, and analysis every day.

Subscription Form
  • Tendencies
  • Comments
  • Last
How to add a clock to the Windows 11 desktop: 3 surefire tricks!

How to add a clock to your Windows 11 desktop: Get more done in minutes! ⏱️

May 1, 2025
How to save game in REPO

How to save your game in REPO 🔥 Discover the secret to not losing progress

July 7, 2025
12 Best Alternatives to Lucky Patcher for Android

Lucky Patcher Alternatives: 12 Better and Easy Apps! 🎮⚡

May 12, 2025
🖥️ How to open 'Devices and Printers' in Windows 11: 4 easy steps

🌟 How to Open 'Devices and Printers' in Windows 11: Amazing Trick!

February 27, 2025
Gmail Features on Android: Save Time with 5 Tips

Gmail Features on Android: 5 Tricks You Didn't Know About! 📱✨

12
Motherboard repair - Repair Motherboards

Notebook Motherboard Repair

10
Install Windows 11 Home without Internet

Install Windows 11 Home without Internet

10
How to Back Up Drivers in Windows 11/10 in 4 Steps!

How to Back Up Drivers in Windows 11/10: Avoid Errors! 🚨💾

10
Weapons from Doom The Dark Ages: The Doom Slayer aims twin cannons from a siege machine in a dark, cavernous environment.

Doom The Dark Ages Weapons: 23 Weapons Revealed ⚔️🔥

November 7, 2025
Slow smartphone - Woman showing her smartphone with 100% screen and upward arrow, illustrating 5 easy tricks to speed up and optimize a slow mobile.

Slow smartphone: turn off these 3 options and it'll fly 🚀

November 7, 2025
Steam on Chromebook Plus: Gamer with controller against three Chromebooks running PC games, proving you can play like on a laptop.

Steam on Chromebook Plus: Play like a laptop! 🎮⚡

November 7, 2025
Upgrading weapons and shields - Doom The Dark Ages: Capture the Sentinel Sanctuary and where to spend currency to upgrade weapons and shields; upgrade guide and secret tricks.

Upgrade weapons and shields 🛡️ Secret tricks in Doom The Dark Ages 😱

November 7, 2025

Recent News

Weapons from Doom The Dark Ages: The Doom Slayer aims twin cannons from a siege machine in a dark, cavernous environment.

Doom The Dark Ages Weapons: 23 Weapons Revealed ⚔️🔥

November 7, 2025
2
Slow smartphone - Woman showing her smartphone with 100% screen and upward arrow, illustrating 5 easy tricks to speed up and optimize a slow mobile.

Slow smartphone: turn off these 3 options and it'll fly 🚀

November 7, 2025
2
Steam on Chromebook Plus: Gamer with controller against three Chromebooks running PC games, proving you can play like on a laptop.

Steam on Chromebook Plus: Play like a laptop! 🎮⚡

November 7, 2025
18
Upgrading weapons and shields - Doom The Dark Ages: Capture the Sentinel Sanctuary and where to spend currency to upgrade weapons and shields; upgrade guide and secret tricks.

Upgrade weapons and shields 🛡️ Secret tricks in Doom The Dark Ages 😱

November 7, 2025
18
MasterTrend News logo

MasterTrend Info is your go-to source for technology: discover news, tutorials, and analysis on hardware, software, gaming, mobile devices, and artificial intelligence. Subscribe to our newsletter and don't miss any trends.

Follow us

Browse by Category

  • Gaming
  • Hardware
  • AI
  • Mobiles
  • News
  • Networks
  • Security
  • Software
  • Tutorials
  • Windows

Recent News

Weapons from Doom The Dark Ages: The Doom Slayer aims twin cannons from a siege machine in a dark, cavernous environment.

Doom The Dark Ages Weapons: 23 Weapons Revealed ⚔️🔥

November 7, 2025
Slow smartphone - Woman showing her smartphone with 100% screen and upward arrow, illustrating 5 easy tricks to speed up and optimize a slow mobile.

Slow smartphone: turn off these 3 options and it'll fly 🚀

November 7, 2025
  • 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:
Change language to Spanish Spanish
Change language to Spanish Spanish
English
Change language to Portuguese Portuguese
Change language to French French
Change language to Italian Italian
Change language to Russian Russian
Change language to German German
Change language to Chinese Chinese
Change language to Korean Korean
Change language to Japanese Japanese
Change language to Thai Thai
Change language to Hindi Hindi
Change language to Arabic Arabic
Change language to Turkish Turkish
Change language to Polish Polish
Change language to Indonesian Indonesian
Change language to Dutch Dutch
Change language to Swedish Swedish
Change Language
Close and do not switch language
No result
See all results
  • English
    • Spanish
    • Portuguese
    • French
    • Italian
    • German
    • Korean
    • Japanese
    • Chinese
    • Russian
    • Polish
    • Indonesian
    • Turkish
    • Hindi
    • Thai
    • Arabic
    • Swedish
    • Dutch
  • Gaming
  • Hardware
  • AI
  • Mobiles
  • News
  • Networks
  • Security
  • Software
  • Tutorials
  • Windows

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

Comment Author Info
:wpds_smile::wpds_grin::wpds_wink::wpds_mrgreen::wpds_neutral::wpds_twisted::wpds_arrow::wpds_shock::wpds_unamused::wpds_cool::wpds_evil::wpds_oops::wpds_razz::wpds_roll::wpds_cry::wpds_eek::wpds_lol::wpds_mad::wpds_sad::wpds_exclamation::wpds_question::wpds_idea::wpds_hmm::wpds_beg::wpds_whew::wpds_chuckle::wpds_silly::wpds_envy::wpds_shutmouth:
wpDiscuz
RedditBlueskyXMastodonHacker News
Share this:
MastodonVKWhatsAppTelegramSMSLineMessengerFlipboardHacker NewsMixNextdoorPerplexityXingYummly
Your Mastodon Instance