[{"data":1,"prerenderedAt":100},["ShallowReactive",2],{"seo-verification":3,"marketplace-app-en-immich":6},{"google":4,"bing":5},"EycwPY2XMyTkVzas3n1ygeNJFGAH513qrMjfDljzsMQ","",{"slug":7,"name":8,"description":9,"phase":10,"docsUrl":11,"logo":12,"github":13,"tagline":14,"longDescription":15,"features":16,"useCases":23,"steps":33,"faq":49,"specs":68,"compatibleOs":78,"relatedApps":80,"relatedPosts":96,"category":97},"immich","Immich","Self-hosted photo and video backup for your whole family — a full Google Photos alternative with native iOS\u002FAndroid apps, automatic mobile upload, face recognition and AI search, all on infrastructure you control.",1,"https:\u002F\u002Fservorbit.com\u002Fblog\u002Fself-host-immich-vps","https:\u002F\u002Fcdn.jsdelivr.net\u002Fgh\u002Fselfhst\u002Ficons\u002Fsvg\u002Fimmich.svg","https:\u002F\u002Fgithub.com\u002Fimmich-app\u002Fimmich","Self-hosted photo and video backup — a private, full-featured Google Photos alternative with native mobile apps, running on infrastructure you own.","Immich is an open-source, self-hosted photo and video management platform built to replace Google Photos, iCloud and Amazon Photos. Its native iOS and Android apps automatically back up every photo and video you take the moment you are on Wi-Fi — the same background upload experience as the big cloud providers, except the files land on your own VPS instead of a US datacentre.\n\nDeployed on a ServOrbit VPS, Immich gives your household or team unlimited storage bounded only by your disk, a fast web timeline with map and album views, and on-device-quality AI features — face recognition that groups people automatically, object and scene detection, and natural-language search (\"beach sunset 2024\") — all computed locally by the bundled machine-learning container. No per-gigabyte subscription, no USD billing, no third party scanning your family photos. Immich is heavy by design (the AI model container is the resource-hungry part), so it is best run on a VPS with at least 4 GB of RAM, ideally 6-8 GB once machine learning is enabled.",[17,18,19,20,21,22],"Native iOS and Android apps with automatic background backup of photos and videos — the Google Photos experience, on your own server","Local AI: face recognition, object\u002Fscene detection and natural-language smart search, all computed on-box by the machine-learning container (no cloud, no third-party scanning)","Fast web timeline with albums, shared albums, a map view of geotagged media, favourites and a memories feature","Multi-user with per-user libraries and quotas — one Immich instance for the whole family or a small team","RAW, live photos, motion photos, 360° and video support with automatic thumbnail and preview generation","AGPL-3.0, fully self-hosted, no telemetry required and no per-gigabyte subscription — storage is bounded only by your VPS disk",[24,27,30],{"title":25,"body":26},"Private family photo cloud","Install the Immich app on every phone in the household, point it at your VPS, and every new photo backs up automatically over Wi-Fi. Create one user per family member, share albums between them, and browse the whole library from the web — a complete Google Photos replacement where the files never leave a server you control.",{"title":28,"body":29},"Ditch the Google Photos \u002F iCloud subscription","Stop paying a monthly USD fee that scales with your storage. A single fixed-cost VPS with a large disk holds tens of thousands of photos, and you can grow the volume when you need to. Immich imports your existing Google Takeout \u002F iCloud export so you can migrate your entire history in one pass.",{"title":31,"body":32},"Local AI search without sending photos to the cloud","Immich's machine-learning container runs face recognition and CLIP-based smart search on your own VPS. Type \"passport\", \"whiteboard\" or \"my daughter at the beach\" and get results in seconds — the models run locally, so your private images are never uploaded to a third-party AI service for indexing.",[34,37,40,43,46],{"title":35,"body":36},"Order a VPS","Pick a ServOrbit VPS with at least 4 GB RAM (6-8 GB recommended once machine learning is active) and generous disk for your photo library. Ubuntu 22.04, Docker pre-installed by the provisioner. The immich-machine-learning container is the heavy part — on a strict 2-4 GB box you can drop it and keep upload, albums and browsing.",{"title":38,"body":39},"Deploy the Immich stack","The provisioner brings up four containers with Docker Compose: immich-server (the web app and API on port 2283), immich-machine-learning (local AI), a valkey (Redis) cache, and a pinned pgvector-enabled Postgres for the search index. Set a strong DB_PASSWORD before the first boot — it initialises the database and cannot be changed afterwards without a reset.",{"title":41,"body":42},"Open the web app and create the admin account","Browse to http:\u002F\u002F\u003Cyour-vps-ip>:2283. On first launch Immich shows a setup wizard: create the admin user, then add additional users (one per family member) from the admin panel. Everything is served from a single port, so a reverse proxy is optional at this stage.",{"title":44,"body":45},"Install the mobile app and start backing up","Install Immich from the App Store or Google Play, enter your server URL (http:\u002F\u002F\u003Cyour-vps-ip>:2283 or your domain) and log in. Enable automatic backup and choose which albums to sync. From now on every photo and video you take uploads to your VPS in the background over Wi-Fi.",{"title":47,"body":48},"Add a domain and HTTPS (recommended)","Immich works fine on IP:2283, but for a clean experience put it behind a reverse proxy with a domain and TLS — e.g. Caddy: `photos.yourdomain.com { reverse_proxy localhost:2283 }`. Point the DNS A record at your VPS first. A domain also makes the mobile app URL stable and enables secure HTTPS uploads from outside your network.",[50,53,56,59,62,65],{"q":51,"a":52},"Is Immich really a full Google Photos alternative?","Yes. Immich covers the core Google Photos experience end to end: native iOS and Android apps with automatic background backup, a web and mobile timeline, albums and shared albums, a map view, memories, face recognition and natural-language smart search. The key difference is that every photo and video lives on your own VPS instead of a cloud provider's servers, with no per-gigabyte subscription.",{"q":54,"a":55},"How much RAM does Immich need?","The project's stated minimum is 6 GB, with 8 GB recommended, mainly because of the machine-learning container that powers face recognition and smart search. It runs on a 4 GB VPS in practice, and you can even run it on 2-4 GB by disabling the machine-learning service — upload, albums, browsing and manual search keep working, you just lose the AI features. The AI container also needs an x86-64-v2 CPU (most CPUs from ~2012 onward).",{"q":57,"a":58},"Do I need a domain name to use Immich?","No. Immich is reachable on port 2283 via your server's IP address, and the mobile apps accept a raw http:\u002F\u002F\u003Cip>:2283 server URL. A domain with HTTPS is strongly recommended for real use, though — it gives you a stable server URL for the apps and encrypts uploads from outside your home network. Put a Caddy or Nginx reverse proxy in front to get an automatic Let's Encrypt certificate.",{"q":60,"a":61},"Why does Immich use a special Postgres image?","Immich stores search and face-recognition vectors directly in Postgres using the VectorChord \u002F pgvecto.rs extension, so it ships a purpose-built Postgres image (ghcr.io\u002Fimmich-app\u002Fpostgres) with that extension pre-installed. You cannot swap in a plain postgres image — the pinned Immich database image is required for smart search and face grouping to work.",{"q":63,"a":64},"Can I migrate my existing Google Photos or iCloud library into Immich?","Yes. Export your library with Google Takeout or from iCloud, then import it into Immich — either with the official immich-go CLI tool (which understands Google Takeout structure, including album membership and metadata) or via the web uploader. Once imported, Immich re-runs thumbnail generation, face recognition and smart-search indexing over your whole history.",{"q":66,"a":67},"Is my data private with Immich?","Completely. Immich is AGPL-3.0 open source, self-hosted, and the machine-learning features run locally on your VPS — your photos are never sent to a third-party AI service for indexing. There is no mandatory telemetry. You own the disk, the backups and the retention policy, which is the whole point of running it on infrastructure you control rather than a US cloud provider.",{"ram":69,"cpu":70,"stack":71,"port":77},"4 GB (6-8 GB recommended)","2 vCPU",[72,73,74,75,76],"Docker","Node.js","Python (ML)","PostgreSQL pgvector","Valkey\u002FRedis","2283",[79],"ubuntu-24.04",[81,90],{"name":82,"slug":83,"categorySlug":84,"categoryName":85,"categoryColor":86,"logo":87,"tagline":88,"description":89},"Nextcloud","nextcloud","collaboration","Collaboration & Productivity","text-indigo-400 bg-indigo-500\u002F10","https:\u002F\u002Fcdn.simpleicons.org\u002Fnextcloud","Private team cloud — files, calendars, contacts and collaboration on your own infrastructure.","Storage, sharing and team collaboration. Your files, calendars and contacts on your own infrastructure.",{"name":91,"slug":92,"categorySlug":84,"categoryName":85,"categoryColor":86,"logo":93,"tagline":94,"description":95},"Docmost","docmost","https:\u002F\u002Favatars.githubusercontent.com\u002Fu\u002F157234190","Self-hosted team wiki with real-time collaboration — open-source Notion and Confluence alternative.","Open-source collaborative wiki and documentation platform — real-time editing, nested pages and built-in diagramming. Self-hosted alternative to Notion and Confluence.",[],{"key":84,"slug":84,"name":85,"objective":98,"icon":99,"color":86},"Share information and collaborate.","collab",1785714045618]