User Tools

Site Tools


linux:server:ejabberd

Install Ejabberd

# run as root
apt-get install ejabberd
dpkg-reconfigure ejabberd

Trouble Shooting

Confirm that the ports are not taken and that the server can connect to itself using the provided hostname.

The command netstat -tulpn is helpful to see used ports. If the application epmd is on port 4369, terminate it using killall epmd and retry with dpkg-reconfigure ejabberd. If the server is already configured, start it with /etc/init.d/ejabberd start.

linux/server/ejabberd.txt · Last modified: 2019/02/25 22:55 by Christian Paul

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki