Helsinki2 — Proxmox Host
Helsinki2 is a dedicated Hetzner bare-metal server running Proxmox VE.
Host Details
| Property | Value |
|---|---|
| Provider | Hetzner |
| Public IP | 65.108.159.249 |
| Hypervisor | Proxmox VE 8.x |
| Internal bridge | 192.168.100.0/24 |
| SSH | [email protected] (key auth) |
Virtualisation
Proxmox runs a mix of LXC containers (lightweight services) and QEMU VMs (Docker host, full-kernel workloads).
Web UI
Proxmox web UI is accessible at https://65.108.159.249:8006 (not publicly exposed, access via WireGuard or direct).
Key Commands
# List all containers
pct list
# List all VMs
qm list
# Open container shell
pct exec <CTID> -- bash
# Open VM console
qm terminal <VMID>
# Check node resource usage
pvesh get /nodes/proxmox/status
Networking
All guests share the vmbr0 Linux bridge. Internal IPs are in 192.168.100.0/24. Only CT101 (Caddy) and the WireGuard gateway are directly exposed to the internet.