How To Customize Jitsi Meet Video Conference Server3 min read
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.
- How To Enable SSH On Debian 13 Server - September 13, 2025
- Is Debian 13 Server on VirtualBox the EASIEST Way to Get Started - September 11, 2025
- How To Install Zabbix Server 7.4 On Ubuntu 22.04 - September 10, 2025



Love the tutorials !!! Have set a jibri server for record sessions yet???
This is not tested from me. You can try record server. But I will try it.
Thanks.
Have you found how to modify the default page?
I’ve tried and tried…
Yes. I am able to it. Thanks.
How?
Yes! How can I help you?
hello sir is to possible to add customized buttons and edit the video callling page design in jitsi-meet (i have selfhosted that in linux vm)
Yes, You can. If you any help needed so you can communicate with my facebook page.
Thanks.
Hlw sir when I try to edit css file it says permission denied
Must be use root user for ssh.
Thanks.
What a joke. This is the worst way. As soon as Jitsi updates, you’ve lost it all.
Not joke, Sorry ! Please see this post update date.
Thanks.