user manger problem

hello
I have configure hotspot+usermanager

But the porblem is that when i try to browse http://192.168.3.1/userman its show page not found but the hotspot page working fine…plzz help
sorry for bad english…

plzzz help,…

Try command

/store print
  • you should see store of type “user-manager” with status “active”.

Try to check if package is enabled:

/system package print
  • you should see “user-manager” without flag X and without any “scheduled” remark.

At last you can check if User manager is “running” by command:

/tool user-manager customer print

If everything is fine, maybe this is a problem: http://wiki.mikrotik.com/wiki/User_Manager/Getting_started#Use_web_interface

On RouterOS 4.1, User-manger webinterface is unreachable with an HTTP 404 when attempting to navigate to http://inside_ip/userman from behind a Hotspot interface where inside_ip is an non-NAT’d IP address on the router. Two workarounds: change the ‘www’ service port from 80 to something other than 80 or 8080, such as port 81. Then use http://inside_ip:81/userman, or use an IP address hotspot users are NAT’d to (http://outside_ip/userman) instead.