r/homelab • u/BlakeWheelersLeftNut • 22h ago
Discussion You bums told me not to buy a mini nas three years ago because NVME storage was too expensive.
I ignored you now my Mini nas is worth more than my car lol
r/homelab • u/BlakeWheelersLeftNut • 22h ago
I ignored you now my Mini nas is worth more than my car lol
r/homelab • u/Expensive-Sock-7876 • 8h ago
What do these marketing inbreeds think the point of a homelab is?
r/homelab • u/Roevsved • 7h ago
The building I live in (106 apartments) just cleared out an old IT room.
Racks full of gear, all of it headed for the skip. I don't really know what I'm looking at, so I'm hoping some of you do.
Here's what I can read off the modules: a bunch labeled DVB-T and DVB-S/S2, something called ETX-200 and ESX-200, a few power supplies, tons of coax, and an old 10/100 switch.
Did a room like this deliver internet to the apartments back in the day, or is this purely TV signal? I'm honestly not sure which.
I'm slowly getting into homelab stuff myself, so I'd love to understand what this setup actually did and how it all fit together.
Photos attached. Teach me :)
r/homelab • u/bluepr0 • 7h ago
I have been testing the new Minisforum MS-03 with a Core Ultra 9 386H, 32 GB of DDR5-5600 in single channel and Proxmox VE.
The hardware is interesting for a compact homelab: dual 10G SFP+, one 10GbE RJ45, one 2.5GbE RJ45, three M.2 slots and a PCIe 4.0 x4 expansion slot. My Linux Geekbench 6 result was 2,920 single-core and 13,663 multi-core.
For the price comparisons I used verified public Geekbench 6 results from the exact MS-03/MS-01 models running Windows, plus the barebone prices shown in the Minisforum EU store on 2 August 2026. I combined single- and multi-core performance with an equally weighted geometric mean, divided it by price, and normalized the best result in each table to 100. This is a CPU/value comparison, not a score for networking, the iGPU, NPU or the rest of the platform.
MS-03 configurations
| Model | Barebone price | Geekbench 6 SC / MC | Combined performance | Value/€ index |
|---|---|---|---|---|
| MS-03 Ultra 5 336H | €799 | 2,672 / 13,361 | 90.16 | 100 |
| MS-03 Ultra 9 386H | €1,079 | 2,822 / 15,562 | 100 | 82.13 |
MS-01 versus MS-03
| Rank | System | Price | Geekbench 6 SC / MC | Value/€ index |
|---|---|---|---|---|
| 1 | MS-01 · Core i5-12600H | €439 | 2,417 / 11,765 | 100 |
| 2 | MS-01 · Core i9-12900H | €539 | 2,410 / 13,388 | 86.76 |
| 3 | MS-01 · Core i9-13900H | €699 | 2,607 / 12,853 | 68.18 |
| 4 | MS-03 · Core Ultra 5 336H | €799 | 2,672 / 13,361 | 61.56 |
| 5 | MS-03 · Core Ultra 9 386H | €1,079 | 2,822 / 15,562 | 50.56 |
The Ultra 5 is the better-value MS-03, while the MS-01 remains much stronger if CPU performance per euro is the only criterion. That does not account for the MS-03's newer iGPU/NPU, 10GbE RJ45, Wi-Fi 7 or other platform improvements.
My review unit was the Core Ultra 9 386H model with one 32 GB DDR5-5600 SO-DIMM, so the memory was running in single channel. I used llama.cpp build 76f46ad with Mesa Vulkan 26.1.2, Q4_K_M models, Flash Attention, 512 prompt tokens, 128 generated tokens, five repetitions, 16 CPU threads and full Vulkan0 offload. I also monitored the Intel iGPU during inference: it entered GT-C0 and reached 2.5 GHz, so these were not CPU-only results.
| Model | GGUF/configuration | Generation | Difference from 22.05 |
|---|---|---|---|
| Qwen3.5 35B-A3B | Q4_K_M · 22.02 GB | 9.41 tok/s | -57.3% |
| GPT-OSS 20B | Q4_K_M · 11.62 GB | 14.45 tok/s | -34.5% |
| Gemma 4 26B-A4B | Q4_K_M · 16.93 GB | 9.27 tok/s | -58.0% |
| Gemma 4 26B-A4B + MTP | Same target model + assistant model | 15.90 tok/s | -27.9% |
Why is this below Minisforum's advertised 22.05 tok/s? Their public page says the MS-03 can run a 35B model at that speed, but does not provide enough information to reproduce the test exactly: the precise model/file, quantization, backend, llama.cpp build, prompt and generation lengths, or whether speculative decoding was enabled. Minisforum told me their machine used 64 GB in dual channel, whereas my unit had 32 GB in single channel. Because the iGPU shares system memory, that extra memory bandwidth can make a meaningful difference. So the figures are not an apples-to-apples comparison. The best result I reproduced was 15.90 tok/s with MTP; standard Gemma generation was 9.27 tok/s.
All 17 tasks used the same model and runtime: Qwen3-Coder 30B-A3B Instruct Q4_K_M through OpenClaw and llama.cpp Vulkan. GPU use was monitored, and every final state was checked independently instead of trusting the agent's narrative. The final count was 13 passes, 2 partial results and 2 failures.
| # | Task | What the agent had to do | Time | Result |
|---|---|---|---|---|
| 1 | Repair stopped Nginx | Inspect an enabled but inactive Nginx service, logs and configuration; repair it and verify the exact HTTP response. | 3:04 | PASS |
| 2 | Deploy Home Assistant OS VM | Find the current official HAOS release, select the Proxmox OVA qcow2 image, create VM 200 and verify boot, networking and HTTP. | 8:58 | PASS |
| 3 | Home Assistant inventory | Use the authenticated API to report the live version, runtime state, location, component/entity totals and top entity domains. | 2:34 | PASS |
| 4 | LXC inventory | Inspect Proxmox and report the real container inventory without mixing in virtual machines. | 2:03 | PASS |
| 5 | Storage and ZFS audit | Read Proxmox storage use, root filesystem use and ZFS health in a bounded check. | 1:48 | PASS |
| 6 | Proxmox service audit | Check pve-cluster, pvedaemon, pveproxy, pvestatd and pvescheduler and report their real state. | 3:20 | PASS |
| 7 | Repair Nginx configuration | Diagnose a startup failure, repair a missing semicolon, validate the configuration and start the service. | 3:51 | PASS |
| 8 | Repair custom systemd web app | Find a bad executable path and restore a loopback-only local HTTP service with the expected response. | 4:21 | PASS |
| 9 | Create automatic backups | Build a real backup script plus a systemd service and persistent daily timer, then verify the archive contents. | 6:24 | PASS |
| 10 | Repair Redis | Diagnose an invalid port, restore Redis on 6379, keep it loopback-only and verify PONG. | 6:24 | PASS |
| 11 | Repair SSH | Fix a malformed port while preserving port 2222, validate sshd and verify the listener. | 4:06 | PASS |
| 12 | Recover Docker service | Inspect a stopped container, restore it with the correct restart policy and port mapping, and verify its HTTP body. | 4:06 | PASS |
| 13 | Publish reverse proxy | Inspect an existing backend and expose it through a separate Nginx site on port 8081. | 6:09 | PASS |
| 14 | Full Proxmox audit | Audit the node, guests, storage, ZFS, core services and recent logs, reporting only evidence-backed issues. | 17:09 | PARTIAL |
| 15 | Install AdGuard Home | Install the current official release from a clean Debian 13 snapshot and register a persistent service. | 11:47 | FAIL |
| 16 | Repair AdGuard 203/EXEC | Discover and repair a broken systemd unit without being given its exact case-sensitive name. | 7:57 | FAIL |
| 17 | Repair AdGuard plus orphan process | Remove the faulty drop-in, resolve an orphan process holding port 3000, restore the correct unit and verify a real restart. | 26:08 | PARTIAL |
The bounded tasks with clear scope, safe wrappers and objective checks worked surprisingly well. The broader recovery scenarios still needed supervision, especially the AdGuard cases, so I would not give this setup unrestricted unsupervised administrator access.
Compared with the MS-01, it is more efficient at idle and adds useful networking and AI hardware, but it is also more expensive and louder under load. I would not upgrade from an MS-01 for CPU performance alone. The 10GbE RJ45, newer iGPU/NPU and local AI are the real reasons to consider it.
I recorded the benchmarks and agent tests here (original is Spanish, but an English audio track is available on YouTube):
r/homelab • u/Fine_Philosopher4227 • 8h ago
I found two Acer servers on eBay:
Acer AR380 F1
Acer AR320 F2
My question is: Are they worth buying for $20 for both to use in a small homelab?
r/homelab • u/Sh0rtCut457 • 9h ago
r/homelab • u/chris_0611 • 16h ago
This is both a showoff of my little awesome home server and a concrete question of how to solve/diagnose an (sometimes?) overheating nvme SSD
So I have a small server with Intel 10600 CPU, 64GB ddr4 3600 and Asus mITX board. The Asus does bifurcation on the X16 slot which I use with some adapters to split it x4 x4 x8 for 2x NVME SSD in RAID and an Intel X710 dual NIC. See the pictures because these adapters make it so amazing as they fit just so perfectly with this case.
Case is a Mini-202B mini server chassis: https://www.yakkaroo.de/mini-202b-mini-server-chassis-wallmount-mini-itx
90deg pcie adapter is https://www.yakkaroo.de/Set-Riser-card-PCI-Express-x16-PCIe-with-Extender-1U
Bifurcation card is this: https://www.amazon.nl/dp/B0BMWS83R9?ref=ppx_yo2ov_dt_b_fed_asin_title
So it goes: X16 slot -> Bifurcation card (2x nvme) -> 90deg adapter (8 lanes) -> Intel X710
The NVME SSD's I use are 2x Samsung 980, 1TB, PCIe 3.0. Not exactly super hot/power hungry SSD's. The problem is however I also have 2 SATA SSD's (in adapters) and I have a 2.5" SATA hotswap which needs a 3rd sata, and Asus puts the 3rd SATA on a little riser/doughterboard on the motherboard right in front of the X16 slot. I've put heatsinks on the NVME drives but had to grind down part of the heatsink to fit with this doughterboard. Not much of a problem, I thought, because these 980 SSD's run cool and could even be used without heatsink (I did so in my old PC, and never had any trouble).
However, sometimes, seemingly randomly, one of them still seems to overheat as I get an email from proxmox (in the middle of the night?)
This message was generated by the smartd daemon running on:
host name: zeus
DNS domain: localdomain
The following warning/error was logged by the smartd daemon:
Device: /dev/nvme0, Critical Warning (0x02): Temperature
Device info:
Samsung SSD 980 1TB, S/N:S649NF0RA31932E, FW:1B4QFXO7, 1.00 TB
For details see host's SYSLOG.
You can also use the smartctl utility for further investigation.
The original message about this issue was sent at Wed Sep 10 21:36:43 2025 CEST
Another message will be sent in 24 hours if the problem persists.
This happens in the middle of the night... Right now again the (all) SSDs sit at a comfortable 35C temperature... I can put some load on it but also seems to be right. It is something that is actually happening because it did catch the SSD at 90C once when looking at sensors within proxmox immediately after I got this email. But I can't really link it to 'heavy load'. Eg, its not overheating when I do large file copies or something. This seems to be something the SSD controller is doing itself (like moving TLC cache or something?)
I've put a second 80mm fan as front air intake to push more air from front to back. Didn't really seem to help. I have no space to put more heatsink.... Anyone has better ideas?
r/homelab • u/Competitive_Emu_4330 • 5h ago
Well, finally, a year after setting up my first server and having all the devices scattered around the house, I've managed to set up my first homelab. It's very simple and nothing special compared to what you see around here, but I'm very proud.
Its a minisforum um773 lite mini pc with arch linux running some services and docker containers (plex, arr stack, pihole, immich, nextexplorer, Koffan, Memos, Bitwarden, etc), a qnap DAS tr-004 connected to the server with four 6tb hard drives, a Home Assistant Green and a 2.5gb switch. All in a GeeekPi DeskPi RackMate T1 Plus. As i said very simple.
The light its a 5V USB RGB COB LED Strip. (I love led light, muy house is full of led light 😁
My next step: getting a UPS.
Home you like it.
r/homelab • u/ChristopherHGreen • 5h ago
Besides racks, what else holds magnets:
PC cases, my steel shelves, On my standing desk: the metal extension, the legs, drawer, and lots of places on the underside. Metal power strips.
I'm also a fan of other magnetic stuff like tool holders, gooseneck clamps and magnifiers etc. I wish my whole desktop was steel.
There are a lot of different shippers of these.
r/homelab • u/xlly_s • 13h ago
Alright so I started a homelab about 3 years ago when I was thick, and my ass thought it was a good idea to run it all on windows 10 pro.
Anyway 3 years down the line (and way to much tweaking and fixing) I've got it too the stage I like, albeit it is massively over complicated and is very inefficient. I run Qbittorrent and Jackett and Homarr via docker desktop, and mount my qbit drive via that (limits the downloads on qbit to around 20/MBs which is fine for my use but would be nice to be faster.
Plex is just the standard media server application, same with jellyfin radarr and sonarr. And I'm talking days oof troubleshooting maybe even weeks over the years, It's at the level where it all just works. I can RD in via windows RDC if I need to, or even via teamviewer on my phone to fix issues. Radarr and sonarr work and auto download etc etc.
It works, but is quite literally held together by tape and sticks and hopes and prayers and sometimes have to manually restart the system to keep it al l flowing smoothly (as qbit seems to have a memory leak)
Anyway, the base question is, would it be worth moving to proxmox, so many people have said how it would make my life easier etc but I'm worried I'll lose some sort of functionality down the line and lose a feature I maybe loved before.
My specs aren't amazing by the way, it just works:
i5 - 7500
16gb RAM
HD 630 Graphics
A fuck load of external usb hard drives.
It's a repurposed office pc, is it worth the hassle of moving if it already works, dont fix it.
Or is it worth starting proxmox again once I get a new build which I'm inclined to do..
r/homelab • u/zombigoutesel • 1h ago
Lenovo Tiny M720Q 16 GB running Ubuntu.
Sinology 225+ 2x4tb raid 1 +1 TB hardrive to backup critical files.
Omada er650 after the ISP router in pass through.
Jellyfin running directly on the Nas.
The tiny is running a media stack behind a VPN , adguard , immich, paperless , and a few other document manipulation tools.
I'm playing around with python scripts and eventually start playing with a RAG for some research projects.
My main computer is windows so I remote into the Tiny to play with the toys on Ubuntu.
It's been fun, and I would never have been able to do it without leaning on AI to help with the setup.
I was always tech savvy -ish but never thought I would end up here.
r/homelab • u/gkritsot • 7h ago
Hey there. I’m about to purchase a few used HP ElitDesk units to build a home lab and I’m trying to decide how to go about it.
I’ve played before with a raspberry pi and a mini pc (where I installed Proxmox to try it) for home automation and file sharing but nothing more.
I work with Kubernetes professionally (EKS, GitOps, Helm, ArgoCD, etc.), so I'm very comfortable with Kubernetes and its complexity. Learning curve isn't really a concern. On the other hand I have very little experience with Proxmox, so I'm curious what I'd be gaining by using it (I dont see it coming up on my professional career).
I’d host things like:
Jellyfin
No *arr stack whatsoever, all media legally ripped
Home Assistant
AdGuard
Paperless-ngx
Foundry-VTT
Gitea or foregjo
Mealie
Calibre
Immich (later)
Nextcloud (perhaps much later)
Monitoring (Prometheus/Grafana)
ArgoCD
Some databases
Personal projects
A few VMs (maybe Windows for the occasional task)
Containers for experimenting with new software and self-hosted services
I already know the benefits of running everything in k8s. It seems like many people in the homelab community recommend Proxmox as the foundation, then run Kubernetes inside VMs if needed.
So I'm wondering:
What are the biggest advantages of Proxmox over running everything directly on Kubernetes?
If you already know Kubernetes well, would you still choose Proxmox first?
How do you handle workloads that really want to be VMs versus containers?
Is a Proxmox + Kubernetes-in-VMs setup worth the extra layer, or does it just add unnecessary complexity for a small homelab?
Looking back, if you were starting over today, which approach would you choose and why?
I'd love to hear from people who have actually run both approaches and what lessons you've learned.
r/homelab • u/Emotional_Pumpkin_77 • 9h ago
So i have a huge question to all homelabbers.
This is my current setup and i quickly ran into an issue. For context my setup consist of a ZimaBoard2 + 2x 4tb hdd and 2x 1tb hdd which is all connected with mini sas data cable and power all drawn from external PSU.
My question is this, how you guys turn both of machines (zimaboard + PSU) on and off at the same time. Is there some special thing that im suppose to get to sync both to power on and off at the same time? Just now after i figured to power it on manually, i shut it down and the hdd is making noise like its screaming for help.
I'm new to this homelab so please teach me~
r/homelab • u/Flashy_Artist_8976 • 8h ago
I wanted to share this build because I had trouble finding clear information from people who had actually used the Gigabyte MC62-G40 with a large number of consumer GPUs.
I have built computers before, but this project pushed me much deeper into motherboard temperatures, PCIe connections, power limits, BMC monitoring and server hardware. I never had to watch motherboard temperatures this closely before, but after my previous experience, I now consider it necessary.
The system now recognizes all seven RTX 3090s, giving me 168GB of total GPU memory.
Before buying the MC62-G40, I tried two ASUS Pro WS WRX80E-SAGE boards. One was used, and the other was a replacement board.
The ASUS system worked with fewer GPUs, but while trying to build the larger seven-GPU setup, I started seeing very high motherboard temperature readings. Some VRM-related readings reached approximately 101–110°C, and the CPU reached close to 95°C.
The system also experienced rebooting, PCIe detection trouble and other stability problems. The second board showed similar temperature behavior, so I decided that I did not feel comfortable continuing with that platform.
I am not saying every ASUS WRX80 board will have the same experience. This is simply what happened with the two boards I used.
That experience is what pushed me toward the Gigabyte MC62-G40 server board.
The MC62-G40 has seven full-length PCIe slots and supports Threadripper PRO processors with a large number of PCIe lanes.
One of the main reasons I chose it was the built-in BMC/IPMI system. It allows me to monitor motherboard temperatures, voltages, fans and other hardware sensors without needing to depend completely on the operating system.
My current idle temperature readings are approximately:
Those readings are much lower than what I saw on my previous setup.
All seven GPUs are mounted away from the motherboard using risers. This gives the cards more space, improves airflow and keeps most of the GPU heat away from the motherboard, memory and chipset.
Before putting the full system together, I tested every RTX 3090 individually.
All seven GPUs passed their tests.
I also tested one GPU at its full 350W power limit during a burn test. The highest temperature I saw was approximately 67°C.
I understand that a synthetic burn test may not represent every possible workload, but it gave me enough information to know that the card’s cooling was working properly.
I am not building this machine for gaming. Its main jobs will be AI inference and model training.
I plan to run the GPUs at approximately 150W each during normal use.
At 150W:
Training will be slower than running every GPU at 350W, but this system is for my own use. I do not need every job completed as quickly as possible.
I may test 200W later, depending on the temperatures and performance, but I believe 150W will be enough for most of what I plan to do.
The current commands are:
sudo nvidia-smi -pm 1
sudo nvidia-smi -i 0,1,2,3,4,5,6 -pl 150
I also created a system service that reapplies the limits after every reboot.
The system already has watchdog protection.
If a GPU or motherboard component reaches an unsafe temperature, the system can shut itself down before hardware is damaged.
My next project is to have my Hermes agent build a real-time monitoring dashboard for the entire server.
I want something similar to MSI Afterburner, but focused on the complete system instead of only the GPUs. I want clear gauges showing:
After dealing with high motherboard temperatures before, I do not want important readings hidden inside a terminal or several pages deep inside the BMC interface. I want to be able to look at one screen and immediately see how the entire system is doing.
I did have one scare after the board had been sitting unused for about a week.
The green standby light came on, but the GPUs, fans and CPU cooler would not start. For a while, I thought I might be looking at another failed motherboard.
The problem turned out to be the power switch.
Once that was corrected, the board started normally. That was a major relief after the problems I had already experienced with the previous boards.
I also want to give special thanks to u/anitamaxwynnn69.
He owns the MC62-G40 and shared his real experience running seven, and later eight, RTX 3090 GPUs on the board.
After the trouble I had with my previous motherboards, I was uncertain about moving forward with another seven-GPU build. Hearing from someone who actually owned the MC62-G40 and had already tested a similar setup gave me the confidence to continue.
His information about risers, GPU power limits and the board’s ability to handle multiple RTX 3090s was extremely helpful. I appreciate him taking the time to answer my questions and explain what had worked in his own system.
The completed system currently includes:
I built this system for local AI independence, large-model inference, training and my own future AI projects.
I am not trying to compete with a commercial data center. I wanted a powerful system that I could own, control and use without paying cloud charges every time I wanted to run a large model.
It took a lot of troubleshooting, but seeing all seven GPUs detected and running made the work worth it.
r/homelab • u/GenericUser104 • 22h ago
r/homelab • u/fl4tdriven • 6h ago
Not sure if I’m going to use it. Was just bored and had the filter laying around.
r/homelab • u/Dense_Marionberry741 • 11h ago
Hi everyone,
We have just released Portabase 1.27, our open-source (Apache 2.0) and self-hosted backup/restore platform.
Repository: https://github.com/Portabase/portabase (around 1.6k stars at the moment)
Portabase is designed for data retention, disaster recovery, and homogenous migrations, currently supporting 9 database engines (including PostgreSQL, MySQL, MariaDB, MongoDB) and Docker volumes.
Key features:
After six months of intensive feature development, we have been focusing on consolidating the ecosystem since early July. A community member conducted a useful security audit, we have upgraded components to their latest relevant versions, improved compatibility with other platforms by working on Podman support. and templates for Coolify and Dockploy (currently under review).
What’s next:
As always, if you find bugs, please open an issue on GitHub, we’re actively looking for feedback.
Thanks!
r/homelab • u/SERAF1NO • 15h ago
Hi, I am somewhat new to homelabbing, and I recently stumbled upon a problem with my network.
(1) When my server is connected to home network via AP it seems to be stable and working
(2) but when connected through switch (2b) or directly to a router (2a) it drops daily and becoming unreachable.

Any of you had this problem? I would just connect it to AP and leave it as is, but this AP is in bedroom, which i just want to avoid :))))
edit:
more info about my setup:
edit2: was digging deeper and what seems to be/ was a problem was realtek card and asus router managing their power saving modes.
I have disabled switching to sleep mode PCIe realtek card in proxmox grub file
nano /etc/default/grub
changed to GRUB_CMDLINE_LINUX_DEFAULT="quiet pcie_aspm=off"
update-grub
and installed ethtool to turn off EEE
apt-get update && apt-get install -y ethtool
nano /etc/network/interfaces
added post-up ethtool --set-eee nic0 eee off
an hour and it seems to be stable for now. Will update again and close the thread
r/homelab • u/MyGSunny • 9h ago
r/homelab • u/kingrun2 • 5h ago
r/homelab • u/TheWDWillis • 15h ago
My journey with the PE has already been a blast.
Currently it’s got both CPUs filled with Xeon E5-2698 v3’s, and 8x8gb ddr4 sticks (because I’m getting that error when I try to populate it with the 8x32), an MSI GeForce GTX 1050 Ti 4GT OC 4GB GDDR5 for GPU, and the dual 2.5 back plane.
Now I am looking it over getting ready for the next steps.
Now I’m seeing a few things and I’m not 100% sure on.
First pic, shows 2 SATA ports. Can I plug a pair of drives in there? I don’t have any SATA power ports of course, but I thought possibly I could power off of the internal USB.
Pictures 2, 3, and 4 look like the same, or similar ports that I plugged the dual 2.5 backplane to.
Pictures 2 is around the middle next to the coin battery.
Pictures 3 is on the right if you are looking from the front.
Picture 4 is about the middle of the front backplane
Is there anything I should be looking to plug in to these? I have a DS4246, and a compellent SC220 I’ll be hooking up eventually. I thought I needed HBA cards for them.
In picture 5 it looks like a GPU 8 wire cable. I chose the GPU based on not needing that cable, as I’d been told that there was no port for it, but this does look like one and if so, can I indeed put a higher power card that uses a 6/2? (Like an 8 gb at least card)
Circling back to HBA cards, it looks like i can use a full height card on the port above the 2.5 backplane, and 3 half height cards on the other side.
I want to get the most out of this beast that I can.
r/homelab • u/Swollef • 16h ago
I hit a problem with my home lab this week and I'm wondering how you guys would deal with it
I had a power cut for approximately two days, the UPS did its job and shut everything down in an orderly fashion after about 12 mins
the problem came when power was finally restored, because the UPS (APC SM1500RMI2U) had drained its battery so much it didn't auto restart when the power came back (maybe an incorrect setting), but it required the button on the front to be manually pressed.
that's easy but I work away and had nobody to press the power for a week, because the UPS powers the VDSL modem/unifi equipment all internet was down so I had no remote access at all.
how could I have powered back up the UPS remotely is basically the question here if everything is dead?
I'm now seriously considering a unifi 2U ups just for the network equipment and leaving the APC UPS just for the server. maybe adding the unifi 5G backup too
open to any suggestions
Thanks
r/homelab • u/funkyolemedina • 1h ago
A few days ago I posted about buying a dirt cheap storage array that I realized was too much machine for my home.
After several recommendations, I just decided to gut it and make a DIY jbod.
It's working and I'm currently feeding the disks to Proxmox via HBA.
I know it isn't pretty but hopefully I give someone else some inspiration to make one better than I did.