OS
Ubuntu 24.04
CPU
4 vCPU
Memory
1.6 / 3.8 GiB
Disk /
71%
Uptime
—
Docker stack (8 containers)
Docker
All services run as Docker containers, managed with Docker Compose. Container UI at Portainer.
# list running containers / live resource usage docker ps docker stats # logs for one container docker logs -f <name> # restart / update a stack docker compose -f ~/monitoring/docker-compose.yml restart docker compose pull && docker compose up -d # reclaim space docker system prune
WireGuard VPN
Self-hosted VPN via wg-easy — WireGuard plus a web UI for managing clients, in a container on this server.
Caps NET_ADMIN + SYS_MODULE, net.ipv4.ip_forward=1; config persists in the etc_wireguard volume. Clients reach LAN hosts via a MASQUERADE rule on the server.