📂 Replace Dropbox, iCloud & OneDrive for $0 Forever

:herb: Three Cloud Bills Replaced by One Free Open-Source Tool

Cancel three monthly cloud bills with one open-source tool. Your files. Your devices. Your rules.

One free install replaces three monthly subscriptions. No account. No login. No company holding a copy of your files. Your phone and your laptop just talk to each other directly — like two friends passing a USB stick, except instant and over the internet.

If you can drag a folder, you can do this. Zero terminal. Zero coding. Zero “I’ll figure it out later.”


📂 What Syncthing Actually Does (In Plain Words)

Pick a folder on your laptop. Pick a folder on your phone. Tell Syncthing they’re partners. Done — they now mirror each other forever.

Add a photo on your phone → it shows up on your laptop seconds later. Edit a doc on your laptop → your tablet has the new version before you close the lid. No upload button. No “syncing 1 of 47 files.” It just happens.

What you do What happens
Drop a file in the folder Every paired device gets the same file
Edit on one device The change appears everywhere, automatically
Delete by accident Versioning keeps a backup if you switched it on
Lose Wi-Fi for an hour Devices catch up the second you reconnect

:light_bulb: Think of it as: Google Drive’s auto-sync, except Google never sees a single byte of your stuff.

:link: Get it: syncthing.net — pick your platform, install, done.

🚫 Why This Is Different From Dropbox & Friends

Every cloud company on earth pulls the same trick: your file goes to their server first, then to your other device. That detour is where they charge you, scan you, and (one day) get hacked.

Syncthing skips the detour entirely. Your devices call each other direct — like two phones on speakerphone, no operator listening in.

The cloud guys Syncthing
File goes to their server, then to you Phone → laptop. Direct.
Storage costs them money → bills you Lives on hardware you already own
Account required (and trackable) No account exists to track
Can shut down / raise prices / leak Nothing to shut down — it’s just your devices
Reads your filenames for “indexing” Files travel in sealed envelopes between your own gear

:light_bulb: No central server means: no court order can grab it, no breach can leak it, no Tuesday morning can suddenly cost $9.99/month.

🔒 The Privacy Stuff — Translated For Humans

The official site uses three big words. Here they are in normal English:

TLS encrypted. Every transfer travels in a sealed envelope. Anyone watching the wire — the café Wi-Fi, your ISP, your sketchy neighbour with Wireshark — sees scrambled noise.

Perfect forward secrecy. Each envelope uses a fresh, throwaway key. Even if someone steals tomorrow’s key, they still can’t open yesterday’s mail. The keys don’t stack — they evaporate.

Cryptographic certificate. Every device has a unique fingerprint ID. You add a new phone by literally approving its fingerprint — no random stranger can sneak in pretending to be your laptop.

:light_bulb: Translation: same level of “nobody can read this” your bank uses for online transfers — except you didn’t have to fill out a form to get it.

📲 What Devices It Runs On
Platform Status
Windows Native app, free
macOS Native app, free
Linux Native app, free (most distros have it in their package manager)
Android Native app — F-Droid + Play Store
FreeBSD / OpenBSD / Solaris Yes, really — they ported it everywhere
iPhone / iPad No free native app. Möbius Sync is the paid third-party route

Run it on your home server, your old laptop, your phone, your work computer — they all sync to each other, no service in the middle.

:light_bulb: Old laptop in a drawer? Wipe it, install Linux Mint + Syncthing, plug it in at home — congratulations, you just built a personal cloud server.

🚀 How To Actually Start (5-Minute Version)

Step 1 — Download for both your devices. Grab it from syncthing.net. Pick your platform. Install like any other app.

Step 2 — Open it on Device A. It pops a tab in your browser. That tab IS the control panel — boring-looking, but everything happens there.

Step 3 — Open it on Device B. Same thing. Same browser tab look.

Step 4 — Pair them. On Device A, hit Add Remote Device. It shows you a long ID (a code that says “this is me”). Copy it. Paste it on Device B. Click approve on both ends. They now know each other.

Step 5 — Share a folder. Right-click any folder on Device A → tell Syncthing “share this with Device B.” Device B asks “do you want it?” → yes. Done. They sync from this second forward.

:light_bulb: First-time hiccup: if devices don’t see each other right away, give it 30–60 seconds — they’re discovering each other across the internet, not magic. If they STILL can’t find each other, your router is being shy about UPnP (the “auto-door-opener” feature most routers have on by default). Worst case, you flip one switch in the router admin page. That’s the entire troubleshooting story for 95% of people.

💡 Real Things People Actually Use This For

Not “use cases” — actual setups people run today:

  • Phone camera roll → home laptop, automatically. Stop emailing yourself photos.
  • Backup the work laptop to the home PC. Set the home PC to “receive only” — it gets your stuff, but nothing on the home PC ever gets pushed to work.
  • Sync notes / Obsidian vault across every device. No subscription, no “couldn’t reach the cloud” errors on a flight.
  • Move 200 GB of video between your machines without touching a USB stick or paying for a tier upgrade.
  • Run a tiny home file server on a Raspberry Pi. Every device in the house syncs to it. The Pi never goes down. You never lose a file.
  • Share a project folder with a friend. They get every update the second you save. No Dropbox seat.

:high_voltage: Quick Hits

Want Do
:bullseye: Free Dropbox replacement → Install Syncthing on every device, share one folder
:briefcase: Work laptop → home PC backup → Pair them, set home PC to “receive only”
:camera_with_flash: Phone photos auto-save to laptop → Android app auto-syncs your DCIM folder
:shield: Cloud-grade privacy with zero cloud → Default behaviour. Nothing to configure.
:house: Build a home cloud from an old laptop → Wipe it, install Linux + Syncthing, pair everything

One install. Your devices. Your files. Your rules. 100% open-source — and no company on earth can shut it down.

9 Likes

syncthing is only half of what onedrive, dropbox and icloud, and gdrive etc offers.

This is not a “Replacement”

Plus you must know how to open ports on the router of the device. Otherwise it goes thru syncthing servers.

2 Likes

@UberBoy you’re touching something real and I want to give you the better version of it. Quick map first — then click into whichever bit you want.

Your point Verdict
“Only half of what cloud offers” :white_check_mark: Mostly fair — gaps named below
“Not a replacement” :counterclockwise_arrows_button: Depends who — see closer
“Goes thru Syncthing servers” privacy worry :repeat_button: Real concern, just renamed
“Must open ports on the router” :warning: Folklore for most, sharp for CGNAT
🚪 The relay claim — flipping it slightly (this one's a gift to you)

The relay can’t read your files. They’re TLS-encrypted between your two devices end-to-end; the relay just forwards opaque blocks — same trust model as a router forwarding your bank traffic.

What the relay can see is your IP, your device ID, and how much data flows between which devices. Quoting Syncthing’s own docs:

“…the relay knows your IP and device ID… The relay operator can see the amount of traffic flowing between devices.”

That’s a metadata graph — and your instinct was right to sniff at it. Just a different leak than “they have your stuff.”

:light_bulb: The bigger privacy footnote nobody mentions: the global discovery server is on by default, hosted personally by the lead dev, and it announces your device-ID-to-IP mapping every 30 minutes whether you’re using a relay or not. That’s the more interesting privacy detail, and my OP post handwaved it.

📡 Port forwarding — 2015 folklore vs 2025 reality

For the typical home setup, this isn’t a real step:

Setup What you actually need to do
Phone ↔ laptop on same Wi-Fi Nothing. mDNS broadcast — same trick your printer uses to show up in the print dialog. No internet involved.
Two devices, normal home router Nothing. UPnP (the auto-door-opener feature) has been on by default since ~2008. Syncthing handles it silently.
Two devices, weird router with UPnP off One toggle in router admin, or live with relay speeds.
CGNAT user Real problem — see next section.

The “you must open ports” warning is true for maybe 5–10% of home users. For everyone else it’s folklore from 2015-era tutorials still ranking on Google.

🚦 Where you're sharply right — CGNAT + the 2025 fix nobody mentions

Apartment-shared IPs · T-Mobile US fixed wireless · Indian Jio · most dense-urban Asian/South-American ISPs — these put you behind carrier-grade NAT. Your router isn’t the boundary; the carrier’s NAT is. UPnP can’t reach. You stay relay-only forever, and speeds suffer.

The fix nobody’s putting in the comparison blogs: Tailscale + Syncthing.

  • Install Tailscale (free for ≤3 users / 100 devices)
  • Each device gets a fixed 100.64.x.x address that works through any NAT
  • Bind Syncthing to listen on that Tailscale IP
  • → Direct connection, every time, every network. No router ever touched.

Step-by-step recipe from a CGNAT-bound author: XDA — “Syncthing + Tailscale gave me the private cloud experience I always wanted Dropbox to be” (Nov 2025).

:light_bulb: This closes the half of your concern that genuinely lands. Tailscale is the missing layer my OP post should have flagged.

📱 The iOS caveat I should have put in the OP post

If you have an iPhone, this is where the OP was overpromising and you were quiet-right.

The only iOS option is paid Möbius Sync, and it’s restricted by Apple’s background-execution rules. Quoting Möbius’s own FAQ:

“Möbius Sync can only connect to other devices whilst the app is open, for a short time thereafter, and whenever it is triggered to run briefly in the background… It may take 24 hours to start to sync but you can expect a total of 1-2h of sync activity per day once stable.”

Translation: ~1–2 hours of sync activity per day. Not always-on like Dropbox. The App Store reviews are full of people who tried and gave up. Plus Apple sandboxes everything: photos and videos aren’t files in iOS, so you can’t directly replace iCloud Photos at all.

Platform Honest verdict as a Dropbox/iCloud replacement
Linux / Mac / Windows :white_check_mark: Yes (with the metadata caveats above)
Android (via Syncthing-Fork) :white_check_mark: Yes
iPhone / iPad (via Möbius) :warning: Partial fit — not always-on, no Photos sync

Honest version: for most people on Wi-Fi at home, Syncthing replaces ~90% of what they actually use cloud sync for. For CGNAT users, Tailscale is the missing layer. For iPhone-primary users, it’s a partial fit at best.

Appreciate the correction — sound fair?

3 Likes