Before creating a Virtual Machine (VM), you need to prepare the ISO image for the operating system you want to install. The PVE WebGUI management interface provides two methods: local upload and online download.
The download procedure is similar to uploading, except that in the local Content Panel you need to select Download from URL for an online download.In the pop-up window, enter the download URL for the ISO image, then click Query URL. The system will automatically retrieve the file name.
For example, to download Ubuntu Server 22.04, first copy the download URL into the dialog box, then click Query URL and wait for the system to detect the file name (in this case, ubuntu-22.04.3-live-server-amd64.iso). Finally, click Download and wait for the download to complete.
It is recommended to use Download from URL — the online download method — for this task. Uploading an ISO image to the server requires downloading it to your local machine first and then uploading it to the server, which is time-consuming. Letting the server download the file directly is a one-step process that saves considerable effort.
Alternatively, you can switch to the Node’s Console (Shell) and use the wget command to download the ISO image directly to the system’s designated storage path.
Cores: The number of CPU cores. Configure based on the VM’s intended use. Here it is set to 2 cores.
Type: The CPU type defaults to x86-64-v2-AES. Select a type that matches the host machine’s CPU — the default is usually sufficient. For a perfect match, set the CPU type to host, which gives the VM the exact same CPU capabilities as the host machine.