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

    ✓ Verified 2026
    System

    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

    ✓ Verified 2026
    System

    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

    ✓ Verified 2026
    Utilities

    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

    ✓ Verified 2026
    Media

    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

    Media

    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

    ✓ Verified 2026
    Utilities

    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

    Monitoring

    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

    Monitoring

    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

    Utilities

    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) install

    Kernel Clean

    System

    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

    Media

    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

    Media

    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

    Monitoring

    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

    Utilities

    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

    Related Reading