Manual:User Manager: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:
This package is made for the RouterOS. You should have the same version for RouterOS and the User Manager package. The MikroTik User Manager works on x86 processor based routers - it will not work on the MIPS processor based routers.
This package is made for the RouterOS. You should have the same version for RouterOS and the User Manager package. The MikroTik User Manager works on x86 processor based routers - it will not work on the MIPS processor based routers.
The router should have at least 32MB RAM and 2MB free HDD space.
The router should have at least 32MB RAM and 2MB free HDD space.
Upload the package to the routers FTP server and reboot it so it could install this package.
====Creating a Subscriber====
Since the User Manager is still in development you can't add the subscriber from the browser yet, you should do that using Mikrotik terminal (console). All the confgiguration is done under the '''/tool userman''' menu.
To create a subscriber you should go to '''/tool userman customer''' menu and execute '''add''' command. It will ask for the username which you will use. After that you can use '''print''' command to see what you have added and you can also set the password.
[admin@USER_MAN] tool user-manager customer> print
  Flags: X - disabled
  0  subscriber=uldis login="uldis" password="uldisuldis" time-zone=+00:00
      permissions=owner parent=uldis
After this you can open a browser using IP address of your router and add '''userman''' after the slash, example:
http://10.0.0.1/userman
You will get a login page where you can enter the username and password that you have created earlier.

Revision as of 14:09, 12 May 2006

Getting Started

Download and install

MikroTik User Manager can be downloaded from the MikroTik download page: MikroTik User Manager This package is made for the RouterOS. You should have the same version for RouterOS and the User Manager package. The MikroTik User Manager works on x86 processor based routers - it will not work on the MIPS processor based routers. The router should have at least 32MB RAM and 2MB free HDD space. Upload the package to the routers FTP server and reboot it so it could install this package.

Creating a Subscriber

Since the User Manager is still in development you can't add the subscriber from the browser yet, you should do that using Mikrotik terminal (console). All the confgiguration is done under the /tool userman menu. To create a subscriber you should go to /tool userman customer menu and execute add command. It will ask for the username which you will use. After that you can use print command to see what you have added and you can also set the password.

[admin@USER_MAN] tool user-manager customer> print
 Flags: X - disabled
  0   subscriber=uldis login="uldis" password="uldisuldis" time-zone=+00:00
      permissions=owner parent=uldis

After this you can open a browser using IP address of your router and add userman after the slash, example:

http://10.0.0.1/userman

You will get a login page where you can enter the username and password that you have created earlier.