Proxmox Script Library
Search, copy, and deploy community-maintained Proxmox helper scripts in seconds. One-click commands for VMs, LXC containers, and system utilities.
Post Install Script
Automated configuration of repos, updates, and system optimization after Proxmox VE installation.
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/post-pve-install.sh)"Docker LXC
Deploy a lightweight LXC container with Docker and Docker Compose pre-installed.
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/docker.sh)"Home Assistant OS
Install Home Assistant OS as a VM with automatic disk and network configuration.
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/vm/haos-vm.sh)"Plex Media Server
Deploy Plex Media Server in an LXC container with optional hardware transcoding support.
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/plex.sh)"Jellyfin
Free and open-source media server. Perfect alternative to Plex with no subscription required.
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/jellyfin.sh)"Pi-hole
Network-wide ad blocking via DNS. Lightweight and effective for whole-home ad filtering.
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/pihole.sh)"Grafana
Open-source analytics and monitoring platform. Visualize metrics from any data source.
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/grafana.sh)"Prometheus
Powerful metrics collection and alerting toolkit for monitoring your infrastructure.
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/prometheus.sh)"Dark Mode Theme
Install a modern dark theme for the Proxmox web interface with improved readability.
bash <(curl -s https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.sh) installKernel Clean
Remove old unused kernels to free up boot partition space and keep things tidy.
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/kernel-clean.sh)"Sonarr
Automated TV show management and download integration for your media library.
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/sonarr.sh)"Radarr
Automated movie management and download integration. Pairs with Sonarr for a full ARR stack.
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/radarr.sh)"Uptime Kuma
Self-hosted uptime monitoring tool with a beautiful dashboard and notification support.
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/uptimekuma.sh)"Nginx Proxy Manager
Easy-to-use reverse proxy with Let's Encrypt SSL, perfect for exposing services safely.
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/nginxproxymanager.sh)"Safety Best Practices
- →Review scripts before running: Always inspect source code or use trusted repositories
- →Test in non-production first: Try on test systems before deploying to critical infrastructure
- →Backup before changes: Always snapshot VMs/containers before running system-level scripts