Best apps for cutting cloud subscriptions with self-hosting

Reading through a card statement and finding twelve small charges for services you barely use is a familiar feeling in 2026. A used mini PC and a weekend of setup can retire most of them. We picked eight self-hosted apps that each replace a recurring bill for a lot of households: cloud storage, photo backup, media streaming, password sync, document management, home automation, music, and container operations. None require a datacenter. All run on a $200 box in a closet.

What to look for in a self-hosted replacement

Not every open-source project is ready to be someone’s daily driver. The apps below share the same handful of properties, which is why they show up on nearly every list of realistic self-hosting starter kits.

Quick comparison

App Replaces Free plan Starting price for a hosted equivalent Standout feature
Nextcloud Dropbox, Google Drive Yes About $12 per user monthly on Dropbox Full office suite plus storage
Immich iCloud Photos, Google Photos Yes $2.99 monthly for iCloud 200 GB Face and location grouping
Jellyfin Netflix’s owned-content story Yes Netflix at $17.99 monthly Free client on every TV
Vaultwarden 1Password, LastPass Yes $2.99 monthly for 1Password Bitwarden clients out of the box
Paperless-ngx Evernote scanning tier Yes About $15 monthly for Evernote OCR and searchable archive
Home Assistant SmartThings paid tier Yes Not applicable Runs cloud-optional integrations
Navidrome Spotify, Apple Music (your library) Yes $10.99 monthly for Spotify Subsonic API for many clients
Portainer Docker Cloud, hosted PaaS Yes $199 annually for the business tier Container ops from a browser

The apps

1. Nextcloud — best for retiring Dropbox and Google Drive

Nextcloud is the closest thing self-hosting has to a mainstream productivity suite. File sync across desktop, mobile, and web works out of the box, and the app ecosystem adds calendars, contacts, notes, and collaborative documents through the Collabora or OnlyOffice integrations. The desktop client behaves the way Dropbox users expect.

Where it falls short: External sharing outside your Nextcloud circle depends on your domain being reachable, which means TLS and DNS work. Performance on very large libraries is fine but not effortless.

Platforms: Linux, Windows, macOS server. Clients for every platform.

Pricing: Free. Nextcloud GmbH sells support contracts.

Download: nextcloud.com

Bottom line: Start here if the goal is replacing a shared drive for a family or small team.

2. Immich — best for photo backup off Apple and Google

Immich got serious in 2025 and is now one of the fastest-improving self-hosted projects. The mobile client backs up new photos automatically, the web timeline scrolls smoothly across tens of thousands of images, and the machine learning pieces (face, object, and location search) run locally on the server.

Where it falls short: Face grouping quality still trails Google Photos. Small tablets used as viewers can stutter on very long timelines.

Platforms: Docker on any host with modest RAM. Client apps for iOS and Android.

Pricing: Free, AGPL-3.0.

Download: immich.app

Bottom line: The most convincing replacement for iCloud Photos and Google Photos, provided you already own storage.

3. Jellyfin — best for a personal media library

Jellyfin streams the movies, shows, and music you actually own to a TV, phone, or browser. The clients are free, there is no telemetry, and the transcoding pipeline handles hardware acceleration on Intel Quick Sync and NVENC without paid plugins.

Where it falls short: Metadata scrapers are less pretty than Plex’s out of the box. Live TV plus DVR takes tuning.

Platforms: Linux, Windows, macOS server. Clients for TVs, mobile, and web.

Pricing: Free, GPL-2.0.

Download: jellyfin.org

Bottom line: If the point is to stop paying rent on media you already bought, Jellyfin is the answer.

4. Vaultwarden — best password manager for a family plan

Vaultwarden is a compatible Bitwarden server rewritten for tiny hardware. Point the official Bitwarden apps at your server and you get password sync, 2FA seed storage, and family sharing with zero client changes. A Raspberry Pi handles a household without breathing hard.

Where it falls short: You now own key recovery. If you lose the server and the local encrypted vaults, the passwords are gone.

Platforms: Docker on Linux, Windows, macOS. Clients across every platform.

Pricing: Free, AGPL-3.0.

Download: github.com/dani-garcia/vaultwarden

Bottom line: The cheapest way to give a family five accounts of secure password sharing.

5. Paperless-ngx — best for retiring paper and paid scanning tiers

Paperless-ngx ingests documents from a scanner or a watched folder, runs OCR, applies tags, and turns a shoebox of receipts into a searchable archive. Filtering by year, tag, or correspondent works in milliseconds even on years of statements.

Where it falls short: Setup is more involved than the average self-hosted app. Tag rules take a few weeks to get right.

Platforms: Docker on any host. No official mobile app, but web works on tablets.

Pricing: Free, GPL-3.0.

Download: docs.paperless-ngx.com

Bottom line: The best replacement for Evernote’s scanning workflow, once you accept the initial setup.

6. Home Assistant — best for smart-home automation without cloud vendors

Home Assistant owns the self-hosted smart home space in 2026. Every major protocol works locally through it: Zigbee, Z-Wave, Matter, Thread, and a long tail of integrations that would otherwise phone home. Cloud outages at big smart-home vendors are increasingly other people’s problem when your automations live on your own box.

Where it falls short: Voice control still involves stitching pieces together. Every new dashboard release invites a small yak shave.

Platforms: Runs on Raspberry Pi, x86, or a VM. Companion apps for iOS and Android.

Pricing: Free. The Nabu Casa cloud is an optional $6.50 monthly for remote access.

Download: home-assistant.io

Bottom line: The first thing to install on a self-hosting server if any part of your home is smart.

7. Navidrome — best for a personal music library

Navidrome hosts your music collection and speaks the Subsonic API, which is the closest thing streaming has to a lingua franca. Any Subsonic client (Symfonium, Feishin, Sonixd, and a dozen others) becomes your player. It is lean enough to run alongside a dozen other services on a Pi 5.

Where it falls short: No radio-mode discovery of new music. Playlist smart rules are simple compared to what Roon offers.

Platforms: Docker or a static binary on Linux, macOS, Windows.

Pricing: Free, GPL-3.0.

Download: navidrome.org

Bottom line: If your Spotify library is mostly your own ripped or purchased files, Navidrome plus a Subsonic client is a full replacement.

8. Portainer — best for keeping the whole stack running

Portainer is not itself a subscription killer. It is the tool that keeps the eight or ten services above deployable and observable from a browser. Container templates, stack files, and role-based access make it the practical control plane for a home lab that a partner or roommate also touches.

Where it falls short: The free tier caps some enterprise features. Docker Compose purists will find nothing here they cannot do at the command line.

Platforms: Runs anywhere Docker or Kubernetes runs.

Pricing: Free Community Edition. Business Edition is $199 per node yearly.

Download: portainer.io

Bottom line: The glue that keeps a subscription-cutting home lab from becoming a hobby.

How to pick the right stack

FAQ

How much hardware do I need to self-host all of this? A modern mini PC with 16 GB of RAM and a 1 TB SSD runs the entire list comfortably. Raspberry Pi 5 users can run all but the largest media library.

What is the biggest hidden cost of self-hosting? Backups. A local RAID protects against a dead drive, not fire or ransomware. Budget for an offsite copy, either on a cheap object-storage provider or a second box at a family member’s house.

Do these projects still update as fast as commercial competitors? Immich, Home Assistant, and Jellyfin ship monthly. Nextcloud and Vaultwarden are on a slower cadence but stable. The commercial gap has narrowed sharply since 2024.

What happens when I go on holiday and the server goes down? This is the real risk of self-hosting. Uninterruptible power, boring hardware, and a written recovery note taped to the box handle almost all of it.

Which subscription should I cancel first? Cloud storage. Nextcloud replaces the paid tier of Dropbox or Google Drive quickly, and you feel the savings immediately.

Is self-hosting worth it if I only cancel two subscriptions? Two years of a $10 subscription pays for a used mini PC. The payoff curve gets steeper with each service you add.