Proxmox
The single Proxmox VE node (pve) that hosts nearly every SuperHiTech VM and container, its storage pools, and the guests on it.
Almost everything else in this section is a guest on one Proxmox host. Leif,
nvrbackup, SHTops, obs-01, the web server, the PBX, the docs site — they’re all
VMs or LXC containers on the pve node. This is the layer underneath the layer.
Leif manages it through the pve_* family: pve_node_status, pve_vm_list,
pve_lxc_list, pve_storage_list, pve_template_list, and the lifecycle /
exec tools (pve_lxc_start, pve_lxc_shutdown, pve_lxc_exec, pve_vm_exec,
etc.).
The node
| Field | Value |
|---|---|
| Node name | pve (single-node, no cluster) |
| Status | online |
| Memory | ~157 GiB total |
| Kernel | 6.8.x-pve |
| Tool routing | pve_node_status for health; pve_* for everything else |
Storage pools
Six storage backends, ZFS for the bulk guest disks and a Proxmox Backup Server datastore riding on Storj.
| Storage | Type | Capacity | Content | Notes |
|---|---|---|---|---|
pool_2 | zfspool | ~10.8 TiB (mostly free) | images, rootdir | Primary headroom pool |
pool_1 | zfspool | ~7.1 TiB (~1.7 TiB used) | images, rootdir | Main guest disk pool |
Backup | lvm | ~3.0 TB (~350 GB used) | rootdir, images | |
local-lvm | lvmthin | ~758 GiB (~81% used) | rootdir, images | Watch this one — getting full |
local | dir | ~100 GB | vztmpl, iso, backup | Templates + ISOs |
storj-pbs | pbs | ~86 GB (~13 GB used) | backup | PBS datastore on Storj (shared) |
Backups themselves are handled by the pbs-01 container (Proxmox Backup
Server, CT 114) writing to the storj-pbs datastore — Storj object storage is
the off-box destination. See Service Map → Backup.
Virtual machines (QEMU)
| VMID | Name | Status | Role |
|---|---|---|---|
| 108 | unms.super-ht.com | running | UISP / UNMS — UniFi/Ubiquiti network management |
| 112 | FreePBX17 | running | Current FreePBX (VoIP) — see Network Topology |
| 107 | docs.super-ht.com | running | Internal docs host |
| 101 | pbx.super-ht.com | stopped | Legacy PBX, superseded by FreePBX17 |
| 100 | sheldon-ub01 | stopped | Ubuntu VM (idle) |
Containers (LXC)
The LXC guests are where most of the documented SuperHiTech services actually run. Each row links to its detail page where one exists.
| VMID | Name | Status | Role |
|---|---|---|---|
| 110 | leif | running | Leif FastMCP host (10.10.0.25) — see Hosts |
| 103 | nvrbackup | running | Pricing app + backup host (10.10.0.14, SSH :2223) — see Hosts |
| 109 | shtops | running | Ops / monitoring host (10.10.0.24) — see SHTops |
| 111 | obs-01 | running | Observability stack (10.10.0.148) — see obs-01 |
| 105 | logs | running | LibreNMS host (10.10.0.250) |
| 102 | webserver | running | Virtualmin / Postfix mail (webserver.super-ht.com) — see Service Map |
| 114 | pbs-01 | running | Proxmox Backup Server → storj-pbs |
| 113 | ollama-01 | running | Local LLM (Ollama) host |
| 106 | ubuntu-24 | stopped | Ubuntu 24.04 base/template |
| 104 | CT104 | stopped | Unused container |
Reaching containers
There’s no dedicated *_execute_command for most of these — only Leif,
nvrbackup, and SHTops have their own shell tools. For everything else (obs-01,
logs, ollama-01, webserver, pbs-01), go through the Proxmox layer with
pve_lxc_exec against the container’s vmid on node pve, the same pattern
documented on the obs-01 page.
| Target | How to reach it |
|---|---|
leif (CT 110) | local_execute_command |
nvrbackup (CT 103) | remote_execute_command |
shtops (CT 109) | shtops_execute_command |
| Any other container | pve_lxc_exec (node pve, the container’s vmid) |
Related pages
- Hosts — host inventory and tool routing rules
- SHTops — the ops host (CT 109)
- obs-01 — observability stack (CT 111)
- Service Map — services and the tools that manage them
- Network Topology — VPNs, public endpoints, VoIP
Last verified against live systems: 2026-06-01 — see doc freshness.