Debian
Debian as a cloud image, with a choice of release at start: 13 (Trixie), 12 (Bookworm) or 11 (Bullseye). The long-standing default base for servers that value stability over recency.
Debian
Installation
Default install:
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/debian-vm.sh)"
Notes
The script asks which Debian release to install (13, 12 or 11). It replaces the former separate debian-13-vm script.
Cloud-Init is optional and off by default. Choosing it switches the image from nocloud to genericcloud; configure your SSH key and credentials in the Proxmox Cloud-Init tab before starting the VM.
If you use Cloud-init, checkout cloud-init discussion:
https://github.com/community-scripts/ProxmoxVE/discussions/272