Ejabberd 2.1.11 for window, web admin is empty no admin privilege available

I installed ejabberd-2.1.11 on windows7 64 bit. Installation process run smoothly with no issue until I login into web admin using my admin account, I found that my Web admin only has 1 administration feature which is "Virtual Host". When I click that link i see nothing there. There is other privillege such as:
1. Access Control List
2. Access Rules
3. Virtual Host
4. Nodes
5. Statistic

I already give privilege to user as admin
{acl, admin, {user, "ejabberd", "RONALD-NB"}}
Any special configuration need to be done...?

ronaldh wrote: I already give

ronaldh wrote:

I already give privilege to user as admin
{acl, admin, {user, "ejabberd", "RONALD-NB"}}
Any special configuration need to be done...?

Try to put the server name in lowercase like this:
{acl, admin, {user, "ejabberd", "ronald-nb"}}.

I guess you configured the virtual host like this:
{hosts, ["ronald-nb"]}.

and that you logged in to the page
http://ronald-nb:5280/admin/

and provided as user: ejabberd@ronald-nb with the password that you already defined.

With all this done, you should get an admin page with more pages, as you expected.

Syndicate content