Branding the Portal
Last updated
Last updated
To customize the visual appearance of the Portal and adapt it to your corporate image, use the administration menu in the main navigation bar and click on Appearance.
On the personalization page you can change the following elements:
Navigation bar logo
Sign-in screen logo and background
Email digest logo
Mail clients retrieve the logo displayed in email digests from a public online location. Therefore, to replace the logo in email digests:
Upload your logo image to a publicly accessible location. Use a common web image format (PNG, GIF, or JPEG) so that most mail clients can display it.
Log in to the CLI of the Appliance that hosts the Portal.
Optional: If the Portal has no configuration file yet, that is, if portal.conf
does not exist in folder /var/nexthink/portal/conf
, create it by copying the defaults from the sample configuration file: sudo -u nxportal cp /var/nexthink/portal/conf/portal.conf.sample \
/var/nexthink/portal/conf/portal.conf
Edit the configuration file of the Portal: sudo vi /var/nexthink/portal/conf/portal.conf
Add the following line to the configuration: globalconfig.portal.digest.logo-url = "http://<URL_of_your_logo>"
Save your changes and quit the editor by typing: :wq
Restart the Portal: sudo systemctl restart nxportal
The logo image is displayed in the email digest with a resolution of 128x34 pixels. For an optimal result, use a logo image of this exact size or with the same aspect ratio.
RELATED TASKS