Manual:Hotspot manual login

From MikroTik Wiki
Revision as of 09:06, 11 February 2016 by Krisjanis (talk | contribs) (Created page with "{{Versions | v6.34+}} __TOC__ <br /> Since v6.34 release it's possible to login hotspot hosts manually from server side cli. Command: <pre>/ip hotspot active login</pre> p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Version.png

Applies to RouterOS: v6.34+


Since v6.34 release it's possible to login hotspot hosts manually from server side cli.

Command:

/ip hotspot active login

properties:

  • ip
  • mac-address
  • domain
  • user
  • password

When issuing the command server will try to authenticate user against hotspot user database on router and/or one available in RADIUS (if configured).

Example:

/ip hotspot active login user=test password=test mac-address=E8:50:8B:1C:95:7D ip: 172.16.201.50

log entry:

10:59:11 hotspot,info,debug test (172.16.201.50): trying to log in by admin 
10:59:11 hotspot,account,info,debug test (172.16.201.50): logged in 

[ Top | Back to Content ]