Self-Hosted Photo & Video Management
(Sovereign Cloud – Private Google Photos Replacement)
Goal: Automatically back up photos & videos from your phone(s), organize them beautifully, search by people/places/objects, create albums and timelines — without Google, Apple, or any third-party seeing your memories.
The Clear Winner in 2026: Immich
Immich has become the de-facto standard for self-hosted photo management in 2025–2026.
| Aspect | Immich (2026 reality) | Nextcloud Memories / Photos | Photoprism | LibrePhotos |
|---|---|---|---|---|
| Mobile auto-upload | Excellent (Android + iOS) | Good | Good | Fair |
| Face recognition | Very good → excellent (improving fast) | Basic | Good | Good |
| Object / scene detection | Yes | No | Yes | Yes |
| Timeline / calendar view | Beautiful & fast | Decent | Good | Decent |
| Map view | Yes (with reverse geocoding) | Partial | Yes | Yes |
| Albums & sharing | Excellent (public links, collaborative albums) | Good | Good | Fair |
| Video support | Very good (thumbnails, playback, metadata) | Basic | Good | Fair |
| Live Photos / Motion Photos | Supported | Partial | Partial | No |
| Search quality | Very strong (AI + metadata) | Basic | Good | Good |
| Resource usage (light–medium family) | 1–3 GB RAM + decent CPU | 500 MB–2 GB | 1–2 GB | 1–2 GB |
| Docker / easy install | ★★★★★ | ★★★★☆ | ★★★★☆ | ★★★☆☆ |
Verdict: Immich is currently far ahead in user experience, mobile reliability, and modern features — most sovereign users who try it do not go back.
Recommended Setup: Immich + Nextcloud (Hybrid – Most Popular)
Why combine them?
- Nextcloud = reliable file sync + auto-upload infrastructure
- Immich = smart photo viewer, AI organization, fast browsing
Most common architecture (2026)
- Phone → Nextcloud mobile app auto-uploads photos & videos
→ keeps your original folder structure, handles offline queuing, reliable on both Android & iOS
- Nextcloud photos folder is mounted read-only into Immich as an External Library
- Immich scans, indexes, runs machine learning (faces, objects, places), generates thumbnails
- You browse / search / create albums in Immich — never in Nextcloud Photos
Benefits
- No duplication of original files
- Nextcloud handles versioning & general file access
- Immich gives you Google Photos–level intelligence & beauty
Minimalist Alternative: Immich Standalone
If you don’t already run Nextcloud or want to keep things ultra-simple:
- Phone → Immich mobile app (direct upload)
- Immich handles everything: backup, organization, sharing
- Very clean and focused
Trade-off: You lose Nextcloud’s broader file-sync features, WebDAV, desktop client ecosystem, and easy folder organization.
Quick Resource Reality Check
| Setup | Recommended Specs | Storage (after 3–5 years) | Monthly VPS cost (EU) |
|---|---|---|---|
| Immich standalone | 2–4 GB RAM, 2–4 vCPU | 300 GB – 1.5 TB | ~5–10 $ |
| Immich + Nextcloud | 4–8 GB RAM total | same + Nextcloud files | ~6–12 $ |
| Database & thumbnails | ~10–30% of raw photo size | — | — |
Very Quick Start (Docker + Immich)
```bash
Example docker-compose (simplified)
version: '3.8' services: immich-server: image: ghcr.io/immich-app/immich-server:release # ... ports, volumes, environment ... immich-machine-learning: image: ghcr.io/immich-app/immich-machine-learning:release # ... GPU if you have it ... postgres: image: tensorchord/pgvecto-rs:pg14-v0.2.0 redis: image: redis:6-alpine ```
(Full official guide: https://immich.app/docs/install/docker-compose)
Backup Reminder
Photos are usually your most irreplaceable data. → Include Immich’s database + upload folder in your Borg / Restic daily backups to the 2 TB home SSD → Consider monthly encrypted off-site copy (Hetzner Storage Box / Backblaze B2)
Bottom line for 2026
→ Immich is the go-to choice for private photo management → Pair it with Nextcloud if you want reliable uploads + general file sync → Or run it standalone if photos are your main priority
Get your memories back under your control — and enjoy a nicer interface than Google Photos ever was.
Happy preserving!