How to Customize a Logo on Tableau Server: A Step-by-Step Guide
Tasrie IT Services
Customizing your Tableau Server's logo can enhance brand visibility and create a consistent user experience. Here's a step-by-step guide on how to do it using Tableau's command-line interface.
1. Prepare Your Logo
- Ensure your logo is in GIF, JPEG, or PNG format.
- Recommended size: 48x48 pixels for header and sign-in logos.
tsm customize
Command
2. Use the - To set a header logo:
bash
tsm customize --header-logo "<path-to-logo>"
- For sign-in logo:
bash
tsm customize --signin-logo "<path-to-logo>"
- For both locations:
bash
tsm customize --logo "<path-to-logo>"
3. Apply Changes
- Run the following to apply:
bash
tsm pending-changes apply
4. Restore Defaults (Optional)
- To reset all customizations:
bash
tsm customize --restore-defaults
Ensure your server credentials are secure when executing these commands. By following these steps, you can create a more personalized Tableau experience for your users.
If you need any help, we offer Tableau Professional Services. Learn more and get in touch to see how we can assist you!