ejabberd - installed and running . wheres GUI

hey

just installed ejabberd on my server and its running.. i want to access the webadmin remotely, http://www/mydomain.com:5280/admin but it hangs..
i ran this command. lsof -i :5280
and this comes up:
beam.smp 23371 root 15u IPv4 100481103 TCP *:5280 (LISTEN)

is my ejabberd service listening on port 5280

how do i access the webamdin?

If you have in ejabberd.cfg

If you have in ejabberd.cfg the line

{hosts, ["mydomain.com"]}.

Then open in your browser the page http://mydomain.com:5280/admin/
Then the browser shows a window requesting user and password. Introduce the JID of the admin account if you created one (maybe it is master@mydomain.com ? ), and its password.

hey

yep..

i tried that, but its hanging.. i heard i would need to port forward apache so it start listening to it.

i think somewhere like this:

RewriteEngine on
RewriteRule http-bind/ http://localhost:5280/http-bind/ [P]

i want to be able to access the admin via any computer on the internet..

That Apache config is for

That Apache config is for HTTP-Bind (also called BOSH), and that is completely unrelated to WebAdmin.

hey

ok.. my ejabberd service is listening to port 5280 so how can i make my domain accessible to this admin inteface.. i heard you would need to forward the ports for this hostname (domain name named in the cfg)

Syndicate content