PVE Privilege Converter | scripts-underground PVE Privilege Converter | scripts-underground
⚠️
WARNING: Executing scripts from the internet without understanding what they do can be dangerous. This is an open frontier — always review the code before running it.

PVE Privilege Converter

pve proxmox
REPO_BASE=https://raw.githubusercontent.com/scripts-underground/proxmox/main bash -c "$(curl -fsSL https://raw.githubusercontent.com/scripts-underground/proxmox/main/scripts/pve/pve-privilege-converter.sh)"

PVE Privilege Converter

This script allows converting Proxmox LXC containers between privileged and unprivileged modes using vzdump backup and restore. It guides you through container selection, backup storage, ID assignment, and privilege flipping via automated restore.

Notes

  • Execute this script inside the Proxmox shell as root.
  • Ensure that the backup and target storage have enough space.
  • The container will be recreated with a new ID and desired privilege setting.
Copied!