X

How To Customize Jitsi Meet Video Conference Server

I want to share how to easily customize jitsi meet video conference like home link, watermark logo, favicon, color, title, etc. This is a fully open source software and very smooth browsing everyone. So not I want to start my main tutorial.

How To Install Jitsi Own Server For Video Conference On Ubuntu 18.04
How To Convert Ubuntu 19.04 Server To MikroTik Router Using Script

Customize list:

  • Home link [Official link jitsi.org]
  • Watermark logo [Official jitsi.org]
  • Watermark image link
  • Page title
  • Favicon.ico

Step #01: How To remove home link from jitsi meet video server.

You can change this using two option like.

  • Remove from logo with link using css hidden method.
  • You modify logo & link using own.

Remember it this is full source code location is /usr/share/jitsi-meet/

Option # Using css hidden method

Open css file from /usr/share/jitsi-meet/css/all.css then find .leftwatermark class for hidden method.

.leftwatermark{
left: 32px;
top: 32px;
background-image: url(../images/watermark.png);
background-position: center left;
visibility: hidden;}

Then save this file. This css hidden method.

Option # modify logo using own logo

Goto /usr/share/jitsi-meet/images then rename old watermark.png file and upload your file as same name. Now heard reload your page then see update.

Option # modify link using my link

Open interface_config.js file from /usr/share/jitsi-meet/  and replace your own link where jitsi.org

Step #02: Remove page title and favicon icon

APP_NAME: 'Jitsi Meet',
NATIVE_APP_NAME: 'Jitsi Meet',
PROVIDER_NAME: 'Jitsi',

then change and update this file.

Goto /usr/share/jitsi-meet/ and find favicon.ico file then replace your own file.

I hope all are completed successfully!

If you anything problem so please see my YouTube channel for more details.

4.7 3 votes
Article Rating
Admin: I am system administrator as Windows and Linux platform. I have 4 years skilled from the professional period. I have to configure Linux based system such as an Asterisk VOIP system, Network monitoring tools (ZABBIX), Virtualization (XEN Server), Cloud computing (Apache CloudStack) etc. Now share my professional skill each interested person. Thanks to all.

View Comments (12)

Leave a Comment