coytishost — Host & Proxmox

Repurposed gaming/streaming PC running Proxmox VE as a bare-metal homelab host.


Hardware

This PC was given to me by my boss after my first year working at my company 5 years ago. The 8tb drive and the 1080ti added later,

We had two of them, identical specs, both from one client We were trying to sell because they had swapped to a laptop.

That client was a conveyancer, a conveyancer had two 9900k machine with 64gb RAM

ComponentSpec
CPUIntel Core i9-9900KF — 8c/16t, 3.6GHz base / 5.0GHz boost, LGA1151
RAM64GB DDR4-2666 (4x 16GB A-DATA, dual channel)
MotherboardMSI MPG Z390M GAMING EDGE AC (mATX, Z390 chipset)
GPUZotac GTX 1080Ti 11GB — installed but unused (no passthrough configured)
NVMe2TB Samsung PCIe — Proxmox OS + VM disks (LVM-thin)
HDD 12TB — hdd-storage pool, VM image files
HDD 28TB — media8tb storage pool, media server virtual disk
NICIntel I219V onboard 1GbE

Proxmox

  • Version: Proxmox VE 9.1
  • Storage pools:
    • local-lvm — NVMe, LVM-thin, supports linked clones and snapshots
    • hdd-storage — 2TB HDD, qcow2 image files
    • media8tb — 8TB HDD, media server virtual disk
  • Web UI on port 8006

VM / LXC Summary

IDNameTypePurpose
100WinVMGeneralVMWindows 11 general-purpose
101minecraftLXCMinecraft server
102factorioLXCFactorio server (OFSM)
103satisfactoryLXCSatisfactory dedicated server
104win11templateVMWin11 linked clone template
105mediaserverVMJellyfin media stack

All containers and VMs are set to auto-start on Proxmox boot.


LED Control

Motherboard has MSI Mystic Light RGB. Since the host is headless, OpenRGB 1.0rc2 runs at boot via systemd to kill all LEDs.

# Manual override (SSH into host)
QT_QPA_PLATFORM=offscreen openrgb --noautoconnect -d 0 -m Direct -c 000000
 
# Service status
systemctl status rgb-off.service