Whitelabeling

LicenseSpring's floating server implementation allows you to add your company's logo to each floating server deployment by doing the following:

1

Copy logo path

Use an absolute or relative path to your logo file.

2

Set the logo argument

Provide the path using the --logo argument:

Command
--logo /etc/logo.png

If using a floating server Helm Chart, check https://artifacthub.io/packages/helm/floating-server/floating-server

circle-info

Logo dimensions: height < 60px, width < 150px

API and Management URL

You can also customize the API and management URLs of the Floating Server to use your own domain. An example configuration in the config.yaml file:

apiUrl: https://subdomain.YOUR_WHITLABEL_DOMAIN.tld
managementUrl: https://subdomain.YOUR_WHITLABEL_DOMAIN.tld

By default, these URLs are set to LicenseSpring’s API, but for single-tenancy clients or custom solutions, you can override these values.

Was this helpful?