How to find when you created your Plex account for the first time?

Curious to find out when I first created my plex account. I remember seeing it somewhere recently enough, but can’t retrace my steps.

Any ideas?

Thanks in advance.

Using sqlite3, you can try the following from the command line:
sqlite3 com.plexapp.plugins.library.db 'select name,created_at from accounts'

I’m not sure how accurate this information is, however.

The location of your Plex database varies based on platform. For example, on macOS it’s in:

~/Library/Application Support/Plex Media Server/Plug-in Support/Databases/

On Windows, it’s:

%LOCALAPPDATA%\Plex Media Server\Plug-in Support\Databases\

For Linux:

/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-in Support/Databases/

1 Like

Click on your username in the forum post. It lists a joined date. Not sure if the date resets when you get a Plex Pass, etc.

I’m pretty sure something resets it. My account creation date and the one reported via my information in the forum link are about 7 years off; that would probably be about the time I purchased my Plex Pass.

Good to know. Thanks for the info.

1 Like

Thanks, that looks like it anyway.

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