Forum Discussion

Omega_120165's avatar
Omega_120165
Icon for Nimbostratus rankNimbostratus
Apr 03, 2019

Know whatVPN SSL users connected now

Hello,

 

We have several VPN SSL connections to allow our customers to connect with us. I need to know what users are connected in this momment. Are there a command to execute by ssh that list the connected users by VPN or can I see it in web gui? How?

 

Thanks in advance!

 

  • Hi,

    You should be able to see it via the webgui under access -> overview. (depending on your tmos version)

    Via tmsh:

        BASH  sessiondump --list
    

    Or

      (tmos) list apm session all-properties | grep session.logon.last.username
    

    Cheers,

    Kees