MyFirstBrain/Technik/Proxmox-Server.md
2024-10-21 19:57:20 +02:00

45 lines
1.2 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
```
## LHX Templates
https://tteck.github.io/Proxmox/
Gitea Migration zugangstoken 6a9061b60424cb3c56953cc919a2f1860208cf8d
## NextcludTurnkey
[INFO] login: root
[INFO] password: 8pGcZoxyOLs=
admin
.Bunte135.
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)