Skip to content

Setup Guide

The following steps describe how you can add the PVE WSH debian repository in your proxmox cluster nodes.

You can choose to only install the packages on a few nodes in a given cluster, but you will not be able to migrate or restore guests with the extended configuration values to non-compatible PVE nodes.

Repository packages as of 8 Aug 2026, 08:59 UTC (from changelog patches). See all releases on GitHub.

PackageVersionArchitectureRelease
pve-manager9.2.6+wsh2allpve-manager-9.2.6-wsh2
qemu-server9.2.4+wsh1amd64qemu-server-9.2.4-wsh1
pve-qemu-kvm11.0.3-1+wsh1amd64pve-qemu-11.0.3-1-wsh1
      
        pve-manager/stable 9.2.6+wsh2 all
qemu-server/stable 9.2.4+wsh1 amd64
pve-qemu-kvm/stable 11.0.3-1+wsh1 amd64
      
    
Terminal window
# Add the repository signing key
wget -O - http://debian.wshosting.no/debian/conf/wsh-pve.gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/wsh-pve.gpg
# Add the repository
sudo wget -O /etc/apt/sources.list.d/wsh-pve.sources http://debian.wshosting.no/debian/conf/wsh-pve.sources
# Update repository cache and show packages that can be installed
sudo apt update && sudo apt list --upgradable
# Install the replacement packages
sudo apt full-upgrade

After apt update, the packages listed above should appear as upgradable from the stable suite.