Skip to main content
Robert_Cerny
New Member
June 17, 2013
Question

List FortiAP clients from cli

  • June 17, 2013
  • 2 replies
  • 13335 views
Hi, does anyone know how to get the list of connected users to fortiAP from command line? Thanks

    2 replies

    Matthijs
    New Member
    June 17, 2013
    Try this: diag wireless-controller wlac -d sta It does not ONLY show the connected clients. You can filter the output by not displaying the devices without IP.
       diag wireless-controller wlac -d sta | grep -v 0.0.0.0  
    This works in version 5.0.x i have not tested this in any other version ;)
    Robert_Cerny
    New Member
    June 17, 2013
    Thanks!
    HaTiMuX
    New Member
    November 30, 2017

    Thanks Matthijs for posting the command. It's very useful.

     

    Sumanth_FTNT
    Staff
    Staff
    November 30, 2017

    diagnose wireless-controller wlac -c sta ==> Will show only connected clients