Ubuntu
Ubuntu Server as a cloud image, with a choice of release at start: 26.04 LTS, 25.04, 24.04 LTS or 22.04 LTS.
Ubuntu
In Development
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.
Installation
Default install:
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/vm/ubuntu-vm.sh)"
Notes
The script asks which Ubuntu release to install. It replaces the former separate ubuntu2204/2404/2410/2504/2604-vm scripts; 24.10 was dropped because it is end of life and its cloud image has been removed from the mirror.
Cloud-Init is optional and off by default. Without it the disk is only resized on the Proxmox side, so the guest may need its root filesystem expanded manually after first boot.
If you use Cloud-init, checkout cloud-init discussion:
https://github.com/community-scripts/ProxmoxVE/discussions/272