SparkBox / Guides / Leave Google Photos without being technical

How to Leave Google Photos If You're Not a Technical Person

Most people don't leave Google Photos because they love it. They stay because the photos are precious, the monthly bill is easy to ignore, and "moving them somewhere else" sounds like the kind of project that ends with a missing photo of your kid's first birthday. That fear is fair — but it's based on the old, hard way of doing this. This guide is the calm version. You won't write any code, you won't touch Linux, and you won't move your only copy of anything. By the end you'll have your photos in a library that lives on hardware you own, backs up your phone automatically just like Google did, and never sends another bill or scans your memories for ads.

Tested on: a UGREEN DXP4800 Plus running SparkBox v1.6.210, with the same flow verified on a $7/month Hostinger VPS. No prior terminal, Linux, or Docker experience assumed.

1. Why this feels scarier than it is

Leaving Google Photos sounds like surgery on your most important files. In reality it's closer to copying a folder. The thing that makes it feel dangerous is that the old guides are written for people who already run servers — they open with command lines and assume you know what a "container" is, so by paragraph three you've decided it's not for you.

Here's the reframe that helps: at no point in this process do you delete anything from Google. Your photos stay exactly where they are, untouched, the entire time. What you're doing is setting up a second home for them and copying them into it. Only once you've seen them all safely in the new place — weeks later, if you like — do you even think about turning off Google. There's no leap, no point of no return. It's add-first, remove-later.

2. What you're actually replacing Google Photos with

The app most people land on is called Immich (say it "ih-mitch"). It's free, and it's built to feel like Google Photos on purpose: a clean timeline of your pictures, a phone app that auto-uploads new photos in the background, search that actually finds things, and face grouping so you can tap a person and see every photo of them. The big difference is where it lives — not on Google's computers, but on a small box in your home (or a cheap rented one) that belongs to you.

You don't install Immich the hard way. You install a free tool called SparkBox, which is a friendly dashboard for running apps like this. In SparkBox, getting Immich is one click on a tile — SparkBox handles all the technical setup behind that click, so you never see a config file or a command. If you've ever installed an app on your phone, you already have the skill for this.

Plain-English glossary, once: a NAS is a little always-on storage box for your home (UGREEN and Synology make popular ones). A VPS is the same idea but rented online for a few dollars a month. Either one can be the new home for your photos — pick whichever you already have or find cheapest.

3. What you need (and what you don't)

You need three things, and that's the whole list:

What you don't need: any coding, any Linux knowledge, a static IP, or a degree in networking. You also don't need a powerful machine — though if you want the fancy face-recognition feature, a little extra memory helps (the people who built Immich suggest 4 GB or more of RAM for that part, and it's optional, so don't sweat it if you're tight).

4. Getting your own photo app running

This is the only moment that involves a single typed line, and we walk you through it so it isn't a leap of faith. On your machine's terminal window — your NAS, VPS, or laptop all have one, you just open it — you paste this one line, once:

curl https://get.tomsparkbox.com/install.sh | sudo bash

That line downloads and starts SparkBox. It takes about 5–10 minutes, mostly waiting, and when it's done it prints a link that looks like http://192.168.1.10:8443 — your box's address followed by :8443. You open that link in your browser and you're looking at the SparkBox dashboard. After this, you can close the terminal and you're done with typing for good.

If even that one line makes you nervous, that's normal and worth respecting — our no-terminal walkthrough reads that exact command apart word by word so you can see there's nothing hidden in it. And if you don't own a machine to run any of this on yet, the absolute-beginner guide covers the cheapest ways to get one.

Once the dashboard is open, finding Immich is the easy part:

  1. In the SparkBox dashboard, find the Immich tile.
  2. Click Install and wait while the tile shows it's working. Behind that click, SparkBox sets up everything Immich needs — the photo server, the search engine, the database — so you don't have to know any of those pieces exist.
  3. Click Launch. Immich opens in your browser on its own address (it runs on port 2283, which SparkBox wires up for you).

5. Making your account and turning on phone backup

The first time you open Immich, it asks you to register. This is the one detail worth knowing: the very first person who registers automatically becomes the admin — the owner of this library — so make sure that first account is yours, with an email and password you'll remember. There's no default login to look up; you simply create it.

Now the part that makes Immich feel like Google Photos again — automatic phone backup:

  1. Install the Immich app on your phone from the App Store or Google Play.
  2. Open it and, when it asks for a server address, give it the same Immich address you used in your browser. Log in with the account you just made.
  3. Turn on automatic backup and pick which albums to include (most people just pick "Camera").

From that moment on, every new photo and video you take uploads to your own library quietly in the background — exactly the habit Google Photos gave you, just pointed at hardware you own. You can stop here and let new memories flow in, and bring the old ones over whenever you have time. There's no rush.

6. Bringing your old Google photos over

Your years of existing photos live in your Google account, and Google gives you an official way to download them all called Google Takeout. This is the part people dread, so let's make it small and concrete:

  1. Go to takeout.google.com, sign in, and choose to export only Google Photos (untick everything else so you're not downloading your whole Google life).
  2. Ask for the download. Google emails you when it's ready — for a big library this can take a few hours or even a day, which is normal. You'll get one or more large zip files.
  3. Unzip them on your computer. Inside you'll find your actual photo and video files, sorted into folders.
  4. In the Immich web page, use its upload button to add those files, or use Immich's "upload from folder" helper to point it at the unzipped folder. Immich reads the date each photo was taken and slots it into your timeline in the right place.

This last step is the slowest, because you're moving a lot of files, but it's not hard — it's mostly waiting while a progress bar climbs. You can do it in batches across several evenings. Nothing breaks if you stop halfway and finish later.

One real Google Takeout quirk to know: Takeout sometimes stores a photo's date in a separate little file next to it rather than inside the photo. If a few pictures land on today's date instead of their real one, that's why — and it's a known Takeout thing, not a mistake you made. Immich handles the vast majority correctly; the stragglers can be nudged later, and there are free helper tools for it if you ever care to.

7. "But what if I lose a photo?" — the honest safety part

This is the fear underneath all of it, so here's the straight answer instead of "don't worry." You're protected by a simple rule: don't delete from Google until you've confirmed everything is in the new place. Through this whole process, Google still holds the original copy of every photo. The export doesn't remove anything from Google — it just makes you a copy. So even in the worst case where the new library hiccups, your pictures are still sitting safely in Google exactly as before.

Once your photos are in Immich and you've clicked around and confirmed they're really there, you have a second thing to think about: now your box holds the only "owned" copy, so it deserves a backup of its own — the same way Google was effectively your backup before. SparkBox can store an encrypted copy of your library off-site so a dead hard drive can't wipe your memories. Our phone-photo backup guide walks that part in plain language. The short version: have two copies before you ever delete the Google one, and you can't get burned.

8. What's genuinely different from Google (the trade-offs)

We'd rather tell you the catches up front than have you discover them annoyed. Here's the honest list:

That's the real trade: a little more ownership and a one-time setup, in exchange for never renting access to your own memories again and never having them scanned for advertising. If face grouping and smart search matter to you, you keep those too — Immich does both, on your hardware, with no extra fee. The private face-recognition guide goes deeper on that feature if it's the part you'd miss most.

9. Where to start

The whole journey, start to finish:

  1. Pick a machine to be the new home: a NAS you own, a $7/month VPS, or an old laptop.
  2. Paste the one install command from section 4 once, then open the dashboard link.
  3. Click Install on the Immich tile, then Launch, and register the first account (it becomes the owner — make it yours).
  4. Put the Immich app on your phone and turn on automatic backup, so new photos start flowing in.
  5. Export your old photos from Google Takeout and upload them into Immich at your own pace.
  6. Set up one off-site backup, confirm everything's there, and only then consider winding down Google.

None of those steps requires you to be technical. They require you to be patient with the import and careful with the "two copies before you delete anything" rule — and that's it. You'll end up with the same daily experience Google gave you, running on something you own, with the bill gone.

Next steps

Your photos, on hardware you own.

SparkBox installs Immich — a private, Google-Photos-style library with auto phone backup, face grouping, and smart search — as a one-click tile, no config files and no commands. It's free and open. The only line you type is the one that installs the dashboard.

Get SparkBox → See the full Immich setup →

About this guide: Written and tested by the SparkBox team on a UGREEN DXP4800 Plus and a $7/month Hostinger VPS, both running SparkBox v1.6.210. The install command, the one-click Immich tile, and the phone-backup flow are exactly what you'll see. If something doesn't match, tell us on YouTube or post in d/sparkbox.