Proxmox VE (Nested) | scripts-underground Proxmox VE (Nested) | 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.

Proxmox VE (Nested)

CPU: cores RAM: MB Disk: GB
REPO_BASE=https://raw.githubusercontent.com/scripts-underground/proxmox/main bash -c "$(curl -fsSL https://raw.githubusercontent.com/scripts-underground/proxmox/main/scripts/vm/proxmox-ve-vm.sh)"

Proxmox VE (Nested)

Creates a Proxmox VE virtual machine inside your existing Proxmox host — nested virtualization for sandboxed PVE environments.

Notes

  • Requires CPU with virtualization support (host CPU mode)
  • Cloud-Init used to bootstrap PVE packages on Debian 13
  • PVE web interface will be available on port 8006 of the VM
Copied!