this post was submitted on 31 Jul 2023
8 points (100.0% liked)

Selfhosted

38831 readers
182 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 1 year ago
MODERATORS
 

My current setup at home is two aging systems, one gaming PC that I usually put to sleep when not using and one 24hr server hidden away in a cupboard. Both are in need of an upgrade fairly shortly and I'm just wondering if a single system would be a viable option?

I'm not hosting THAT many services really. Most are just media related that would be unused when sat at the PC gaming as it's just me that uses any of it. A strong enough CPU should be able to handle everything anything though shouldn't it?

It seems like a good idea to me but I'm no expert. Is there anything obvious I'm missing?

top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 9 points 1 year ago

I much prefer a separate server for the simple reason that it makes my desktop somewhat disposable. Reboot whenever, install whatever. If it breaks my server stays up

Basically, the more you isolate the purposes, the less the purposes clash

[–] [email protected] 3 points 1 year ago (1 children)

My server needs to be reachable as much as possible, as it hosts a lemmy instance, discord bots for large communities, a web site, etc. I like being able to reboot my gaming PC whenever I want, as things sometimes go wrong and a reboot is an important step in diagnosing problems.

So for me, having two different computers is ideal.

[–] [email protected] 1 points 1 year ago

I absolutely wouldn't have this issue as I could happily reboot whenever I wanted and it wouldn't inconvenience anyone.

[–] [email protected] 3 points 1 year ago

I'd still prefer a separate server even if it's only for myself:

  1. power efficiency, you don't need to keep a power-hungry PC on when you don't need it, but only an old laptop or a rasp Pi or whatever

  2. if your PC is down - broken, needs reinstall, having an issue that needs troubleshooting - you can still have your server stuff running

  3. expandability. Media server alone is good to stream movies to a TV, or to a phone over the web, and again the PC can be off

[–] [email protected] 2 points 1 year ago

I'd still recommend a separate server for numerous reasons:

  1. You can save power instead of letting your gaming PC run 24/7. The lowest I've ever seen my gaming PC idle at is 125W, whereas my dedicated DIY NAS idles at 27W. That's a huge difference in your electricity bill over the long-term, although it really depends on what area you live in. My PC kicks out a lot more heat than my server though so it does make a difference when it comes to my AC bill!

  2. You may want stable software for your server (ie Debian) and bleeding edge (Arch Linux) for your gaming PC, or you may want Linux for your server and Windows for gaming, etc.

  3. Separate server provides better uptime. I would hate to interrupt a big transfer to my Nextcloud just because I needed to restart my PC to do system updates.

[–] [email protected] 1 points 1 year ago

Buy a new desktop/gaming PC and retire the old one to the server cupboard.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

I use several separate small servers in a Proxmox cluster. You can get a used Dell or HP SFF PC from eBay for cheap (example). The ones I am using all came with Intel T series processors that run at 35w.

You install Proxmox like any other OS (it's basically Debian), then you can create VMs (or LXCs) to run whatever services you want.

If you have existing drives in a media server, you can pass those drives through to a VM pretty easily, or any PCI device, or even the entire PCI controller.

[–] [email protected] 0 points 1 year ago (1 children)

I use an all in one. Linux host for hypervisor. Windows 11 with virtual tpm and gpu pass through for gaming, and a FreeBSD guest set up with 1 virtual hard disk, one ssd for boot mirror, and 3 2tb platter drives for file serving. At idle it takes about 80 watts (including the router hooked to the ups) per hour. Definitely more than a raspberry pi, but it really only burns 1-2 kWh a day which comes out to .30 a day for us (roughly).

The amount of time it would need to be running before it was cheaper to use a raspberry pi including everything it needs was almost 6 years of 24/7 uptime for our electric rate so to me it makes 0 sense to run this differently and separate. There are also more efficient at idle chips nowadays.

System specs: Ryzen 7 2800 8-core processor 128GB ram Gt 1030 video card for host 3060ti for windows vm 2 1 tb nvme drives 2 500GB ssd (one for boot, one for zfs cache FreeBSD) 3 2tb platter drives

[–] [email protected] 1 points 1 year ago

Ah nice to see that it is actually feasible then. I imagine I'd have an even easier setup too as I intend to just use Linux with all my selfhosted software in Docker containers.

My server at the moment is anything but energy efficient. It's an old Xenon (can't remember the exact model) so definitely not Raspberry Pi levels of efficient. My biggest concern would be the GPU idling but it seems there are power management precautions I can take with Linux so maybe it wouldn't be so bad.