Proxmox VE Helper-Scripts: Community automation for container deployment
Bash scripts for automated Proxmox LXC/VM provisioning.
Learn more about ProxmoxVE
The Proxmox VE Helper-Scripts repository provides a collection of Bash automation scripts designed to streamline the deployment and configuration of Linux containers and virtual machines on Proxmox Virtual Environment infrastructure. The scripts utilize environment variable injection to enable non-interactive provisioning workflows, allowing administrators to programmatically define container specifications such as resource allocation, networking parameters, and authentication credentials before executing remote installation routines. Each script fetches application-specific configuration templates and container images, then orchestrates the creation process through Proxmox's container management APIs. The architecture supports bulk deployment scenarios where multiple containers can be provisioned sequentially by modifying environment variables between script invocations, facilitating infrastructure-as-code patterns for homelab and production environments. This approach trades interactive flexibility for reproducibility and automation capabilities, making it particularly suited for standardized deployment pipelines.

Web-based script discovery
Provides a centralized web interface for browsing and copying installation commands rather than requiring manual repository navigation or documentation lookup.
Local UI integration
Includes PVEScripts-Local tool that integrates script management directly into the Proxmox web interface, eliminating the need to access external websites or command line for common deployments.
Interactive configuration prompts
Scripts present configuration options during installation with both simplified defaults for standard setups and advanced parameters for custom configurations, rather than requiring pre-configuration or environment variables.
npm install proxmox-api#### 🐞 Bug Fixes
- –🐞 Bug Fixes
- –[FIX] Tautulli: ensure virtualenv is recreated during update; backup tautulli.db @vhsdream (#11182)
- –[Fix] Pangolin: ensure additional JSON files are in place @vhsdream (#11183)
- –Manyfold: fix permissions error @vhsdream (#11165)
- –Termix: recreate nginx dirs and backup uploads on update @MickLesk (#11169)
Manyfold (#11143)
- –Manyfold (#11143)
- –🐞 Bug Fixes
- –elementsynapse: correct parameter order in fetchanddeployghrelease @MickLesk (#11145)
- –leantime: fix backup file naming @MickLesk (#11137)
- –[Hotfix] Element Synapse @vhsdream (#11135)
Tracearr (#11079)
- –Tracearr (#11079)
- –Dawarich (#11075)
- –🐞 Bug Fixes
- –fix: homarr: more ram @CrazyWolf13 (#11102)
- –plant-it: re-add JWT_SECRET @MickLesk (#11098)
See how people are using ProxmoxVE
Top in Cloud & DevOps
Related Repositories
Discover similar tools and frameworks used by developers
renovate
Automated dependency updates via pull requests across 90+ package managers.
azure-cli
Cross-platform CLI for managing Azure resources through commands and automation scripts.
awx
Django-based control plane for centralized Ansible management.
checkout
Clones repositories to workflows with configurable authentication and fetch depth.
Thanos
Extends Prometheus with unlimited storage, global queries, and high availability using object storage.