Jellyfin Forum
User login activity log - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: User login activity log (/t-user-login-activity-log)



User login activity log - psilospiral - 2025-04-23

Greetings forum.  I'm running 10.10.7 on a Debian 11 VM in Proxmox.  Thank you to all the devs and contributors for providing an opensource alternative to plex.

I'm looking for a quick method to check user login date/time and possibly video selections.  

Code:
cat /var/log/jellyfin/jellyfin[date].log | grep [username]

provides 'directory watching' activity, but nothing along the lines of what I see in the android jellyfin app under Administration > Dashboard > Activity - where user login and video selection playing timestamps for the last 7 items are displayed.

I am looking for a way to increase the Activity listing length in the app, or know where I can grep that same information directly on the server.


RE: User login activity log - crobibero - 2025-04-23

User activity is stored in the database.
You can view a full table by clicking on Activity in the dashboard sidebar or "Activity >" above the short list.


RE: User login activity log - psilospiral - 2025-04-26

(2025-04-23, 02:32 PM)crobibero Wrote: User activity is stored in the database.
You can view a full table by clicking on Activity in the dashboard sidebar or "Activity >" above the short list.

crobibero - Thank you for the tip about tapping "Activity" in the app!