// LAYER 2 OF 3

Service Control

"The cloud" is just someone else's computer. Your passwords, photos, emails, documents, notes — they all live on Google's servers. Google reads them. Google trains AI on them. Google profits from them. And if Google decides to lock your account one day, all of it disappears.

Based on: PewDiePie's "I de-Googled my life"

Why Services Matter

Layer 1 was about your OS — the software running on your machine. Layer 2 is about everything off your machine. Every time you save a file to Google Drive, send a Gmail, store a password in Chrome, or take a photo that auto-uploads to Google Photos — you're handing your data to a corporation that makes money by knowing everything about you.

PewDiePie's approach was brutally simple: if you can replace a Google service with something you host yourself, you should. Not because self-hosting is easy (it's not), but because the alternative is trusting a company that has been fined billions for privacy violations and still hasn't changed.

The goal isn't perfection. PewDiePie himself still uses YouTube ("I literally can't escape") and admits Google Maps is still the best navigation app. The goal is to own what you can and be conscious of what you're trading for the rest.

PewDiePie's Self-Hosted Stack

Here's what PewDiePie actually replaced Google with — and the pain level of each.

Vaultwarden

Replaces: Google Password Manager / Chrome passwords

A self-hosted Bitwarden-compatible password manager. All your passwords live on your own server instead of Google's. The Bitwarden apps work seamlessly with it across all devices.

Pain level: HIGH. PewDiePie stared at a "spinny circle" for two days trying to get this working. Two. Days. It was the hardest part of his entire de-Google journey. But once it works, it works beautifully.

Nextcloud

Replaces: Google Drive / Google Photos

Your own cloud storage. Upload files, sync photos, share documents — all on hardware you control. It even has a Google Docs-like collaborative editor (though it's not as polished).

Pain level: Medium. Easier to set up than Vaultwarden, but you need to think about storage space and backups.

File Browser

Replaces: Google Drive (simple file access)

A lightweight web-based file manager for your server. Less feature-heavy than Nextcloud, but perfect for quick access to files without the overhead. Think of it as a simple, fast file explorer in your browser.

Pain level: Low. One of the easiest self-hosted apps to set up.

Joplin

Replaces: Google Keep / Google Docs (notes)

An open-source note-taking app with Markdown support, sync, and encryption. PewDiePie self-hosts the sync server. One catch — Joplin's server needs an x86 processor, so he runs it on his Steam Deck server, not his Raspberry Pi (which uses ARM). This is the kind of gotcha you'll hit with self-hosting.

Pain level: Medium. The app itself is great. The self-hosted sync server has architecture requirements that might surprise you.

Self-Hosted Email

Replaces: Gmail

The nuclear option. Running your own email server means Google can't read your emails or use them for ad targeting. It also means you're responsible for spam filtering, deliverability, backups, and uptime. PewDiePie did it. Most people recommend a privacy-focused provider like ProtonMail or Tuta instead.

Pain level: VERY HIGH. Self-hosted email is a meme in the self-hosting community for a reason. Consider ProtonMail as a sane middle ground.

GrapheneOS

Replaces: Stock Android (Google's phone OS)

A privacy-focused Android fork that runs on Pixel phones. PewDiePie flashed it on a Pixel 9. No Google Play Services by default — you can optionally sandbox them for apps that require it. The phone works normally, just without Google watching everything you do.

Pain level: Medium. The flash process is straightforward. Learning to live without certain Google-dependent apps takes adjustment.

Kodi

Replaces: Google TV / Chromecast

An open-source media center. PewDiePie uses it to replace Google TV, which tracks everything you watch and serves you targeted ads on your own television. Kodi just plays your media without the surveillance.

Pain level: Low. Install it, point it at your media, done.

What Is Self-Hosting?

Self-hosting means running services on hardware you own and control. Instead of your passwords living on Google's servers, they live on a Raspberry Pi in your closet or a VPS (Virtual Private Server) you rent. Instead of Google reading your files, they sit on your own Nextcloud instance.

You can self-host on a Raspberry Pi ($35-80), an old laptop, or a VPS from a provider like Hostinger (which PewDiePie sponsors — take that for what it's worth). The key is: you decide what runs, you decide who has access, and if you want to delete your data, it's actually deleted — not "deleted" in the way Google means it (which is "we'll keep it for 60 days and also in our backups forever").

It's more work. It's more responsibility. But it's yours.

Honest Downsides

De-Googling is not a smooth ride. Here's what PewDiePie hit — and what you'll hit too.

X

The Vaultwarden Spinny Circle of Doom

PewDiePie spent two entire days staring at a loading spinner trying to get Vaultwarden running. Two days. For a password manager. Self-hosting has moments like this where you question every life decision that led you here. The community is helpful, but you will hit walls that take hours to debug.

X

Google Maps Is Still King

PewDiePie tried an open-source alternative to Google Maps and was 30 minutes late to where he was going. Thirty minutes. OpenStreetMap-based navigation has gotten better, but in many regions it's still noticeably worse than Google Maps. Some people keep Google Maps as their one exception. That's okay.

X

YouTube: The Inescapable One

"I literally can't escape." PewDiePie still uses YouTube. His career is on YouTube. Most creators he watches are on YouTube. There's no real open-source alternative with the same content library. You can use frontends like Invidious or FreeTube to reduce tracking, but the content still comes from Google's servers. This is the one service where the best answer is damage control, not replacement.

X

Architecture Gotchas

PewDiePie couldn't run Joplin's sync server on his Raspberry Pi because it requires x86 and the Pi uses ARM. These kinds of compatibility issues come up constantly in self-hosting. Always check if the software you want supports your hardware before committing to a setup.

X

You're the IT Department Now

When Google goes down, you complain on Twitter and wait. When your self-hosted setup goes down, you fix it. At 2 AM. Because your password manager is offline and you can't log into anything. Backups become your responsibility. Uptime becomes your responsibility. Security updates become your responsibility.