From 59f99a27d2ad58246ebdc9eb6b945aee263549ce Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 7 Jul 2025 13:21:44 +0200 Subject: [PATCH] PBS: add hint for advanced installs (#5788) --- frontend/public/json/proxmox-backup-server.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/public/json/proxmox-backup-server.json b/frontend/public/json/proxmox-backup-server.json index 8cebbf0f2..4fd37eeed 100644 --- a/frontend/public/json/proxmox-backup-server.json +++ b/frontend/public/json/proxmox-backup-server.json @@ -35,6 +35,10 @@ { "text": "Set a root password if using autologin. This will be the PBS password. `passwd root`", "type": "warning" + }, + { + "text": "Advanced Install is only possible without root password and root SSH access, you can configure this after installation.", + "type": "warning" } ] }