log user connexion to rstudio IDE

Hi all,

I want to log connexions to my users to rstudio-server but I don't know how to configure in rstudio.conf.
An idea ? I'd like to log user, ip and timestamp

We generally recommend using RStudio Workbench for these features. It has a session auditing feature which will do what you want.

https://docs.rstudio.com/ide/server-pro/auditing_and_monitoring/auditing_configuration.html#r-session-auditing

If you are using the open source server, your best bet is to use a session init hook. These are documented here:

https://docs.rstudio.com/ide/server-pro/r_sessions/session_startup_scripts.html

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.