How to change the branding?
To replace the Axway branding with a custom branding follow these steps.
Replace Axway logos
You can replace the Axway logo displayed:
- In the top left corner of the Web user interface
- In the login page
- In the browser window or tab title and address bar (a.k.a favicon)
To replace the logos with custom logos,click the Configuration
icon. On the left menu, click Logo in the Administration section. From this screen, you can upload your own logo and replace the default ones.
You must never upload untrusted files to your installation. Make sure to have every file scanned by an anti-malware software before it can be used in the product.

Tip: In a primary/replica cluster, this change only needs to be done on the primary node.
Change the product name
The product name is displayed in various locations, including the login page title or the Web services documentation. To change it, edit the conf/platform.properties
file and edit the following line:
com.systar.platform.label=ACME Monitoring
For clustered deployments, make this change to all the nodes in your deployment.
Hide the Powered By Axway Decision Insight label
To hide the Powered By Axway Decision Insight label that appears in the bottom-right corner of the login page screen, edit the conf/platform.properties
configuration file and add the following line:
com.systar.photon.application.auth.hidePoweredByMention=true
For clustered deployments, make this change to all the nodes in your deployment.