Rocket.Chat, an open source communication platform

About Rocket.Chat

In the next article we are going to take a look at Rocket.Chat. This is an open source communication application, with characteristics and an appearance similar to Slack. For those of you who don't know, say that Slack is a useful and popular team communication app.

However, if you need an open source alternative, Rocket.Chat is a good option due to its similarity to Slack and its easy implementation. It also has all the essential features to facilitate proper communication, along with the option to get started for free, opt for the service hosted by the Rocket.Chat team, or implement it on our own server.

Rocket.Chat Features

login rocket.chat

Rocket.Chat is a powerful and flexible communication tool. Among its characteristics we can find:

  • Easy file sharing, offers drag and drop support.
  • Includes support for share audio files.
  • Videoconferencing with the integration of Jitsi meet.

rocket.chat running

  • Separate channels (public and private options).
  • Support of end-to-end encryption.
  • We can customize service theme.
  • Support of guest access.
  • Unlimited message history, depending on server storage for self-managed configuration.
  • RSS integration.
  • Several third-party applications compatible with the integration.
  • Also offers push notification support.
  • 24 x 7 support (according to the plan we use).
  • Support of LiveChat integration.
  • Real-time translation.

rocket.chat users

  • Support for self-hosting.
  • Multiplatform (Windows, macOS, Android, iOS and Gnu / Linux)

In addition to all the points mentioned, there are other features that should come in handy in Rocket.Chat. We can find this program with different plans; Community, Pro and Enterprise. For this example we are going to use the Community version, which is free. They can see all the characteristics of the different plans in the project website.

Install the Rocket.Chat client on Ubuntu

If you have an instance of Rocket.Chat implemented or hosted by Rocket.Chat itself, which is the one I'm going to use for this example, we can access it through the web browser, the desktop client or the mobile application. In Ubuntu we will be able install the desktop client for this program as a .deb, snap or flatpak package.

As flatpak

For this article, I am testing Rocket.Chat on Ubuntu 20.04, so we must have support for this technology on our team. If you still do not have it available, you can continue The Guide that a colleague wrote on this blog a while ago.

Once the possibility to install packages is available Flatpak, Now we can install the program by typing in the terminal (Ctrl + Alt + T):

install flatpak

flatpak install flathub chat.rocket.RocketChat

After installation, we can start the program by searching for the launcher on our computer, or by executing the command in the same terminal:

rocket chat launcher

flatpak run chat.rocket.RocketChat

uninstall

For remove this program installed as flatpak, we will only need to open a terminal (Ctrl + Alt + T) and execute the following command in it:

uninstall flatpak package

flatpak uninstall chat.rocket.RocketChat

How to snap

If you prefer install this program as a package snap, you just need to open a terminal (Ctrl + Alt + T) and run the command:

install snap package

sudo snap install rocketchat-desktop

uninstall

For remove the snap package from this program, you just have to use the command in a terminal (Ctrl + Alt + T):

uninstall rocketchat snap

sudo snap remove rocketchat-desktop

As a .deb package

Another installation option will be use the .deb package, which we can download from the releases page of the project on GitHub. If you prefer to use the terminal (Ctrl + Alt + T) to download the latest version released today of the package, you can use the wget tool as follows:

download the .deb file from rocket.chat

wget https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/3.1.1/rocketchat_3.1.1_amd64.deb

Once the download is finished, we can install the program using this other command:

install deb file

sudo dpkg -i rocketchat_3.1.1_amd64.deb

uninstall

For remove this installed program as .deb package, in a terminal (Ctrl + Alt + T) you just have to use the command:

uninstall rocketchat deb package

sudo apt remove rocketchat

This program is compatible with automation tools such as Ansible, Kubernetes, etc. We will find many administrative options to modify the experience in Rocket.Chat. In this program it is easy to customize many things, even if you are not an expert in self-managed projects. Overall, it's a change from Slack that should be a similar experience for most users.

For more information about this program, users can consult the documentation that they offer in the project website.


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.