Update Servers/Virtualization/Proxmox/Cloud-Init Templates/Ubuntu Server.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 8s

This commit is contained in:
2025-09-11 16:29:03 -06:00
parent bd7f3bd807
commit fe33f305ee

View File

@@ -67,7 +67,24 @@ qm template 9000
``` ```
### Deploy a New VM from Template ### Deploy a New VM from Template
You can now create new VMs instantly from the template using “Full Clone” or “Linked Clone” depending on your storage type and needs. You can now create new VMs instantly from the template we created above.
=== "Via WebUI"
- Log into the ProxmoxVE node where the template was created
- Right-Click the Template > "**Clone**"
- Give the new VM a name
- Set the "Mode" of the clone to "**Full Clone**"
- Navigate to the new GuestVM in ProxmoxVE and click on the "**Cloud-Init**" tab
- Change the "**User**" and "**Password**" fields if you want to change them
- Double-click on the "**IP Config (net0)**" option
- **IPv4/CIDR**: `192.168.3.67/24
- **Gateway (IPv4)**: `192.168.3.1`
- Click the "**OK**" button
- Start the VM and wait for it to automatically provision itself
=== "Via CLI"
``` sh ``` sh
# Create a new VM (example: VM 9100) cloned from the template # Create a new VM (example: VM 9100) cloned from the template
qm clone 9000 9100 --name ubuntu-2404-test --full qm clone 9000 9100 --name ubuntu-2404-test --full