Using user manager the first most important thing is to setup an account. This is because mikrotik user manager doesn’t come with any account. Use Mikrotik terminal (console) or telnet to connect and setup an account.
From the default prompt, type tool user-manager customer and than enter
Type add and enter, Login appears
Type the account Name and than enter.
[admin@MikroTik]
Type “tool user-manager customer”
[admin@MikroTik] tool user-manager customer>
type add
[admin@MikroTik] tool user-manager customer> add
And new prompt appears
login:
type the use name (admin account) and then enter
You can check to see if the account was setup by doing a print from
[admin@MikroTik] tool user-manager customer> print
0 subscriber=admin login="admin" password="" time-zone=+00:00 permissions=owner parent=admin
Use can now use the user manager (web interface to login with the new account)
That all folks
Victor