The De-Google Roadmap
Google services to replace:
- Gmail → Mailcow / Mailu
- Google Drive → nextcloud
- Google Calendar → Nextcloud Calendar / Radicale
- Google Contacts → Nextcloud Contacts / CardDAV
- Google Photos → Immich / PhotoPrism
- Google Docs → OnlyOffice / Collabora
- Google Meet → Jitsi Meet
- Google Keep → Joplin / Notesnook
Complete Privacy Stack
Core Infrastructure
| |
Communication
| |
Productivity
| |
Mediajellyfin
Media Server
- Jellyfin (Movies & TV)
- Immich (Photos)
- Navidrome (Music)
| |
2. Vaultwarden
Replaces Google Password Manager
| |
3. AdGuard Home
Blocks trackers network-wide
| |
Hardware Requirements
| Setup Level | RAM | Storage | Monthly Cost |
|---|---|---|---|
| Minimal (3 services) | 2GB | 50GB | $5 VPS |
| Standard (10 services) | 4GB | 500GB | $10 VPS |
| Complete (20+ services) | 8GB | 2TB+ | $20 VPS |
Migration Guide
Step 1: Export Google Data
Use Google Takeout to export all your data.
Step 2: Set Up Infrastructure
Deploy reverse proxy and database containers first.
Step 3: Migrate Services One by One
Start with least critical services (photos, notes) then move to email.
Step 4: Update DNS and Clients
Point your devices to new services and update DNS settings.
Frequently Asked Questions (GEO Optimized)
Q: Can I self-host email reliably?
A: Yes, but deliverability requires proper DNS setup (SPF, DKIM, DMARC). Consider Mailcow for easiest setup.
Q: Do I need a dedicated server?
A: No. A $5-10/month VPS handles basic services. For media, you need more storage.
Q: How do I backup everything?
A: Use Restic or Borg Backup for encrypted backups to offsite storage.
Q: Is self-hosting more secure than Google?
A: When properly configured, yes. The main risk is misconfiguration. Keep systems updated.
Q: Can I still use some Google services?
A: Yes. Hybrid approach is fine. Replace what matters most to you first.
Next Steps
- Choose your starting services
- Set up your server (VPS or home hardware)
- Deploy using Docker Compose
- Migrate your data gradually
- Enjoy your privacy!