Analysis updated 2026-06-24
Create a Home Assistant LXC container on a Proxmox host with a single command.
Spin up a virtual machine on a homelab Proxmox node through a guided dialog.
Customize container resources like CPU, RAM, and disk through the advanced setup mode.
Use the scripts as a starting point for writing your own Proxmox automation.
| tteck/proxmox | quickemu-project/quickemu | bash-it/bash-it | |
|---|---|---|---|
| Stars | 15,174 | 15,092 | 15,044 |
| Language | Shell | Shell | Shell |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 3/5 | 1/5 |
| Audience | ops devops | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Repo is archived, use the active fork at community-scripts/ProxmoxVE and audit scripts before piping into root shells.
This repository is a collection of helper scripts for Proxmox VE, an open-source platform that lets a single physical server host many virtual machines (full simulated computers) and Linux containers (lighter-weight isolated environments that share the host's Linux kernel). Proxmox is popular with people who run home servers or self-hosted services, and the topics tagged on the repo confirm that audience: home-assistant, home-automation, homelab, lxc, proxmox, scripts, self-hosted, vm. The scripts let a user create a Linux container or a virtual machine through a step-by-step dialog instead of typing long commands by hand. The README describes two modes. A basic setup uses the project's default values and asks the user almost nothing. An advanced setup opens up the same defaults so the user can customize them. In both cases the choices appear in dialog boxes on screen, and once the user has filled in the answers the script checks the values and produces the final configuration for the new container or VM. The README itself is short. Most of what it contains is links rather than documentation. There is a link to a companion website at helper-scripts.com, a contribution guide, a page of user-submitted guides, a changelog, and a Ko-fi donation link for supporting the author. The catalogue of individual scripts (one per service that the project knows how to install) is not in this README, it lives on the website. The most important content of the README is a notice at the top. The original repository is being archived, and the project has moved to a new home at github.com/community-scripts/ProxmoxVE, which the notice describes as the go-to place for the latest Proxmox VE scripts going forward. So anyone reading this repo today is reading a historical snapshot of the project rather than the actively maintained version. The README ends with a cautionary note that users should evaluate scripts and automation tasks from outside sources carefully before running them on their own systems, with a link to a code-audit document. A footer notes that Proxmox is a registered trademark of Proxmox Server Solutions GmbH, which is the company behind Proxmox VE itself. The scripts in this repository are a community effort and are not produced by that company.
Helper shell scripts for Proxmox VE that create Linux containers or virtual machines via interactive dialogs. The repo is archived, active scripts moved to community-scripts/ProxmoxVE.
Mainly Shell. The stack also includes Bash, Proxmox, LXC.
MIT licensed: use freely in personal and commercial projects as long as the copyright notice is kept.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.