
In 2025, we live in a world where almost every service – from email and calendar to file storage and even our journals – is run by someone else, stored on someone else’s servers, governed by someone else’s terms of service. Big Tech has normalized it. Most users don't even ask where their data lives.
But among all this convenience and delegation, a quiet movement continues, the so called self-hosting.
Running your own services, on your own hardware, under your control.
Some call it old-school and waste of time. Others call it paranoid and mania. But if you ask those of us who've tried it, there’s something deeply normal in human sense about owning your digital home.
Something that inspires and gives you energy to be against the flow, feels good.
But anyways,
Why Bother Self-Hosting?
1. You Own Your Data
It’s not locked in a black-box “cloud” with no export button. When you run your own email server, Nextcloud, or RSS reader, the data lives on your disk, not theirs.
2. You Learn More About "the Stack" and get better insight on software
Spinning up a VPS and running a full LAMP/LEMP stack teaches you more than any AWS console ever will. You learn:
- How DNS, SMTP, TLS actually work
- Systemd, firewalls, fail2ban
- Troubleshooting logs, performance, backups
You’re not clicking buttons—you’re building.
3. Privacy by Design embedded
Even with GDPR and privacy policies, hosted services scan your data, log metadata, and track usage. With self-hosted services, your metadata isn’t leaked. There’s no hidden analytics tracking when you log into your calendar.
4. Resilience & Independence in the more and more dependent world
When a cloud service goes down (remember Gmail outages? GitHub DDoS attacks?), your digital life halts.
Self-hosters can:
- Access data even when offline
- Control redundancy and backups
- Choose their own update cycles
5. It’s a Form of Digital Homesteading
You can think of the cloud as the urban city- efficient, busy, and surveilled. Self-hosting is the countryside. It’s quieter, harder, but it's yours.
“A home server is not just a computer. It’s a statement: I choose to build, not just consume.”
What Can You Realistically Self-Host in 2025?
Thanks to maturing open source projects, you can run nearly everything yourself with minimal resources. Below some examples:
| Service Type | Recommended Self-Hosted Option |
|---|---|
| | Mailcow, Postfix + Dovecot |
| Cloud Storage | Nextcloud / OwnCloud |
| RSS Reader | FreshRSS, Miniflux |
| VPN | WireGuard, PiVPN |
| Git Repos | Gitea, Forgejo |
| Notes | Joplin Server, Standard Notes |
| Password Manager | |
| Monitoring | Uptime Kuma, Prometheus + Grafana |
| Media Server | Jellyfin |
You can run most of these on:
- A Raspberry Pi
- A low-end VPS (~$5/month)
- A home NAS or old laptop with Linux
Security: Not Optional
Let’s be honest: self-hosting adds responsibility. You become the sysadmin. That means:
- Keeping software up to date
- Setting up TLS with Let’s Encrypt
- Hardening SSH, using fail2ban
- Setting up backups—ideally offsite
But that’s not a burden—it’s a privilege. When you’re in control, you get to choose how secure, private, and robust your system is.
You’re not trusting a SaaS company’s security—you become the security.
Well of course the down side of it is things, can often become so complex and big that you cannot manage it yourself and you have to find a sysadmin buddy to help you maintain your thing
or even hire someone to help you.
A Philosophical Note: Against Digital Apathy that rules sysadmin minds
Most people have accepted a world where they can’t even host their own blog without five different cloud accounts. But it wasn’t always like this. The early internet was filled with homepages, shell accounts, FTP servers, personal IRC bots.
In that spirit, self-hosting is not just about tech—it’s about reclaiming agency.
It’s a quiet rebellion. A return to DIY computing. A form of digital asceticism that resists the consumerist mindset of “pay someone else to do everything.”
Like growing your own food, even if it’s harder, it makes you more alive.
How to Start Today
If you’re curious about self-hosting, here’s a no-fear path:
-
Start small – Host a local file server or wiki.
-
Use Docker – Tools like Portainer or Yacht simplify managing containers.
-
Use a domain – Get a
.netor.orgdomain and point it to your IP. -
Set up a reverse proxy – Like Nginx or Traefik, for managing HTTPS and access.
-
Don’t host what you don’t understand – Learn before you expose things to the internet.
Final Words
In 2025, it’s easy to feel like everything is owned, managed, and decided by corporations. But it doesn’t have to be.
Self-hosting isn’t dead—it’s rising quietly. In homelabs, in student dorms, in off-grid locations. It’s how many of us reclaim computing not just as a tool, but as a craft. Something we shape. Something we own.




