Cannot to connect to web-admin

I configured ejabberd via ejabberd.yml. When I try to access the admin site it gives me 404 message.
Http related part of the configuration file:

  -
    port: 5280
    module: ejabberd_http
    ## request_handlers:
    ##   "/pub/archive": mod_http_fileserver
    web_admin: true
    http_poll: true
    http_bind: true
    ## register: true
    captcha: true

Is there any other step that I should take in order to enable web administration?

Thank you.

@borjagvo

With that configuration, when

With that configuration, when you open the page http://localhost:5280/admin/ (replacing localhost with the one you defined in hosts option), then your browser should show you a formulary requesting user JID and password.

Basically, default configuration should allow you to get to that point.

Syndicate content