MyFirstBrain/Technik/Proxmox-Server.md

70 lines
1.8 KiB
Markdown
Raw Normal View History

2024-10-21 12:15:11 +02:00
# 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
```
2024-10-22 20:40:56 +02:00
um ein aktuelles Logging zu machen :
2 Website öffnen dort die Shell starten und in der Shell :
```bash
journalctl -f
```
2024-10-21 17:52:05 +02:00
## LHX Templates
https://tteck.github.io/Proxmox/
2024-10-21 12:15:11 +02:00
2024-10-23 11:58:55 +02:00
Gitea Migration Zugangstoken 6a9061b60424cb3c56953cc919a2f1860208cf8d
2024-10-21 19:37:20 +02:00
2024-10-23 11:45:43 +02:00
### Festplatte durchreichen
2024-10-22 23:24:57 +02:00
2024-10-23 11:45:43 +02:00
Disk-ID der gewünschten Festplatte herausfinden: Nutz den Befehl
ls -lah /dev/disk/by-id/
2024-10-22 23:24:57 +02:00
2024-10-23 11:58:55 +02:00
ACHTUNG: Ersetze bei BEDARF den Wert “-scsi” durch die in Schritt 3 gewonnen Erkenntnis!
2024-10-23 19:39:44 +02:00
Vorher am besten die VM runterfahren
qm set 104 -sata2 /dev/disk/by-id/ata-ST20000NM007D-3DJ103_ZVT7ENML
2024-10-22 21:16:57 +02:00
2024-10-23 19:41:44 +02:00
danach die VM starten oder neustarten und dann ist sie da.
2024-10-22 21:16:57 +02:00
2024-10-21 19:37:20 +02:00
2024-10-21 19:53:20 +02:00
## NextcludTurnkey
2024-10-21 19:39:20 +02:00
2024-10-21 19:53:20 +02:00
[INFO] login: root
2024-10-21 20:29:20 +02:00
[INFO] password: d4kmKavq0d8=
2024-10-21 19:37:20 +02:00
2024-10-21 19:55:20 +02:00
admin
2024-10-21 19:57:20 +02:00
.Bunte135.
2024-10-21 20:25:20 +02:00
reset mysql password:
/usr/lib/inithooks/bin/mysqlconf.py
2024-10-21 19:57:20 +02:00
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)