How to Install ejabberd in Ubuntu 18.04



Install ejabberd by entering the following commands in the terminal:

sudo apt update
sudo apt install ejabberd

Description:

distributed, fault-tolerant Jabber/XMPP server

ejabberd is a Jabber/XMPP server written in Erlang, featuring: * distributed operation with load-balancing across a cluster; * fault-tolerant database replication and storage on multiple nodes, allowing nodes to be added or replaced "on the fly"; * virtual hosting (several virtual domains can be served using a single ejabberd instance); * XMPP compliance; * web-based administration; * SSL/TLS support; * conferencing via Multi-User Chat; * IRC transport; * Jabber Users Directory, based on users' vCards; * service discovery; * shared roster.

Homepage: https://www.ejabberd.im

Version: 18.01-2

Section: universe/net