Home TZ Proxmox VE Whmcs Module TZ Proxmox Templates

TZ Proxmox Templates

Feb 02, 2026 2 min read

๐Ÿš€ TZ Proxmox Templates

Welcome to TZ Proxmox Templates โ€” a growing collection of pre-optimized Gold Images built for Proxmox Virtual Environment (PVE). These templates help you deploy production-ready VPS faster with best-practice defaults.

๐Ÿ”— Repository: https://huggingface.co/datasets/tzsmm/TZ-Proxmox-Templates

๐Ÿ”” Notice

New templates are added regularly. Browse the folders to find the latest OS distributions such as Ubuntu, AlmaLinux, and more. This guide applies to all templates in this repository.

1

Find Template Download URLs

Open the OS folder you want (example: Ubuntu 24.04 or AlmaLinux 9). Each template contains three files:

  • .vma.zst โ€” Main Proxmox backup file
  • .log โ€” Creation log
  • .vma.zst.notes โ€” Proxmox metadata

Click each file and select Copy download link.

2

Download Files to Proxmox Node

SSH into your Proxmox node and download all template files into the backup directory:

cd /var/lib/vz/dump/

wget "PASTE_.vma.zst_DOWNLOAD_LINK_HERE"
wget "PASTE_.log_DOWNLOAD_LINK_HERE"
wget "PASTE_.vma.zst.notes_DOWNLOAD_LINK_HERE"

โš ๏ธ Important: All three files must be in the same directory. Do NOT rename any files.

3

Restore & Convert to Template

Restore the backup to a new VM ID (example: 500):

qmrestore template.vma.zst 500 --unique 1

After restore, open the Proxmox UI and convert the VM into a template.

๐Ÿ“‚ Template File Structure (Important)

Every template requires ALL files to work correctly:

  • .vma.zst โ€” Required backup file
  • .log โ€” Verification & debugging
  • .vma.zst.notes โ€” Metadata shown in Proxmox UI

โŒ Do NOT upload only the .vma.zst file.

โœ… Templates Ready to Use

Your TZ Proxmox Template is now ready. Deploy clean, fast, and production-ready VPS in seconds using Gold Images.

Maintained by @tzsmm โ€” https://huggingface.co/tzsmm

Last updated: Feb 02, 2026