68 lines
1.6 KiB
Markdown
68 lines
1.6 KiB
Markdown
|
|
|
|
# Proxmox ohne Subscription
|
|
|
|
Free-Repository aktivieren und Enterprise-Repository deaktivieren:
|
|
|
|
|
|
```bash
|
|
sudo mv /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/pve-enterprise.list
|
|
echo deb http://download.proxmox.com/debian stretch pve-no-subscription > /etc/apt/sources.list.d/pve-no-subscription.list
|
|
```
|
|
No-Subscription-Hinweis in der Weboberfläche deaktivieren:
|
|
```bash
|
|
sudo sed -i.bak 's/\/nodes\/localhost\/subscription/\/version/g' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
|
|
```
|
|
|
|
um ein aktuelles Logging zu machen :
|
|
2 Website öffnen dort die Shell starten und in der Shell :
|
|
```bash
|
|
journalctl -f
|
|
```
|
|
|
|
## LHX Templates
|
|
|
|
https://tteck.github.io/Proxmox/
|
|
|
|
|
|
|
|
|
|
Gitea Migration zugangstoken 6a9061b60424cb3c56953cc919a2f1860208cf8d
|
|
|
|
|
|
|
|
### Festplatte durchreichen
|
|
|
|
Disk-ID der gewünschten Festplatte herausfinden: Nutz den Befehl
|
|
ls -lah /dev/disk/by-id/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## NextcludTurnkey
|
|
|
|
[INFO] login: root
|
|
[INFO] password: d4kmKavq0d8=
|
|
|
|
admin
|
|
.Bunte135.
|
|
|
|
|
|
reset mysql password:
|
|
|
|
/usr/lib/inithooks/bin/mysqlconf.py
|
|
|
|
|
|
|
|
Web: http://192.168.132.246 │
|
|
│ https://192.168.132.246 │
|
|
│ Webmin: https://192.168.132.246:12321 │
|
|
│ Adminer: https://192.168.132.246:12322 │
|
|
│ SSH/SFTP: root@192.168.132.246 (port 22)
|
|
|
|
|
|
|