Logging of usage in Cloud Server?

Forum / NoMachine for Mac / Logging of usage in Cloud Server?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #22314
    dpags
    Participant

    Hi, we’re running NoMachine Enterprise for about 20 Macminis, and was wondering if there is any logging of usage of the cloud server available? Thanks

    #22346
    Gega
    Participant

    Hello,

    It’s not quite clear what does ‘any logging of usage of the cloud server’ mean. Could you elaborate on what kind of information you’d like to be able to log?

    #22518
    dpags
    Participant

    Sorry for the delayed response, basically we’d just like to monitor/log how many logins to a vmac and the usage time per session if possible.

    Thank you

     

    #22608
    Gega
    Participant

    That information isn’t readily available on Cloud server, however it can be accomplished. NoMachine can run custom scripts on certain events. You can create custom bash scripts, that sends info to machine where Cloud server is installed. This scripts should be set into according session events in server.cfg, for example to log information about session start you would create custom script that logs/sends session start to Cloud server machine – sessionStart.sh, than set <UserScriptAfterSessionStart /path/to/your/script/sessionStart.sh>, than create another script that logs session end and set <UserScriptAfterSessionClose /path/to/your/script/sessionClose.sh>, <UserScriptBeforeSessionFailure /path/to/your/script/sessionClose.sh>. To run custom script after login – UserScriptAfterLogin key can be used. Note that this should be done on all remote servers.

    Here’s more information about custom scripts for Enterprise desktop https://www.nomachine.com/DT02O00125#11.3

    #22678
    dpags
    Participant

    Thank you for the detailed info Gega! I will take a look at all of it.

     

Viewing 5 posts - 1 through 5 (of 5 total)

This topic was marked as solved, you can't post.