71 lines
1.7 KiB
Markdown
71 lines
1.7 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
|
|
|
|
|
|
|
|
NVME Erweitern auf 2 Platte, erste hat allein folgende pci Einstellungen
|
|
|
|
01:00.0 Non-Volatile memory controller: KIOXIA Corporation NVMe SSD Controller BG4
|
|
|
|
|
|
|
|
Netzwerk hat folgende einstellungen :
|
|
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 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)
|
|
|
|
|
|
|