Manual:User Manager: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
 
m (MikroTik User Manager moved to User Manager)
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
== User Manager ==  
== [[User Manager Introduction | Introduction ]] ==
* [[User Manager Introduction #What is User Manager | What is User Manager]]
* [[User Manager Introduction #Requirements | Requirements]]
* [[User Manager Introduction #Supported browsers | Supported browsers]]
* [[User Manager Introduction #Demo | Demo]]
== [[User Manager - Getting started | Getting started]] ==
* [[User Manager - Getting started #Download | Download]]
* [[User Manager - Getting started #Install | Install]]
* [[User Manager - Getting started #Create first subscriber | Create first subscriber]]
* [[User Manager - Getting started #Use web interface | First log on User Manager web]]
== Application examples ==
== Concepts explained ==
* [[User Manager subscribers, customers and users | Subscribers, customers and users]]
* [[User Manager customer permissions | Customer permission levels]]
* [[User Manager user prefix | User prefix]]
* [[User Manager credits | Credits ]]
* [[User Manager limiting | Time, traffic amount and rate limiting ]]
* [[User Manager prepaid and unlimited users | Prepaid and unlimited users]]
* [[User Manager character constants | Character constants]]
* [[User Manager active sessions and users | Active sessions and users]]
* [[User Manager subscriber's public ID | Subscriber's public ID]]
== Reference ==
=== [[User Manager customer pages | Customer pages]] ===
* [[User Manager customer pages #Setup | Setup]]
* [[User Manager customer pages #How to find? | How to find it?]]
* [[User Manager customer pages #Sections | Sections]]
** [[User Manager customer pages #Status | Status]]
** [[User Manager customer pages #Routers | Routers]]
** [[User Manager customer pages #Credits | Credits]]
** [[User Manager customer pages #Users | Users]]
** [[User Manager customer pages #Sessions | Sessions]]
** [[User Manager customer pages #Customers | Customers]]
** [[User Manager customer pages #Reports | Reports]]
** [[User Manager customer pages #Logs | Logs]]
=== [[User Manager user pages | User pages]] ===
* [[User Manager user pages #Setup | Setup]]
* [[User Manager user pages #How to find it? | How to find it?]]
* [[User Manager user pages #Link to user pages | Link to user pages]]
* [[User Manager user pages #Sections | Sections]]
** [[User Manager user pages #Status | Status]]
** [[User Manager user pages #Settings | Settings]]
=== User sign-up ===
* Setup
* Sign-up steps
** Creating account
** Activating account
** Login


User manager can be used for management of:
== Questions and answers ==
 
* How to separate users among customers
* HotSpot users;
* How to create link to user page
* PPP (PPtP/PPPoE) users (only PAP and CHAP authentication methods supported);
* How to create link to user sign-up page
* DHCP users;
* [[User Manager QA: visual bugs since upgrade | Visual bugs since upgrade]]
* Wireless users;
* [[User Manager QA: Can't log in User Manager | Can't log in User Manager]]
* RouterOS users.
* Too many active sessions shown
 
* What does "active sessions" refer to?
 
* How to make Hotspot and User Manager on the same router?
To see what User Manager can do for you, log into the test system:
* How to make MAC authentication in the User Manager?
[http://userman.mt.lv/userman User Manager Online Demo] with the username and password both being "demo"
* How to turn off logging for specific Routers?
 
* Timed Voucher creating
==Getting Started==
* Can't authenticate pppoe/pptp users against User manager
 
====Download and install====
 
MikroTik User Manager can be downloaded from the MikroTik download page: [http://www.mikrotik.com/download.html MikroTik User Manager] The User Manager package is included in the all package file named "Separate packages for Netinstall".
It 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 and MIPS processor based routers.
The router should have at least 32MB RAM and 2MB free HDD space.
Upload the package to the router's 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 configuration is done under the '''/tool user-manager''' menu.
To create a subscriber you should go to '''/tool user-manager 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://Router_IP_address:your_web_service_port/userman
 
You will get a login page where you can enter the username and password that you have created earlier.
There you have a menu on the left side where you can configure the User Manager.

Revision as of 06:13, 9 October 2006

Introduction

Getting started

Application examples

Concepts explained

Reference

Customer pages

User pages

User sign-up

  • Setup
  • Sign-up steps
    • Creating account
    • Activating account
    • Login

Questions and answers

  • How to separate users among customers
  • How to create link to user page
  • How to create link to user sign-up page
  • Visual bugs since upgrade
  • Can't log in User Manager
  • Too many active sessions shown
  • What does "active sessions" refer to?
  • How to make Hotspot and User Manager on the same router?
  • How to make MAC authentication in the User Manager?
  • How to turn off logging for specific Routers?
  • Timed Voucher creating
  • Can't authenticate pppoe/pptp users against User manager