Last Updated: 2026-02-23
Maintainer: Jen
| Property | Value |
|---|---|
| VM ID | 113 |
| Hostname | VoidForge |
| IP Address | 192.168.5.156 |
| Subnet | |
| Gateway | |
| DNS | |
| OS | |
| CPU | 8 vCPUs (4 sockets, 2 cores) [x86-64-v2-AES] |
| RAM | 8.79 GiB |
| Disk | 60G (storage1:113/vm-113-disk-0.qcow2, iothread=1) |
| Hypervisor | Proxmox (QEMU/KVM) |
| Machine | Default (i440fx) |
| BIOS | Default (SeaBIOS) |
| Display | SPICE (qxl) |
| SCSI | VirtIO SCSI single |
| MAC Address | BC:24:11:81:A6:FF |
| Network | bridge=vmbr0, firewall=1 |
ssh user@192.168.5.156
💡 Add your SSH public key to ~/.ssh/authorized_keys for passwordless access.
Update this section as software is added.
| Software / Service | Version | Purpose | Status |
|---|---|---|---|
# Check status of a service
sudo systemctl status <service-name>
# Start / Stop / Restart
sudo systemctl start <service-name>
sudo systemctl stop <service-name>
sudo systemctl restart <service-name>
Document each major setup step here as you complete it. This section serves as the source of truth for rebuilding the VM from scratch.
# Update & upgrade
sudo apt update && sudo apt upgrade -y
# Set hostname
sudo hostnamectl set-hostname voidforge
# Confirm IP is static (edit if needed)
cat /etc/netplan/*.yaml
# Edit SSH config
sudo nano /etc/ssh/sshd_config
# Recommended settings:
# PermitRootLogin no
# PasswordAuthentication no
# PubkeyAuthentication yes
sudo systemctl restart sshd
# Commands here
➕ Add new sections as you configure additional components.
Each runbook describes a repeatable task or automation workflow on this VM.
Name:
Trigger:
Schedule:
Owner:
Last Tested:
Description:
Steps:
# Step 1
# Step 2
# Step 3
Expected Output:
Troubleshooting:
Name:
Trigger:
Schedule:
Owner:
Last Tested:
Description:
Steps:
#
Expected Output:
Troubleshooting:
Wiki for 113 VoidForge @ 192.168.5.156