Jump to content

How to change logo on Zimbra

From TetraWiki
Revision as of 09:51, 16 February 2013 by Biswajit (talk | contribs)

Steps to change logo on zimbra server

This Document has been implemented on ZCS OSS 7.x .

Prerequisite 3 images are required with pixel sizes as

  1. 71x11
  2. 250x35
  3. 300x48



1. Make your own logo to the size 300 x 48 pixel, and save with format .png and give its name LoginBanner.png

2. Copy (upload) to Zimbra Server (/tmp/LoginBanner.png)

3. Login as root user and type the following commands:

cd /opt/zimbra/jetty/webapps/zimbra/skins/carbon/logos/
cp LoginBanner.png LoginBanner.bak
cp /tmp/LoginBanner.png .

4. Refresh the login page. NOTE: You might need to press CTRL+F5 to force a re-download of the image file in the browser.


Here is how to change or hide the little vmware logo on the login page:

1. Make your own logo (or empty image) to the size 71 x 11 pixel, and save with format .png and give its name AltBanner.png

2. Copy (upload) to Zimbra Server (/tmp/AltBanner.png)

3. Login as root user and type the following commands:

cd /opt/zimbra/jetty/webapps/zimbra/skins/carbon/logos/
cp AltBanner.png AltBanner.bak
cp /tmp/AltBanner.png .

4. Refresh the login page. NOTE: You might need to press CTRL+F5 to force a re-download of the image file in the browser.


Here is how to change the Zimbra logo that sits at the top-left of the app window:

1. Make your own logo to the size 250 x 35 pixel, and save with format .png and give its name AppBanner.png

2. Copy (upload) to Zimbra Server (/tmp/AppBanner.png )

3. Login as root user and type the following commands:

cd /opt/zimbra/jetty/webapps/zimbra/skins/carbon/logos/
cp AppBanner.png AppBanner.bak
cp /tmp/AppBanner.png .

4. Refresh the web page. NOTE: You might need to press CTRL+F5 to force a re-download of the image file in the browser.


Finally restart Zimbra