this post was submitted on 16 Aug 2026
22 points (100.0% liked)

askchapo

23311 readers
330 users here now

Ask Hexbear is the place to ask and answer ~~thought-provoking~~ questions.

Rules:

  1. Posts must ask a question.

  2. If the question asked is serious, answer seriously.

  3. Questions where you want to learn more about socialism are allowed, but questions in bad faith are not.

  4. Try !feedback@hexbear.net if you're having questions about regarding moderation, site policy, the site itself, development, volunteering or the mod team.

founded 6 years ago
MODERATORS
 

I am technologically skilled to some extent, but not nearly enough to justify the financial investment I'm about to make In a home server without checking that I'm not way off the mark. Reddit tech answers are usually useless, all jerking each other off about being the most vague and useless. So I'm here, just humbly asking if my plan will work before I waste a ton of money if it doesn't.

So I want to run immich, jellyfin, vaultwarden, and a couple other small programs (including backup automation) on a home server. The photos and videos are very important and I want off of large corporate cloud services for all the reasons you can imagine. There are about 2TB of important photos and data right now to backup.

So my plan: a mini pc with a low-level i3 or i5 chip but about 256gb SSD and 8gb ram. I will buy a UPS, a hub/NAS for 2 4TB HDDs, and a separate hub for backups elsewhere on another 4TB HDD. I already have a pc with an ok graphics card (only like 8 years old, but it was above average then) and good processor. My plan is to run the server with Linux, docker, and portainer on the mini-pc, and do the most intensive work (things like local Machine Learning on the photo library in immich) on the gaming pc. To save on energy, the mini pc is the only thing on most of the time, and I will turn on the old gaming pc to do the hard tasks.

I am hoping a friend will allow me to (somehow? I don't know how yet) keep a hub+HDD backup at their place which is updated weekly automatically whenever their computer turns on.

Is this all achievable? Am I missing something small or huge? Any tech people here know something that I'll likely miss on my first attempt?

you are viewing a single comment's thread
view the rest of the comments
[–] DutchMZTer@hexbear.net 2 points 4 days ago (1 children)

Is it not possible to run proxmox on Ubuntu? Or did you set all this up in just ubuntu to where it must be completely translated to proxmox?

[–] nasezero@hexbear.net 2 points 4 days ago* (last edited 4 days ago) (2 children)

I mean I guess you could run Proxmox on a VM in Ubuntu, but I'm not aware of any use cases for such a setup (it's fine for trying it out, I guess). Proxmox is more intended to be the platform which you manage VMs on top of.

What I'm suggesting is installing Proxmox as the root OS on your machines (at least any that would run Linux anyways), join them together into a cluster, and then install VMs on top of that. To be clear, the VMs would still run on individual machines, but Proxmox gives you a handy web UI from which you can mange any machine and any VM on those machines. You can also later explore LXC's, docker swarm, and kubernetes, but I think just starting out with a simple Proxmox cluster running a couple of VMs is a good place to start. (And then backup said VMs using Proxmox Backup Server)

[–] DutchMZTer@hexbear.net 2 points 4 days ago (1 children)

Ok I read a bunch more on this, but am left with one really technical question. I am now leaning towards making my pc double as my server because it already meets most requirements and would save me a lot of money.

But if I do it via proxmox, I can't see a way I could still use the pc for any gaming without turning off the proxmox servers. I could do an Ubuntu or windows VM within proxmox, but from what I know, games will not run well on VMs, so it would require a dual boot setup with separate drives.... meaning my server turns off to turn on games.

Am I correct in my conundrum?

[–] nasezero@hexbear.net 2 points 4 days ago

Ah yeah, you can enable a desktop environment on the Proxmox machine and (I assume, haven't tried it myself) have an experience more or less like regular Debian with VMs running in the background (that you can shut down to free up resources when gaming). I would consider this really over-engineered, and only worth doing if you're happy to get the learning experience and dealing with the added complexity, and possibly tearing it all down and starting over if it doesn't perform well. Absolutely nothing wrong with just running Ubuntu/Bazzite/whatever natively, and running docker containers on that can be spun down when gaming.

[–] DutchMZTer@hexbear.net 2 points 4 days ago

Holy shit thats a lot of layers and im not following entirely... but I think I need to figure it out myself a bit. So ProxMox is just the base OS and I could install Ubuntu within Proxmox on a VM, but all my server shit is just within proxmox but not within the Ubuntu VM.... I didnt understand Proxmox at all before this, turns out