hey
just installed ejabberd on my server and its running.. i want to access the webadmin remotely,
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 pagehttp://mydomain.com:5280/admin/ master@mydomain.com ? ), and its password.
Then the browser shows a window requesting user and password. Introduce the JID of the admin account if you created one (maybe it is
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 onhttp://localhost:5280/http-bind/ [P]
RewriteRule http-bind/
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)