Proxmox cheatsheet
Download a new ISO image
- Find the URL to the image online.
- At top left of Proxmox interface, select "Folder View".
- Click into "Storage" and then "local (proxmox)".
- In pane that opens, go to "ISO Images" and click "Download from URL".
Get container IP address
# from the proxmox command-line
$ lxc-info -n ID
This is for containers, not VMs.
Fix failing Proxmox updates
If you don't have a Proxmox subscription, updates on the Proxmox host might fail because they try to use the enterprise package repositories.
- Comment out the lines in
/etc/apt/sources.list.d/pve-enterprise.list
- Create
/etc/apt/sources.list.d/pve-no-subscription.list
- Add the line
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription