A Community Legacy in Memory of @tteck
Offline-capable fork of community-scripts/ProxmoxVE
This fork has been modified for local/offline operation:
• Interactive script discovery via
run.sh• Works on air-gapped networks
• Auditable local code
-
Clone to Proxmox host
git clone https://github.com/fmcglinn/ProxmoxVE.git /opt/community-scripts
-
Install dependencies
apt install jq whiptail
-
Add to PATH (optional)
ln -sf /opt/community-scripts/run.sh /usr/local/bin/community-scripts
-
Run interactive launcher
community-scripts
Or if you skipped step 3:
cd /opt/community-scripts && ./run.sh -
Browse categories, search scripts, and install directly from local files.
cd /opt/community-scripts
bash ct/plex.sh| Requirement | Details |
|---|---|
| Proxmox VE | 8.4.x / 9.0.x / 9.1.x |
| OS | Debian-based with Proxmox Tools |
| Network | Offline capable (after initial clone) |
| Dependencies | jq, whiptail |
- Quick Setup - One-command installations for popular services
- Flexible Config - Simple mode for beginners, advanced options for power users
- Auto Updates - Built-in update mechanisms for installed services
- 400+ Scripts - LXC containers and VMs for popular self-hosted apps
Originally created by tteck, now maintained by the community.
Upstream project: community-scripts/ProxmoxVE
MIT License - see LICENSE