💡

Key Points

Key Takeaways

  • 1

    Own Your Data

  • 2

    Hardware: Mini PC equipped with Intel N100 (Beelink etc.) is optimal solution. Power consumption 6W, far higher performance than Raspberry Pi

  • 3

    OS: Just install StartOS (Start9) or UmbrelOS, server stands with App Store experience like smartphone

  • 4

    Services: Immich instead of Google Photos, Nextcloud instead of Dropbox, Nostr Relay instead of Twitter

  • 5

    Security: If use Tailscale, can access home server safely from outside without port opening

Introduction: The Cloud is Just Someone Else’s Computer

Convenient SaaS raises price someday, ends service someday, and BANs your account by changing terms someday. This is not conspiracy theory, but historical necessity.

In 2026, evolution of hardware (N100) and evolution of software (StartOS/Umbrel) crossed, Normal engineer became able to build “Digital life not relying on Google”.

1. Hardware: The N100 Revolution

Raspberry Pi is wonderful, but should buy Mini PC equipped with Intel N100 at current price. Because x86 architecture, compatibility of Docker container is perfect, and power saving.

Beelink Mini S12 Pro (Intel N100)

Equipped with 4 core CPU, 16GB memory, 500GB SSD in palm size chassis. 20,000 yen range with this. Consumption idle time 6W. Even if operated for 24 hours, electricity bill is several hundred yen per month.

2. OS: StartOS vs Umbrel

No need to docker-compose up on black screen (terminal). If install dedicated OS, can manage server with GUI like smartphone app.

項目 StartOS (Start9) UmbrelOS
Philosophy Sovereignty and Security UX and Beauty
Number of Apps Carefully selected Very many
Bitcoin Native integration One of apps
Tor connection Default Option

Immich (Google Photos Alternative)

Strongest photo management app. Backup photos taken with smartphone to home server in background, and perform face recognition and object recognition by AI locally. If search “Cat”, photo of your beloved cat comes out immediately. Without handing data to Google.

Nostr Relay (Freedom of Speech)

Let’s build your own relay of decentralized SNS “Nostr”. Your remark data is saved not in database of Twitter company but in SSD in your room. No one can censor or delete your remark.

Nextcloud (Dropbox Alternative)

File sharing, calendar, contact synchronization, task management. Can replace most functions of Google Workspace.

4. Access: Tailscale Magic

“Home server? Port opening and fixed IP are troublesome?” No, there is Tailscale.

If install Tailscale, connected as if home server is in “Same VPN” wherever you are in world. Can upload photos to home Immich safely from Cafe Wi-Fi. Setup time is 1 minute.

Deep Dive: The Magic of No-Port-Exposed with Cloudflare Tunnel

When exposing a home server to the outside, the biggest concern was the vulnerability caused by “opening ports on the home router.” With Cloudflare Tunnel, you can safely access it from the internet just by establishing an outbound connection from the server (mini PC) to the Cloudflare edge.

  • Since ports are physically closed, it can prevent direct scanning from the outside.
  • By combining it with Zero Trust Network Access (ZTNA), it is possible to add a layer of advanced authentication such as “only allowed Google accounts can log in to the home server.”

Deep Dive: The Magic of No-Port-Exposed with Cloudflare Tunnel

When exposing a home server to the outside, the biggest concern was the vulnerability caused by “opening ports on the home router.” With Cloudflare Tunnel, you can safely access it from the internet just by establishing an outbound connection from the server (mini PC) to the Cloudflare edge.

  • Since ports are physically closed, it can prevent direct scanning from the outside.
  • By combining it with Zero Trust Network Access (ZTNA), it is possible to add a layer of advanced authentication such as “only allowed Google accounts can log in to the home server.”

Conclusion: Backup to Freedom

No need to discard cloud completely. However, state “Cannot do anything if cloud disappears” is dangerous.

Blue LED shining quietly in corner of home. That is not just PC, but your “Fortress of Digital Sovereignty”.