Files
multi-os-installer-LXC/REadme.md
T
2026-05-25 06:42:38 +02:00

44 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Proxmox LXC Multi-OS Installer
## Debian • Ubuntu | + Docker • Portainer
Schritt 1: Distribution
[1] 🌀 Debian schlank, stabil, bewährt
[2] 🟠 Ubuntu breite Paketbasis, LTS-Support
Schritt 2: Version
[1] Vorherige Version (12)
[2] Aktuelle Version (13) ← empfohlen
[3] Nächste Version (14) [experimentell]
Schritt 3: Container-Konfiguration
→ ID, Hostname, Passwort, Storage-Auswahl,
Ressourcen, Netzwerk, Zeitzone
Schritt 4: Software
→ Docker (Standard: Ja)
→ Portainer (Standard: Ja)
→ Ubuntu-Optionen (Snap, Unattended, Pro-MOTD)
→ Optionale Pakete
Schritt 5: SSH
→ Port, Auth-Methode, Public Key
---
Abschließend wird eine Zusammenfassung angezeigt.
WICHTIG: sollte Portainer mit ausgewählt sein muss innerhalb 5 Minuten der Account angelegt sein, sonst gibt es einen Timeout.
Sollte das der Fall sein steht im Wiki die weitere Vorgehensweise,
---
### Installation im PVE als root ausführen:
Aufruf auf dem PVE-Host (als root):
Entweder direkt nach dem Upload auf einen Webserver:
```
bash <(curl -fsSL https://gitea.vourx.com/xosna/multi-os-installer/raw/branch/main/multi-os-install.sh)
```
Oder lokal nach dem Hochladen auf den Host:
```
bashchmod +x multi-oss-install.sh && ./multi-os-install.sh
```
---
Nach der ersten Anmeldung das root Passwort mit folgendendem Befehl ändern:
```
passwd
```