Proxmox
Repository for any notes, snippets, cheat sheets pertaining to Proxmox
Resize Proxmox VM Disk
Node Management
Cluster Management
Clustering: Same ZFS Pool on All Nodes
Example Configuration Showing clustered PVE nodes I have a ZFS volume called Guest_Disk...
ACME Certificates on PVE HTTPS
NOTE: The instructions on this page pertain to setting up ACME certificates for the PVEProxy serv...
Migrate to Cluster-wide VLAN Trunking
Purpose We want to define VLAN IDs that will be trunked from vmbr0 up to the physical managed swi...
Proxmox Backup Server (PBS) on Synology
Overview
Preparing Synology NAS
Virtual Machine Manager (VMM) Ensure you've installed the Virtual Machine Manager (VMM) package ...
Install Proxmox Backup Server
Virtual Machine Manager (VMM) Download Proxmox Backup Server ISO https://www.proxmox.com/en/downl...
Map NFS Share in PBS
Firewall Example rule in pfSense allowing PBS servers to reach ports (including NFS) on NAS serv...
Add Datastore to PBS
Add Datastore Click "Add Datastore" Low garbage collection to reduce wear and tear https://pbs...
Add PBS to Proxmox VE
Example Firewall Rule Ports: 8007 Add PBS to PVE Get PBS Fingerprint Click the "Show Fingerpr...
Troubleshooting
PBS Backup Proxy Fails to Start Overview This issue affects the ability for the user to log into...
ACME Certificates on PBS HTTPS
NOTE: The instructions on this page pertain to setting up ACME certificates for the proxmox-backu...
vzdump Backups
VM Management
Export a Proxmox VM to VirtualBox
Example VM I want to export the pfsense-deleteme VM and import it into VirtualBox. The procedure ...
Inspect Guest Disk Contents
This procedure only works for unencrypted disks, or disks where the encryption key is known! List...
Get Raw Command Output from qm guest exec
sudo apt update && sudo apt install -y jq VM_ID='201' COMMAND='cat /etc/hosts' qm guest exec 201 ...