Proxmox Control Center

Scripts, backups, restore & systeembeheer.

📜
Scripts
0
🔗
Weblinks
4
Video's
4
Versie: PVE 9.1.2 Mode: Single node Storage: NFS backups
📦 Installatie ⌨️ Scripts 💾 Backups 🔄 Restore ⚠️ Problemen 🔗 Links
Installatie Scripts
Alle containers automatisch bijwerken
Update
Na installatie inloggen als root (sudo -i) en het commando update uitvoeren.
BASH
curl -fsSL https://charlesderidder.nl/proxmox/stable/lxc-manager.sh \
| sed 's/\r$//' \
| sudo tee /usr/local/bin/update > /dev/null \
&& sudo chmod +x /usr/local/bin/update
Testscript
Update2
Na installatie inloggen als root (sudo -i) en het commando update2 uitvoeren.
BASH
curl -fsSL https://charlesderidder.nl/proxmox/proxmox-manager.sh \
| sed 's/\r$//' \
| sudo tee /usr/local/bin/update2 > /dev/null \
&& sudo chmod +x /usr/local/bin/update2
N8N installeren
N8N
BASH
bash <(curl -fsSL https://raw.githubusercontent.com/tteck/Proxmox/refs/heads/main/install/n8n-install.sh)
EVCC installeren
EVCC
BASH
bash <(curl -fsSL https://raw.githubusercontent.com/asylumexp/Proxmox/main/ct/evcc.sh)
No-subscription repository instellen
Vervangt de enterprise repo door de gratis variant.
BASH
cat > /etc/apt/sources.list.d/pve-no-subscription.list <
        
Automatisch bijwerken (DNF)
BASH
apt install dnf
sudo dnf upgrade -y && sudo dnf install -y dnf5-plugin-automatic