Using proxy with Blancco Management Portal - On-Premise
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>.jarManually configure the application to use proxy
Stop the Blancco Management Portal On-Premise service
Locate main.properties in <install directory>/apache-tomcat/webapps/ROOT/WEB-INF/classes
Open the file for editing in text editor
find and update the below 2 lines
###### Proxy settings ######
proxyHost=
proxyPort=Save changes
Start Blancco Management Portal On-Premise service