
We are now ready to connect to the web interface and add more users.

Or this if you used the public ip address in the configuration file: > ejabberdctl register admin PUBLIC-IP-ADDRESS password Do this using the following command: > ejabberdctl register admin password We will just have to set the password for your admin user in order to connect to the web interface. Save and exit and restart the service with the following command: > /etc/init.d/ejabberd restart Find and change the following line (unless you only want to run on localhost).
Install ejabberd on ubuntu install#
Just connect on you VPS and type the following command: > sudo apt-get install ejabberd (Ubuntu/Debian) > yum install ejabberd (CentOS/Fedora)Īfter it is installed, you will need to edit the configuration file found at /etc/ejabberd/ejabberd.cfg in order to change the listening address. We chose to use “ eJabberd” which has also a nice web interface that allows you to easily administer it once installed.
Install ejabberd on ubuntu how to#
Let’s get started and see how to install one of the available versions on our server. Unlike most instant messaging protocols, XMPP is defined in an open standard and uses an open systems approach of development and application, by which anyone may implement an XMPP service and inter-operate with other organizations’ implementations.Īlthough many server and client implementations are distributed as free and open-source software, numerous freeware and commercial software implementations of the XMPP protocol also exist. Jabber was the original name for the XMPP protocol: Extensible Messaging and Presence Protocol that is based on XML. Jabber addresses its users with an addressing scheme almost identical to the basic SMTP scheme. Jabber’s similarities to email architecture doesn’t stop there. This approach is diametrically opposed to the monolithic system architecture provided by other service providers as AIM, ICQ, MSN and Yahoo, where a single central server or group of centralized servers provide the messaging service. Systems administrators may notice that Jabber is similar to an email server, with users connecting to these systems locally. The Jabber standards and architecture help create a distributed IM system. Jabber was started in 1998 by Jeremie Miller.

Jabber is an initiative to produce an open source, XML-based instant messaging platform. Regardless of your motivations, we’ve compiled a guide that will help you understand the basics of installing, operating and managing a VPS running Jabber, a popular instant messaging platform.īefore we dive head first into Jabber, let’s spend a few moments on the background of the Jabber project. There’s a variety of reasons as to why you may want to turn your VPS into a private instant messaging server.
