Page 1 of 1

How to get last login report of all users in VPN server

Posted: Wed Jun 14, 2023 2:14 pm
by csbisht
Hi all,
How to get last login report of all users in VPN server. Is there any way to do it in excel or CSV format.

Re: How to get last login report of all users in VPN server

Posted: Wed Jun 14, 2023 2:42 pm
by shakibamoshiri
You can use RPC-JSON APi or
you can use vpncmd to see list of users of a hub.
The output reports last login time (UTC) of all users + more

Re: How to get last login report of all users in VPN server

Posted: Wed Jun 14, 2023 3:07 pm
by csbisht
How can i use it can you share the process of vpncmd to see list of users of a hub or RPC-JSON APi

Re: How to get last login report of all users in VPN server

Posted: Wed Jun 14, 2023 3:26 pm
by shakibamoshiri
csbisht wrote:
Wed Jun 14, 2023 3:07 pm
How can i use it can you share the process of vpncmd to see list of users of a hub or RPC-JSON APi
vpncmd

Code: Select all

/path/to/vpncmd localhost:443 /SERVER /HUB:VPN /PASSWORD:*******  /CSV /CMD UserList
RPC-JSON doc
https://github.com/SoftEtherVPN/SoftEth ... pc-clients