Is there an Log-in audit report

Hi,

i’m running Nexcloud AIO v2.0.3 ( Nextcloud 24.0.5 )

i’m wondering how i can monitor who is logging in (and who isn’t) over a certain period.
Is there an option to trace the log-in activity as an admin?

You can enable the Admin audit log, which will log all the log-in activities and much more…

Enable the app:

occ app:enable admin_audit

Set name and path for the audit logging file:

occ config:app:set admin_audit logfile --value="/var/log/nextcloud/audit.log"

Enable audit logging:

occ config:system:set log.condition apps 0 --value admin_audit
2 Likes