This document describes the current, single-node Proxmox architecture powering TorresVault 2.0.
This page replaces and supersedes all references to:
pve1pve2All of that hardware has been decommissioned.
The sole hypervisor is now:
Running on enterprise-grade Ryzen hardware with TrueNAS virtualized via HBA passthrough, and acting as the centralized compute + storage backbone for TorresVault 2.0.
Future expansions (backup NAS, mini-PC cluster, GPU with Jarvis, Flex 10G, etc.) will be documented on a separate roadmap page.
pve-nasCore services:
This is currently the entire virtualization footprint for TorresVault 2.0.
| Component | Details |
|---|---|
| Motherboard | ASRock Rack X570D4U-2L2T |
| CPU | AMD Ryzen 7 5700G — 8 cores / 16 threads |
| RAM | 64 GiB DDR4 ECC |
| Boot | 2 × NVMe SSD (ZFS mirror) |
| VM Storage | 2 × Samsung PM863 1.92 TB SSD (Proxmox local storage) |
| HBA | 1 × LSI IT-Mode passthrough |
| TrueNAS Pool Drives | 8 × Samsung PM863 1.92 TB SSD (full passthrough) |
| Networking | 1G ×2 + 10G ×2 (X550 NICs) |
| IPMI | 192.168.1.145 |
This is now your single most powerful and consolidated host in TorresVault.
Proxmox sees only the main LAN and storage networks you define.
| Interface | IP | Purpose |
|---|---|---|
| vmbr0 | 192.168.1.153 | Main LAN bridge & VM network |
| eno1 / eno2 | (bridged) | 1G LAN & VM connectivity |
| ens1f0 / ens1f1 | (available) | Dual 10GbE for future storage network / Flex 10G |
There are three main storage components:
| Storage Name | Description | Backed By |
|---|---|---|
local | ISOs, templates | NVMe mirror |
local-lvm | VM disks | NVMe mirror |
ssd-backups | Local staging | 1.9TB PM863 SSD |
immich-nfs | Immich share | TrueNAS |
nas-zfs | ZFS datasets | TrueNAS |
nas-local | VM backups / misc | TrueNAS |
| Component | Details |
|---|---|
| Disks | 8 × PM863 1.92TB SSDs via HBA passthrough |
| Role | All primary storage for Immich, Nextcloud, Jellyfin, PBS datastore |
| IP | 192.168.1.108 |
| Pools | ssd-pool, temp-pool, hdd-pool (if present) |
TrueNAS acts as your central storage authority.
| Component | Details |
|---|---|
| Datastore | pbs-main |
| Backed By | TrueNAS |
| Backed Up? | NO (PBS never backs up itself) |
PBS backs up:
Excluded:
| VM ID | Name | Purpose |
|---|---|---|
| 100 | web | TorresVault home page |
| 101 | Kuma | Uptime monitoring |
| 102 | next | Nextcloud |
| 103 | immich | Photo/video backup |
| 104 | jellyfin | Media server |
| 105 | pbs | Backup server |
| 106 | n8n | Automations |
| 107 | npm | Reverse proxy |
| 108 | truenas | Core storage |
| 110 | Prometheus | Monitoring |
| 116 | wiki | DokuWiki |
| 112/113/114/111 | iperf-x | VLAN testing tools |
Everything is now consolidated on one hypervisor.
Backed up nightly:
Monitoring stack includes:
apt update && apt full-upgradereboot
These are acceptable for home lab usage.
Roadmap page will detail this further.