this post was submitted on 22 Oct 2025
16 points (100.0% liked)

Selfhosted

52618 readers
2842 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

A couple of weeks ago I spat the dummy with windows and shifted to Linux. I think I am now ready to drink the coolaid.

What I have available currently is an ISP router and a decade-old gaming PC with a failing hdd that used to host games. I also have some budget to spare so that I can set things up nicely or in a way that I can add on it in the future.

Here are my goals are in order:

  1. Proper onsite and maybe offsite backups - my migration to Linux illustrated gaps and I expect in the future I will run VMs that should be backed up
  2. Home security cameras (Which I don't own yet)
  3. Replacing something like onedrive. I expect this will be NextCloud
  4. Yarr. Sonarr/radarr/jellyfin
  5. Hosting game servers
  6. Block adverts and maintaining privacy
  7. Improve the latency of my steam link to my TV via chromecast
  8. Hosting webscraping and analysis of data off some local websites
  9. Maybe set up some some smart home automation things
  10. I'd like to get solar power and monitor how the whole setup is doing.
  11. Self host my bit warden
  12. I dunno, backup Wikipedia or something. Give me ideas

So where would you recommend I start off with hardware? Simply replace the old pc hdd or look to having a NAS? A better router to handle VLAN? Go all in with Ubiquiti products which I have heard mixed things about? About the only thing I know is that a UPS would be a waste for an aspiring enthusiast like myself.

Any advice or pointing me at wikis or other resources would be greatly appreciated.

top 16 comments
sorted by: hot top controversial new old
[–] tofu@lemmy.nocturnal.garden 8 points 1 week ago (3 children)

Don't buy anything yet! Except the HDD maybe. Use what you already have to tinker with things and try different setups.

A common OS people use is Proxmox, it's free and you can easily create VMs. You'll come across Docker/Containers sooner or later and you can easily test them in a VM.

Play around, figure out what you need and how you want to set it up, and only then get the necessary hardware.

[–] mmmac@lemmy.zip 3 points 1 week ago* (last edited 1 week ago) (1 children)
[–] President@sh.itjust.works 2 points 1 week ago

Thanks for the resource!

[–] Hominine@lemmy.world 3 points 1 week ago (2 children)

Plus one for ProxMox, I love that software so much. I am a container person though, and put my containers in containers. Containers all the way down until I am put in a container.

[–] CarbonatedPastaSauce@lemmy.world 3 points 1 week ago (1 children)

It sounds like you’re having trouble containing yourself.

[–] President@sh.itjust.works 2 points 1 week ago* (last edited 1 week ago)

Hahah, yeah re-reading it I can see where you're coming from. I probably should have been clearer on only the first three being ones I want to get going first. Everything else can come later.

Edit: and the penny just dropped you were making a pun... 😅

[–] President@sh.itjust.works 2 points 1 week ago

I've had some fun with portainer managing docker containers before, but Proxmox sounds like it takes it to the next level!

[–] President@sh.itjust.works 2 points 1 week ago (1 children)

Great advice!

I have decided to go with just the new hdd as you've suggested to get that pc up and going again. I've used portainer to manage docker containers in the past when running it as a game server, but always assumed Proxmox fulfilled the same niche. Now that I understand it better it sounds like a lot of fun to play around with!

[–] tofu@lemmy.nocturnal.garden 1 points 1 week ago

You're in for a great time, have fun!

[–] Cyber@feddit.uk 4 points 1 week ago

Be prepared to change your mind...

That first install of proxmox / nextcloud / whatever, will be removed and you will setup something else - this is a good thing.

So, you'll probably want to get onsite backups sorted early... even if that's just cloning to an external drive first.

IMHO don't consider a NAS as your server - keep them separate. A cheap ebay PC with a couple of drives is fine.

And, if you're considering home automation you will want a UPS

[–] null@piefed.nullspace.lol 2 points 1 week ago (1 children)

You will be surprised at how much you can do with very little and very old hardware.

[–] President@sh.itjust.works 2 points 1 week ago

Yeah I have decided to start off by getting that old pc up as a server to handle some of the items, then expand hardware when I hit constraints.

[–] TheRagingGeek@lemmy.world 2 points 1 week ago* (last edited 1 week ago)

I started my descent into the depths of self hosting with an old phenom II black PC, I bought a bunch of HDDs and put them in a RAID 10 via mdadm and eventually learned my lesson about not using LVM on my Linux for my storage management. Having volume flexibility has helped immensely there.

I can echo some people’s recommendation of portainer though be careful as if you want to get into multi device docker management portainer has some limits on what you can do for free. I upgraded to their pro tier using their free promo for 3 instances, but then had 2 mini pcs dumped on me by my brother in law, which took me to 4 managed nodes which exceeded their latest limit.

I have since switched to dokploy managing my docker swarm, so considering this platform decision early can save some growing pains, dokploy also has built in management for traefik so it is pretty slick though I have been maintaining my own nginx proxy by hand(not even npm, just nginx and a bunch of service config files).

I definitely recommend pi.hole, something like AMP or crafty controller or some such if you want to host game servers on it still, duplicati is a nice web interface for creating timely backups of things, and supports a variety of cloud storage(I currently offsite to a backblaze B2 storage bucket which is AWS S3 compatible).

Blue iris I think is something I saw passed around recently for security cams, all the Arrs are pretty easy to setup once you get one of them setup. My one drive replacement ended up being own cloud, as I fought with nextcloud getting it setup the way I liked so had to pivot.

Link warden is a tool I have used for archiving websites and creating a shareable bookmark collection. Audiobookshelf and Calibre(plus calibre-web) make a decent way to manage audio and ebooks.

If you are sharing this server and its services with others I highly recommend getting some kind of SSO setup, I ultimately picked Authentik for this, it has great integration documentation for most popular services, now my family can access all my services without having 22 different passwords.

Outside of those recommendations I can recommend checking out some sites like selfh.st for some inspiration on the kinds of services you can run and figure out what your needs/desires are and do some A/B testing on some that operate in the same space to see which ones fit your needs better.

I can also say looking at the greeting pinned post in this community is pretty good as well to get some ideas. I posted my most recent list of services in there(though it is now 2-3 services behind since I am addicted and growing).

If your old gaming pc rig has a decent GPU in it you could also consider running Ollama and open-webui and host your own personal agentic AI. I really feel the sky is the limit when it comes to self-hosting.

Edit:added much needed paragraphing to my monolithic post so that they are better services with looser coupling.

[–] Knossos@lemmy.world 1 points 1 week ago

Do you research of raspberry pis, they are really great. You do need to be careful though, sdcards die comparatively fast, and you don't want anything important to be on it when it does. Or at least backed up (Borg is cool).

[–] Willdrick@lemmy.world 1 points 1 week ago

If you can overcome the first kinda large step of setting up a basic install of Proxmox + ZFS pool, you'll love it. You can try shit out and nuke it if you don't like it. Helper Scripts from here are also a great way to try stuff without breaking anything you already have. each container gets its own IP so you don't have to juggle stuff with a reverse proxy (which is a PITA to set up properly) and with TailScale on the host, you can pretty much access everything from anywhere, without exposing it to the wider internet.

Creating a ZFS pool is also rather nice, because you can keep adding new disks to the pool when you're running short. Ideally you'd use some mirroring for security. Backups are also nice with proxmox, as long as you don't give every LXC a giant size quota.

Last thing, DO get an UPS, even if it's a small consumer grade one that lasts 5 minutes. Make sure it has some sort of conectivity (network or USB) and it's linux compatible. I've lost a lot of time rebuilding a 2yo NextCloud install that went all wonky after a blackout.

So in a detailed summary from your points:

  1. Proxmox makes it easy to make, test and restore backups, even if it's for a spare drive or across the network. Setting up a /mnt/usb mountpoint for an external USB drive by UUID is one way of having it available when needed, and kept offline for safekeeping
  2. Frigate NVR. Lightweight, can integrate with HomeAssistant for automations and alerts. Try getting "dumb" IP cameras, most of the smart IoT stuff will try to upsell you on crap and might end up bricked by the company down the line.
  3. Nextcloud for your PC backups and Immich for your phone photos. NC also has an android and iOS app that can sync folders you tell it to.
  4. Look up "YAMS". I'd recommend running the whole YAMS stack + portainer on a separate Proxmox LXC so you can easily put the whole thing on a separate VPN instead of relying on the provided gluetun package
  5. For quick One-offs, portainer is more than enough. There's Pterodactyl and Pelican for more in-depth server hosting but I found it too cumbersome
  6. PiHole LXC on a fixed IP and set your devices (or better yet, your router/AP if you can) pointing to it's IP as the primary DNS server
  7. not really sure what you mean here, wired connections tend to be the best, maybe get a Pi or a small android box that supports ethernet.
  8. HomeAssistant (use the VM helper script for full HAOS!)
  9. HomeAssistant again, try getting a smart meter that doesn't rely on shitty APIs like Tuya, unless you're willing to dive into hacking with tasmota.
  10. ProxmoxLXC, there's already a helper script for it.
  11. Kiwix-server has a docker image, easily hostable and it takes Wikipedia's offline archive files.

Good Luck and Have Fun!

[–] HelloRoot@lemy.lol 1 points 1 week ago* (last edited 1 week ago)

secondhand used mini pc + some refurbished harddrives

host something that you really need and will use