From 34389132d99a910954ceba2329ac4606b7d45430 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 14 Jul 2020 07:30:50 +0200 Subject: [PATCH] docs: installation: add note where to find the webinterface As the 8007 vs 8006 port is new and could confuse people, especially if they did not used the PBS installer. Signed-off-by: Thomas Lamprecht --- docs/installation.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 7f586a4f..169b1b36 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -83,6 +83,10 @@ In general this is not trivial, especially when LVM_ or ZFS_ is used. The network configuration is completely up to you as well. +.. note:: You can access the webinterface of the Proxmox Backup Server with + your web browser, using HTTPS on port 8007. For example at + ``https://:8007`` + Install Proxmox Backup server on `Proxmox VE`_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -99,6 +103,10 @@ After configuring the server to store backups. Should the hypervisor server fail, you can still access the backups. +.. note:: You can access the webinterface of the Proxmox Backup Server with + your web browser, using HTTPS on port 8007. For example at + ``https://:8007`` + Client installation -------------------