Ubuntu Install ejabberd XMPP server

Source: Internet
Author: User

1. Ubuntu has ejabberd in the source and can be installed directly through the Apt-get

Install Ejabberd

2. After the installation is complete, you can access the background page via the browser, the default port is 5280

http:// server address: 5280/admin

3. This time, you need to provide a username and password, you can register the user by command Ejabberdctl,

Ejabberdctl Register admin localhost password

This time the default domain name is localhost, you can modify the domain name by modifying the configuration file /etc/ejabberd/ejabberd.cfg

percent "admin""localhost"}. Percent hostname{hosts, ["localhost"]}.

4. You can then access the backend via the above address.

If you are prompted to add a user

Failed RPC connection to the node [email protected]: nodedown

It is possible that the Erlang component is missing and the service can be restarted after installation.

CD $HOME/Downloadswget-O erlang.deb http://Packages.erlang-solutions.com/erlang-solutions_1.0_all.debsudoDpkg-I erlang.debRMErlang.debsudo su-C'echo "Deb https://apt.jabber.at trusty Ejabberd" >/etc/apt/sources.list.d/jabber.at.list'wget-qo-https://Apt.jabber.at/gpg-key | sudo apt-key add-sudoapt-Get updatesudoApt-get-yInstallErlang Ejabberd

Ubuntu Install ejabberd XMPP server

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.