How to Change Logo in Jitsi Meet

Learn how to change the default Jitsi Meet logo on your self-hosted server. Step-by-step guide to customize Jitsi with your own branding.

How to Change Logo in Jitsi Meet

Jitsi Meet is a video conferencing platform that is open-source, enabling users to host it independently and customize it extensively. For those operating their own instance of Jitsi Meet, personalizing the interface to reflect your brand is a crucial aspect. A primary modification you might consider is substituting the default Jitsi Meet logo with your own. This guide outlines a detailed, step-by-step process for changing the logo on your self-hosted Jitsi Meet server.

Steps to Change the Logo in Jitsi Meet

1. Verify Jitsi Meet Installation

Before implementing any changes, confirm that Jitsi Meet is properly installed on your server. If it is not currently installed, you can install it using the commands below:

sudo apt update
sudo apt install jitsi-meet

After the installation is complete, confirm that Jitsi Meet is running by visiting your domain in a web browser:

https://your-domain.com

2. Locate the Default Logo File

Jitsi Meet uses a default logo stored in the following directory:

/usr/share/jitsi-meet/images/watermark.png

This is the file you need to replace with your custom logo.

Format: PNG

Recommended Size: 300x100 pixels

Background: Transparent (for better integration with the interface)

Replace the default watermark.png with your custom logo and ensure it’s placed in:

/usr/share/jitsi-meet/images/

4. Optional: Update Interface Configuration

The logo on the homepage and conference room (top-left corner) is defined in the interface_config.js file. If you’re using a different filename or format (like SVG), update the following lines:

DEFAULT_LOGO_URL: 'images/watermark.svg',
DEFAULT_WELCOME_PAGE_LOGO_URL: 'images/watermark.svg'

Make sure all your logo images and icons are placed in the jitsi-meet/images folder.

5. Restart Jitsi Meet Services

After replacing the logo, restart the services to apply the changes:

sudo systemctl restart jitsi-videobridge2
sudo systemctl restart jicofo
sudo systemctl restart prosody

Also, restart the web server to clear the cache and ensure the new logo appears:

sudo systemctl restart nginx

Final Thoughts

Modifying the default logo of Jitsi Meet is a crucial aspect of establishing your brand identity for the video conferencing platform. This guide helps you replace the default logo with your personalized version. You can further enhance the look by changing the background, theme colors, and welcome message.

Looking for expert help with Jitsi Meet? Contact us today for professional Jitsi installation, customization, and ongoing support tailored to your needs.

Frequently Asked Questions

It is essential to restart the services in order to implement the logo change. This process clears any cached images, thereby ensuring that the new logo is displayed correctly.

The ideal dimensions for the logo are 300x100 pixels, and it is advisable to use the PNG format with a transparent background to achieve optimal results.

If your new logo is not visible: - Please clear your browser cache or attempt to access Jitsi Meet in incognito mode. - Verify that you have replaced the appropriate file located at /usr/share/jitsi-meet/images/watermark.png. - Restart both Jitsi Meet and your web server (nginx) to implement the changes.

Although PNG is the preferred format, you may also consider using SVG or JPG. However, it may be necessary to adjust the CSS files of Jitsi Meet to ensure that non-PNG formats are displayed correctly.

To change the logo on the welcome page, edit the file: /usr/share/jitsi-meet/interface_config.js Look for the DEFAULT_WELCOME_PAGE_LOGO_URL and replace it with the path to your new logo.
Your subscription could not be saved. Please try again.
Your subscription has been successful.

Get in Touch

Get Started with Us Today!

Looking to set up or optimize your Jitsi? Let's connect and make it happen.