Categories: TutorialsUbuntu

How to Install, configure and use Zulip Chat Application on Ubuntu?

Zulip is an alternative software to slack which is open-source and free. It is a powerful chat and collaborative application software which includes features like group chats, drag and drops file uploads, private messaging missed message email, etc. This was developed by over 700 open source contributors from all over the world using Django, PostgreSQL, Javascript, and Python.

This tutorial will help you to install, configure the zulip chat application on ubuntu 20.04 LTS.

Download the Latest Release of Zulip.

You can find the latest release of zulip using the wget command in your system. If you haven’t installed the wget command execute the following command to install it.

$

Sponsored
sudo apt update $ sudo apt install wget openssl

Then, download the latest build from the official site.

$ wget https://www.zulip.org/dist/releases/zulip-server-latest.tar.gz

Once the download is completed, decompress it using the following command.

$ tar -xvzf zulip-server-latest.tar.gz

Run Zulip Setup Using Installation Script

Now, execute the following script with a valid email and hostname.

$ sudo -s ./zulip-server-*/scripts/setup/install --self-signed-cert --email=example@gmail.com --hostname=192.168.233.131

In the script, the email you provide will be used as an admin email. In the script, I am installing it locally so I will be providing my system IP as host if you have a valid domain you can use one. It will take some time for the complete setup.

Once setup is completed you will be given the URL where you can browse the zulip web interface at the end. You will view the following type of interface.

Sponsored

Enter the email you have provided during zulip setup installation and create the organization. You will be redirected to the following organization registration page.

Fill up the required field and click on signup then, you will redirect to the following zulip dashboard page from where you can manage chat and many other things.

Conclusion

Zulip is available for different platforms and devices. I am grateful to you for reading this article to the end, I hope the tutorial is understandable. So here is the tutorial for installing and configuring the zulip chat application.

Ubuntu Server Admin

Recent Posts

Canonical Releases Ubuntu 25.04 Plucky Puffin

The latest interim release of Ubuntu introduces “devpacks” for popular frameworks like Spring, along with…

2 days ago

Ubuntu 25.04 (Plucky Puffin) Released

Ubuntu 25.04, codenamed “Plucky Puffin”, is here. This release continues Ubuntu’s proud tradition of integrating…

3 days ago

Extended Security Maintenance for Ubuntu 20.04 (Focal Fossa) begins May 29, 2025

Ubuntu released its 20.04 (Focal Fossa) release 5 years ago, on March 23, 2020. As…

3 days ago

Ubuntu 20.04 LTS End Of Life – activate ESM to keep your fleet of devices secure and operational

Focal Fossa will reach the End of Standard Support in May 2025, also known as…

4 days ago

Ubuntu MATE 25.04 Release Notes

Ubuntu MATE 25.04 is ready to soar! 🪽 Celebrating our 10th anniversary as an official…

4 days ago

Ubuntu Weekly Newsletter Issue 887

Welcome to the Ubuntu Weekly Newsletter, Issue 887 for the week of April 6 –…

6 days ago