ejabberd - Comments for "ejabberd - installed and running . wheres GUI" https://www.ejabberd.im/node/4522 en hey https://www.ejabberd.im/node/4522#comment-57025 <p>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)</p> Sun, 30 Jan 2011 13:52:30 +0000 master85 comment 57025 at https://www.ejabberd.im That Apache config is for https://www.ejabberd.im/node/4522#comment-57021 <p>That Apache config is for HTTP-Bind (also called BOSH), and that is completely unrelated to WebAdmin.</p> Fri, 28 Jan 2011 18:40:55 +0000 mfoss comment 57021 at https://www.ejabberd.im hey https://www.ejabberd.im/node/4522#comment-57020 <p>yep..</p> <p>i tried that, but its hanging.. i heard i would need to port forward apache so it start listening to it.</p> <p>i think somewhere like this:</p> <p> RewriteEngine on<br /> RewriteRule http-bind/ <noindex><a href="http://localhost:5280/http-bind/" title="http://localhost:5280/http-bind/" rel="nofollow" >http://localhost:5280/http-bind/</a></noindex> [P]</p> <p>i want to be able to access the admin via any computer on the internet..</p> Fri, 28 Jan 2011 18:21:37 +0000 master85 comment 57020 at https://www.ejabberd.im If you have in ejabberd.cfg https://www.ejabberd.im/node/4522#comment-57019 <p>If you have in ejabberd.cfg the line</p> <p>{hosts, ["mydomain.com"]}.</p> <p>Then open in your browser the page <noindex><a href="http://mydomain.com:5280/admin/" title="http://mydomain.com:5280/admin/" rel="nofollow" >http://mydomain.com:5280/admin/</a></noindex><br /> Then the browser shows a window requesting user and password. Introduce the JID of the admin account if you created one (maybe it is <noindex><a href="mailto:master@mydomain.com" rel="nofollow" >master@mydomain.com</a></noindex> ? ), and its password.</p> Fri, 28 Jan 2011 18:16:41 +0000 mfoss comment 57019 at https://www.ejabberd.im