Infra Knowledge Base
Infrastructure Knowledge Base
Documentation for the home-lab / self-hosted infrastructure: Proxmox nodes, the Discord “fleet” system, migrated Docker services, the PXE install server, and the network layout.
Info
Primary Proxmox host: pmdell — 192.168.70.1 — https://192.168.70.1:8006
Topology
graph TD
subgraph LAN["192.168.68.0/22 · gw .68.1"]
PMDELL["pmdell .70.1<br/>Primary Proxmox 9.2"]
NANO["nanofleet .68.128<br/>Proxmox · fleet VMs"]
PMHP["pmhp .69.1<br/>decommissioning"]
BOTFLEET["bot-fleet .70.99<br/>viveks-fleet (Docker)"]
FLEET22["fleet-22143 .68.39<br/>native fleet"]
NAS["VIKASH-NAS .68.90<br/>BIG-NAS .68.91"]
end
subgraph NET39["192.168.39.0/24 · gw .39.1"]
TOWER["tower .39.10<br/>GPU RTX4000 · audio-server · Ollama"]
ABE["fleet-container-abe .39.20"]
BBD["bbd-vm01/03/04/05<br/>.39.11/13/14/15"]
end
PMDELL --> PXE["PXE .70.2 (CT 702)"]
PMDELL --> HAOS["HAOS .70.3 (VM 703)"]
PMDELL --> DCT["docker CTs .70.31–.36<br/>pop · vivek · sdeskills<br/>kiran · vinioki · 22143"]
NANO --> FVMS["fleet worker VMs .68.150–.153, .201<br/>bridgelabs · sdeskills-worker · …"]
DCT -.MCP + apps.-> HAOS
classDef prim fill:#2563eb,stroke:#1e40af,color:#fff;
classDef dim fill:#9ca3af,stroke:#6b7280,color:#fff;
class PMDELL prim;
class PMHP dim;
Quick reference
Proxmox nodes
| Node | IP | Role | Notes |
|---|---|---|---|
| pmdell | 192.168.70.1 | Primary PVE 9.2 | Holds the migrated docker CTs, PXE server, HAOS |
| nanofleet | 192.168.68.128 | PVE (fleet VMs) | Runs the fleet worker VMs (bridgelabs, sdeskills, etc.) |
| pmhp | 192.168.69.1 | being decommissioned | Emptied after migrations |
Key hosts
| Host | IP | What it is |
|---|---|---|
| tower | 192.168.39.10 | GPU box (RTX 4000) — audio-server transcription, Ollama |
| bot-fleet | 192.168.70.99 | Docker host running the viveks-fleet container (Discord fleet) |
| fleet-22143 | 192.168.68.39 | Native Discord fleet host (per-channel Claude sessions) |
| fleet-container-abe | 192.168.39.20 | Fleet container host (was bbd-vm02) |
| bbd-vm01/03/04/05 | 192.168.39.11/13/14/15 | Bare-metal utility boxes |
Network
- Main LAN:
192.168.68.0/22(covers.68,.69,.70,.71) — gateway192.168.68.1 - Secondary:
192.168.39.0/24— gateway192.168.39.1 - PXE: netboot.xyz proxyDHCP on the
/22(see PXE Server)
Sections
- Network — subnets, IP allocations, gateways
- Proxmox Nodes — nodes and their VMs/CTs
- Docker Services — migrated apps and where they run
- Discord Fleet — the fleet system (brokers, workers, channels)
- PXE Server — netboot.xyz + the Proxmox network installer
- Other Hosts — tower, bbd-vms, fleet hosts