ProxMox - How to Clone a Virtual Machine from a Template in ProxMox

Tags ProxMox

Issues Resolved by this Article

  • Unable to create a new VM from an existing template

  • Confusion about clone options (Linked Clone vs Full Clone)

  • New VM not appearing after cloning

  • Uncertainty about when a cloned VM is ready to start

Background

Proxmox allows administrators to create virtual machine templates that can be reused to quickly deploy new virtual machines. Cloning from a template saves time and ensures consistency across environments.

When cloning a VM, Proxmox provides options such as Linked Clone and Full Clone. For most standalone virtual machines, a Full Clone is recommended because it creates an independent copy that does not rely on the original template.

Prerequisites

  • You are logged in to the Proxmox web interface using valid credentials.

  • The Win11-Template (or another template) is visible in the left-hand navigation pane.

Solution

Follow the steps below to clone a virtual machine from a template in Proxmox.

1. Locate the Template

  • In the left-hand navigation pane, click on your Proxmox server name.

  • Scroll down the VM list and locate Win11-Template (it is usually near the bottom of the list).

Uploaded Image (Thumbnail)

2. Initiate the Clone Process

  • Right-click on Win11-Template.

  • Select Clone from the context menu.

Uploaded Image (Thumbnail)

3. Configure the New Virtual Machine

The Clone: Virtual Machine window will appear. Configure the following settings:

  • New VM ID: Keep the default ID or enter a new number.

  • Name: Enter a descriptive name (for example, your name or project name).

  • Mode: Select Full Clone (recommended).

    Note: Linked Clone is not recommended for standalone virtual machines.

Uploaded Image (Thumbnail)

4. Start the Cloning Process

  • Click the Clone button in the bottom-right corner of the window.

Proxmox will begin cloning the VM. You will see a lock icon next to the new VM name, indicating that the task is in progress.

Uploaded Image (Thumbnail)

5. Verify Clone Completion

  • Wait until the cloning task finishes.

  • The lock icon will disappear once the operation is complete.

Uploaded Image (Thumbnail)

6. Start the New Virtual Machine

  • Select the newly cloned VM from the navigation pane.

  • Click on the Console tab.

  • Click Start Now to power on the virtual machine.

Uploaded Image (Thumbnail)

  • You will see how the VM start working

Uploaded Image (Thumbnail)

Conclusion

Cloning a virtual machine from a template in Proxmox is a fast and reliable way to deploy new systems. By using Full Clone, you ensure each VM is independent and ready for standalone use. Following these steps helps prevent configuration issues and ensures successful VM deployment.