This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Reports for Clientless Access

Hello,

I have been testing the use of clietless access VPN with a customer and we found that there's not info on the reports for this VPN.
We are using those bookmarks to give access through RDP to some servers. Alls the bookmarks works and the users are allowed to access the resources but we want to have more control over this remote access.

The only way to see info related to the clientless access is configuring a HTTP bookmark and it's not an option since we are using RDP.

I already marked all the checks at Log Settings tab.


Do I need to setup something else?



This thread was automatically locked due to age.
Parents Reply
  • Hello John,

    I am facing the same problem. Furthermore I am not able to see all current clientless access sessions in "Current activities"/"Remote Users". I already opened a support case for that behaviour. 

    This is what I did to get an overview via advanced shell:

    To get the amount of current Clientless HTML5 RDP sessions:

    pgrep vncfreerdp | wc -l

    To see which process belongs to which session:

    ps | grep vncfreerdp

    To see more details investigate clientless_access.log in /log.

    Due to very high CPU consumtion of these vncfreerdp processes and a lot of session-aborts (broken pipes), I am actually looking for alternative solutions for RDP via HTML5.

Children