Show full/complete analytics list

I have admin access to an AMP Advanced instance.
I’m using the analytics feature in a Minecraft instance.
We accumulated 24 unique users over the past 30 days.
The “Most Active Users” section shows 10 users max.
Sadly there’s no documentation about how to view the full list or how to find its storage location.

Questions:
How to view the full analytics? Is there a GUI for it?

I wouldn’t mind checking a text file or database to get the data, so where are the full analytics being stored?

GDPR demands that I’m able to remove a specific users data, if that individual would file a request. How do I do that?

Excuse me if I’m just blind and not able to find these essential, obvious features so I’m kindly asking to point me to them

Greetings

The data is stored in an sqlite database file called “datastore.dat” in the instance data.

1 Like

Honestly I looked at that db. Turns out I need to learn how to properly read them.