View Source

By default, the embedded web server in the Server Backup Manager required for the Web-based Interface will listen on TCP ports 80 (HTTP) and 443 (HTTPS). These ports are frequently in use by your Linux Server (e.g. by Apache). If you are already using ports 80 and 443 by other applications, you will need to define different ports for the backup manager. 8080 (HTTP) and 8443 (HTTPS) are recommended alternatives to standard 80 and 443. You can chose any valid and unused TCP port that you like.

Use this command to change HTTP and HTTPS Backup Manager Ports for your Linux backup manager installation:
{code}# serverbackup-setup --http-port 8080 --https-port 8443{code}
\\
{info:title=Note}You can also define the HTTP and HTTPS Ports in the "Configuration" section of the backup manager. See [ServerBackup:Configure Web Server Options].
{info}

----
h3.

See also:
* [Web Server Options]
* [Configure Backup Agent port]
* [Manager Options]
* [Configure network ports]  {excerpt:hidden=true}Instructions on how to configure the Backup Manager Ports using the Backup Manager Configuration Utility.{excerpt}