Using proxy with Blancco Management Portal - On-Premise

Using proxy with Blancco Management Portal - On-Premise

Created date

Updated date

Affects version

Fix version

Created date

Updated date

Affects version

Fix version

May 12, 2025

Feb 25, 2026

Management Portal (On-premise)

N/A

Launching the installer with proxy parameters

If your network requires using a proxy you need to provide the proxy settings separately when starting the installer.

The Blancco Management Portal - On-Premise installer doesn’t automatically use proxy settings defining on the operating system settings.

The proxy details can be provided as optional parameters when launching the installer via the command line:

java -Dhttps.proxyHost=<proxy_hostname> -Dhttps.proxyPort=<proxy_port> -jar <blancco_management_portal_on-premise>.jar

Manually configure the application to use proxy

  1. Stop the Blancco Management Portal On-Premise service

  2. Locate main.properties in <install directory>/apache-tomcat/webapps/ROOT/WEB-INF/classes

  3. Open the file for editing in text editor

  4. find and update the below 2 lines

###### Proxy settings ###### proxyHost= proxyPort=
  1. Save changes

  2. Start Blancco Management Portal On-Premise service