Club515 Server Report

Enter password to access the dashboard

Incorrect password

Loading server data...

Club515 Server Report

Upload your history.csv to generate the dashboard.

Drag and drop CSV file here

or click to browse

Club515 Server Report

{{ headerStatusText }}

Hide System Users
Active Users
{{ processedData.totalUsers }}
Total Connections
{{ processedData.filteredCount }}
Avg Daily Conns
{{ processedData.avgPerDay.toFixed(1) }}
~{{ processedData.avgPerWeek.toFixed(0) }} per week
Longest Session
{{ processedData.topConnection ? formatDuration(processedData.topConnection.duration) : 'N/A' }}
by {{ processedData.topConnection?.user || 'N/A' }}

Top Users by Connections

Top Users by Time Spent

{{ activityTrendTitle }}

Connections
Duration

Connections by Day of Week

Connections by Time of Day

Activity Heatmap

Connection frequency by day and time block

{{ block.label }}
{{ day.short }}
{{ processedData.heatmapData[day.key]?.[block.key] || 0 }}
Less
More

Detailed User Statistics

Click on a row to view specific connection logs for that user.

Username
Total Connections
Unique IPs Used
Cumulative Time
Longest Session
No users found matching "{{ searchQuery }}"
{{ user.username }} {{ user.connections }} {{ user.ipCount }} {{ user.formattedDuration }} {{ formatDuration(user.longestSession) }}

{{ selectedUser.username }}

Connection History {{ selectedUser.allConnections.length }} Total Sessions {{ getUniqueIPs(selectedUser).length }} Unique IPs
Date & Time IP Address Duration
{{ conn.startTime.toLocaleString() }} {{ conn.ip || 'Unknown' }} {{ formatDurationLong(conn.duration) }}