Table of Contents

Proxmox Infrastructure

Last updated: 2026-02-06

Hosts

Host Model IP Role
hv-dev-1 Dell 10.100.160.100 Main Proxmox host

Containers

Core Services

VMID Name IP RAM Service Notes
102 traefik 10.100.161.102 - Reverse Proxy Ports 80/443 forwarded from WAN
103 openclaw 10.100.160.249 - OpenClaw Gateway Bot/AI assistant

Automation Stack

VMID Name IP RAM Service Notes
110 postgres 10.100.161.110 1GB PostgreSQL Shared DB (n8n + Vaultwarden)
111 n8n 10.100.161.111 1GB n8n Workflow automation
112 vaultwarden 10.100.161.112 512MB Vaultwarden Password manager
113 dokuwiki 10.100.161.113 512MB DokuWiki This wiki
114 uptime-kuma 10.100.161.114 512MB Uptime Kuma Status monitoring

API Access

Common Commands

# List all containers
pct list
 
# Start/stop container
pct start <vmid>
pct stop <vmid>
 
# Enter container shell
pct exec <vmid> -- bash
 
# View container config
pct config <vmid>
 
# Push file to container
pct push <vmid> /local/path /container/path
 
# Container console
pct console <vmid>

Backup

TODO: Configure backup jobs for all containers.

Recommended schedule: