Hello,
I recently installed and configured ejabberd on a new ubuntu server, but the web interface only shows me "ejabberd" and "VirtualHosts" on the left, and there are no functional links anywhere in the middle of the page under the heading of "Administration".
I see no errors in the error logs, either.
My other question is how do I configure the ejabberd server to allow people to create their own new accounts using pidgin's or adium's "Create new account on server" option?
Thanks...
tamale wrote: Hello, I
Hello,
I recently installed and configured ejabberd on a new ubuntu server, but the web interface only shows me "ejabberd" and "VirtualHosts" on the left, and there are no functional links anywhere in the middle of the page under the heading of "Administration".
I see no errors in the error logs, either.
The WebAdmin only shows all the admin stuff if you login to the web with a Jabber account that has full admin rights. Maybe you lack step 2 of this:
https://git.process-one.net/ejabberd/mainline/blobs/raw/v2.1.10/doc/guid...
My other question is how do I configure the ejabberd server to allow people to create their own new accounts using pidgin's or adium's "Create new account on server" option?
See
https://git.process-one.net/ejabberd/mainline/blobs/raw/v2.1.10/doc/guid...
In ejabberd.cfg mae sure you have an Access like this:
{access, register, [{allow, all}]}.