Skip to content
Steven Koch edited this page Oct 8, 2025 · 26 revisions

Host

Proxmox VE

Recommended Configuration

The following commands and configurations are recommended:

# Apply base system patches and defaults
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)"

# Clean and configure the repository sources
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/update-repo.sh)"

# Enable system time synchronization
apt install systemd-timesyncd -y && timedatectl set-ntp true

Token Based Configuration

deprecated

The following commands and configurations are required without root user authentication:

Download Debian LXC template (or change)

pveam download local debian-13-standard_13.1-1_amd64.tar.zst && pveam update # v1.1-3 + 

pveam download local debian-12-standard_12.7-1_amd64.tar.zst && pveam update # v1.1-2

Optional

Clone this wiki locally