2023-11-26 17:36:25 -05:00
<div align="center">
2026-04-15 15:39:19 +02:00
<img src="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/images/logo-81x112.png" height="112px" alt="Proxmox VE Helper-Scripts Logo" />
2025-11-11 11:33:33 +01:00
<h1>Proxmox VE Helper-Scripts</h1>
2026-04-15 15:39:19 +02:00
<p><strong>One-command installations for services, containers, and VMs on Proxmox VE</strong><br/>
A community project — built on the foundation of <a href="https://github.com/tteck">@tteck </a>'s original work</p>
2024-11-01 15:13:34 +01:00
2025-11-11 11:33:33 +01:00
<p>
2026-04-15 15:39:19 +02:00
<a href="https://community-scripts.org"><img src="https://img.shields.io/badge/Website-community--scripts.org-4c9b3f?style=flat-square" /></a>
<a href="https://discord.gg/3AnUqsXnmK"><img src="https://img.shields.io/badge/Discord-Join_us-7289da?style=flat-square&logo=discord&logoColor=white" /></a>
<a href="https://github.com/community-scripts/ProxmoxVE/stargazers"><img src="https://img.shields.io/github/stars/community-scripts/ProxmoxVE?style=flat-square&label=Stars&color=f5a623" /></a>
<a href="https://github.com/community-scripts/ProxmoxVE/blob/main/CHANGELOG.md"><img src="https://img.shields.io/badge/Changelog-view-6c5ce7?style=flat-square" /></a>
<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue?style=flat-square" /></a>
2025-11-11 11:33:33 +01:00
</p>
2026-04-15 15:39:19 +02:00
</div>
2025-11-11 11:33:33 +01:00
2026-04-15 15:39:19 +02:00
---
2025-11-11 11:33:33 +01:00
2026-04-15 15:39:19 +02:00
## What is this?
2025-11-11 11:33:33 +01:00
2026-04-15 15:39:19 +02:00
**Simplify your Proxmox VE setup with community-driven automation scripts.**
2025-11-11 11:33:33 +01:00
2026-04-15 15:39:19 +02:00
Install and configure popular self-hosted services with a single command — no manual package hunting, no config file archaeology. Paste a command into your Proxmox shell, answer a few prompts, and your container or VM is up and running.
2025-11-11 11:33:33 +01:00
2026-04-15 15:39:19 +02:00
The collection covers hundreds of services across categories like home automation, media servers, networking tools, databases, monitoring stacks, and more.
2025-11-11 11:33:33 +01:00
2026-04-15 15:39:19 +02:00
---
## Requirements
| Component | Details |
| -------------- | ------------------------------------------------ |
2026-05-21 19:04:47 +02:00
| **Proxmox VE** | Version 8.4, 9.0, 9.1, or 9.2 |
2026-04-15 15:39:19 +02:00
| **Host OS** | Proxmox VE (Debian-based) |
| **Access** | Root shell access on the Proxmox host |
| **Network** | Internet connection required during installation |
2024-11-12 16:54:39 +01:00
2023-11-22 14:58:01 -05:00
---
2026-04-15 15:39:19 +02:00
## Getting Started
2025-11-11 11:33:33 +01:00
2026-04-15 15:39:19 +02:00
The fastest way to find and run scripts:
2024-11-01 15:13:34 +01:00
2026-04-15 15:39:19 +02:00
1. Go to ** [community-scripts.org ](https://community-scripts.org )**
2. Search for the service you want (e.g. "Home Assistant", "Nginx Proxy Manager", "Jellyfin")
3. Copy the one-line install command from the script page
4. Open your **Proxmox Shell** and paste it
5. Choose between **Default** or **Advanced** setup and follow the prompts
2025-11-11 11:33:33 +01:00
2026-04-15 15:39:19 +02:00
Each script page documents what the container includes, default resource allocation, and post-install notes.
2023-11-22 15:13:00 -05:00
2025-01-17 10:10:11 +01:00
---
2024-11-12 16:54:39 +01:00
2026-04-15 15:39:19 +02:00
## How Scripts Work
2025-11-11 11:33:33 +01:00
2026-04-15 15:39:19 +02:00
Every script follows the same pattern:
2024-11-12 16:54:39 +01:00
2026-04-15 15:39:19 +02:00
**Default mode** — Picks sensible resource defaults (CPU, RAM, storage) and asks only the minimum required questions. Most installs finish in under five minutes.
2025-11-11 11:33:33 +01:00
2026-04-15 15:39:19 +02:00
**Advanced mode** — Gives you full control over container settings, networking, storage backends, and application-level configuration before anything is installed.
After installation, each container ships with a **post-install helper** accessible from the Proxmox shell. It handles common tasks like:
- Applying updates to the installed service
- Changing application settings without manually editing config files
- Basic troubleshooting and log access
2024-11-01 15:13:34 +01:00
---
2026-04-15 15:39:19 +02:00
## What's Included
2024-11-12 16:54:39 +01:00
2026-04-15 15:39:19 +02:00
The repository covers a wide range of categories. A few examples:
2024-11-12 16:54:39 +01:00
2026-04-15 15:39:19 +02:00
| Category | Examples |
| --------------- | --------------------------------------------------- |
| Home Automation | Home Assistant, Zigbee2MQTT, ESPHome, Node-RED |
| Media | Jellyfin, Plex, Radarr, Sonarr, Immich |
| Networking | AdGuard Home, Nginx Proxy Manager, Pi-hole, Traefik |
| Monitoring | Grafana, Prometheus, Uptime Kuma, Netdata |
| Databases | PostgreSQL, MariaDB, Redis, InfluxDB |
| Security | Vaultwarden, CrowdSec, Authentik |
| Dev & Tools | Gitea, Portainer, VS Code Server, n8n |
2025-11-11 11:33:33 +01:00
2026-04-15 15:39:19 +02:00
> Browse the full list at **[community-scripts.org/categories](https://community-scripts.org/categories)** — new scripts are added regularly.
2025-11-11 11:33:33 +01:00
2026-04-15 15:39:19 +02:00
---
2025-11-11 11:33:33 +01:00
2026-04-15 15:39:19 +02:00
## Contributing
2024-11-12 16:54:39 +01:00
2026-04-15 15:39:19 +02:00
This project runs on community contributions. Whether you want to write new scripts, improve existing ones, or just report a bug — every bit helps.
2024-11-12 16:54:39 +01:00
2026-04-15 15:39:19 +02:00
### Where to start
2024-11-12 16:54:39 +01:00
2026-04-15 15:39:19 +02:00
| I want to… | Go here |
| ------------------------------------- | ------------------------------------------------------------------------------------------------- |
| Add a **new** script | [ProxmoxVED ](https://github.com/community-scripts/ProxmoxVED ) — new scripts are tested here first |
| Fix or improve an **existing** script | [Contributing Guidelines ](CONTRIBUTING.md ) — open a PR in this repo |
| Report a bug or broken script | [Issues ](https://github.com/community-scripts/ProxmoxVE/issues ) |
| Request a new script or feature | [Discussions ](https://github.com/community-scripts/ProxmoxVE/discussions ) |
| Report a security vulnerability | [Security Policy ](SECURITY.md ) |
| Get help or chat with other users | [Discord ](https://discord.gg/3AnUqsXnmK ) |
2025-11-11 11:33:33 +01:00
2026-04-15 15:39:19 +02:00
### Before you open a PR
2024-11-12 16:54:39 +01:00
2026-04-15 15:39:19 +02:00
- **New scripts go to [ProxmoxVED ](https://github.com/community-scripts/ProxmoxVED ), not here.** PRs with new scripts opened directly against this repo will be closed.
- Bug fixes and improvements to existing scripts belong in this repo — read the [Contributing Guidelines ](CONTRIBUTING.md ) first.
- Keep PRs focused. One fix or feature per PR.
- Document what your script installs and any non-obvious decisions in the corresponding JSON metadata file.
2024-11-12 16:54:39 +01:00
2026-04-15 15:39:19 +02:00
---
2025-11-11 11:33:33 +01:00
2026-04-15 15:39:19 +02:00
## Core Team
2024-11-12 16:54:39 +01:00
2026-04-15 15:39:19 +02:00
<table align="center">
2025-11-11 11:33:33 +01:00
<tr>
2026-04-15 15:39:19 +02:00
<td align="center">
<a href="https://github.com/MickLesk">
<img src="https://github.com/MickLesk.png" width="80" height="80" style="border-radius:50%" alt="MickLesk" /><br/>
<sub><b>MickLesk</b></sub>
2025-11-11 11:33:33 +01:00
</a>
</td>
2026-04-15 15:39:19 +02:00
<td align="center">
<a href="https://github.com/michelroegl-brunner">
<img src="https://github.com/michelroegl-brunner.png" width="80" height="80" style="border-radius:50%" alt="michelroegl-brunner" /><br/>
<sub><b>michelroegl-brunner</b></sub>
2025-11-11 11:33:33 +01:00
</a>
</td>
2026-04-15 15:39:19 +02:00
<td align="center">
<a href="https://github.com/BramSuurdje">
<img src="https://github.com/BramSuurdje.png" width="80" height="80" style="border-radius:50%" alt="BramSuurdje" /><br/>
<sub><b>BramSuurdje</b></sub>
2025-11-11 11:33:33 +01:00
</a>
</td>
2026-04-15 15:39:19 +02:00
<td align="center">
<a href="https://github.com/CrazyWolf13">
<img src="https://github.com/CrazyWolf13.png" width="80" height="80" style="border-radius:50%" alt="CrazyWolf13" /><br/>
<sub><b>CrazyWolf13</b></sub>
</a>
2025-11-11 11:33:33 +01:00
</td>
2026-04-15 15:39:19 +02:00
<td align="center">
<a href="https://github.com/tremor021">
<img src="https://github.com/tremor021.png" width="80" height="80" style="border-radius:50%" alt="tremor021" /><br/>
<sub><b>tremor021</b></sub>
</a>
2025-11-11 11:33:33 +01:00
</td>
2026-04-15 15:39:19 +02:00
<td align="center">
<a href="https://github.com/vhsdream">
<img src="https://github.com/vhsdream.png" width="80" height="80" style="border-radius:50%" alt="vhsdream" /><br/>
<sub><b>vhsdream</b></sub>
</a>
2025-11-11 11:33:33 +01:00
</td>
2026-06-19 15:57:05 +10:00
<td align="center">
<a href="https://github.com/asylumexp">
<img src="https://github.com/asylumexp.png" width="80" height="80" style="border-radius:50%" alt="asylumexp" /><br/>
<sub><b>asylumexp</b></sub>
</a>
</td>
2025-11-11 11:33:33 +01:00
</tr>
</table>
2024-11-12 16:54:39 +01:00
2025-01-17 10:10:11 +01:00
---
2024-11-12 16:54:39 +01:00
2026-04-15 15:39:19 +02:00
## Project Activity
2025-02-07 15:29:17 +01:00
2025-12-15 09:52:36 +01:00
<p align="center">
<img
2025-12-15 10:06:07 +01:00
src="https://repobeats.axiom.co/api/embed/57edde03e00f88d739bdb5b844ff7d07dd079375.svg"
2026-04-15 15:39:19 +02:00
alt="Repository activity"
width="700"
2025-12-15 09:52:36 +01:00
/>
</p>
<p align="center">
2026-08-09 16:19:29 +02:00
<a href="https://www.star-history.com/?repos=community-scripts%2FProxmoxVE&type=date&legend=top-left">
2025-11-11 11:33:33 +01:00
<picture>
2026-08-09 16:19:29 +02:00
<source
media="(prefers-color-scheme: dark)"
srcset="https://api.star-history.com/chart?repos=community-scripts/ProxmoxVE&type=date&theme=dark&legend=top-left&sealed_token=-lUy2KH6pJryUyLCbiWRwFz3ilXMDFVFHm0lJcqh-Hl5e0QNNKjINNcXzULhaZVpBugN_TDaxOawEAuzwBc5Sjqa2mCRw9K6TdCioKRDsS_qXUwhkLQSCMRSg1schCdl4rQD8qEj7PWBjin-fyHnDm7NnM6akZp59jndG7qV7PrvG8nLBgDIuuA-wAI3"
/>
<source
media="(prefers-color-scheme: light)"
srcset="https://api.star-history.com/chart?repos=community-scripts/ProxmoxVE&type=date&legend=top-left&sealed_token=-lUy2KH6pJryUyLCbiWRwFz3ilXMDFVFHm0lJcqh-Hl5e0QNNKjINNcXzULhaZVpBugN_TDaxOawEAuzwBc5Sjqa2mCRw9K6TdCioKRDsS_qXUwhkLQSCMRSg1schCdl4rQD8qEj7PWBjin-fyHnDm7NnM6akZp59jndG7qV7PrvG8nLBgDIuuA-wAI3"
/>
<img
alt="Star History Chart"
src="https://api.star-history.com/chart?repos=community-scripts/ProxmoxVE&type=date&legend=top-left&sealed_token=-lUy2KH6pJryUyLCbiWRwFz3ilXMDFVFHm0lJcqh-Hl5e0QNNKjINNcXzULhaZVpBugN_TDaxOawEAuzwBc5Sjqa2mCRw9K6TdCioKRDsS_qXUwhkLQSCMRSg1schCdl4rQD8qEj7PWBjin-fyHnDm7NnM6akZp59jndG7qV7PrvG8nLBgDIuuA-wAI3"
width="700"
/>
2025-11-11 11:33:33 +01:00
</picture>
</a>
2025-12-15 09:52:36 +01:00
</p>
2024-11-13 22:08:11 +13:00
2025-11-11 11:33:33 +01:00
---
2026-04-15 15:39:19 +02:00
## Support the Project
This project is maintained by volunteers. All infrastructure costs come out of pocket, and the work is done in people's spare time.
**30% of all donations are forwarded directly to cancer research and hospice care** — a cause that was important to tteck.
<div align="center">
<a href="https://ko-fi.com/community_scripts">
<img src="https://img.shields.io/badge/Support_on_Ko--fi-FF5F5F?style=for-the-badge&logo=ko-fi&logoColor=white" alt="Support on Ko-fi" />
</a>
<a href="https://community-scripts.org/donate">
<img src="https://img.shields.io/badge/Donate-community--scripts.org%2Fdonate-4c9b3f?style=for-the-badge" alt="Donate via community-scripts.org" />
</a>
</div>
---
## License
This project is licensed under the [MIT License ](LICENSE ) — free to use, modify, and redistribute for personal and commercial purposes.
2025-11-11 11:33:33 +01:00
2026-04-15 15:39:19 +02:00
See the full license text in [LICENSE ](LICENSE ).
2025-11-11 11:33:33 +01:00
---
<div align="center">
2026-04-15 15:39:19 +02:00
<sub>Built on the foundation of <a href="https://github.com/tteck">tteck</a>'s original work · <a href="https://github.com/tteck/Proxmox">Original Repository</a></sub><br/>
<sub>Maintained and expanded by the community · In memory of tteck</sub><br/>
2025-11-11 11:33:33 +01:00
<sub><i>Proxmox® is a registered trademark of <a href="https://www.proxmox.com/en/about/company">Proxmox Server Solutions GmbH</a></i></sub>
</div>