Admin Web UI
PhotoPrism® Pro includes a web user interface for account and session management. It allows you to conveniently manage user accounts and sessions when you log in as Admin and then navigate to Settings > Users.
CLI Commands
You can use the following terminal commands to create, inspect and, if necessary, delete access tokens for the authentication of browsers and other clients (including app passwords):
| CLI Command | Description | 
|---|---|
photoprism auth ls [search] | 
Lists currently authenticated users and clients | 
photoprism auth add [username] | 
Adds a new authentication secret for client applications | 
photoprism auth show [identifier] | 
Shows detailed information about a session | 
photoprism auth rm [identifier] | 
Deletes a session by id or access token | 
photoprism auth reset --yes | 
Resets the authentication of all users and clients | 
In addition, login attempts can be viewed in the application service logs as well as with this command:
docker compose exec photoprism photoprism audit logins [search]
Command Options
You can combine the sess ls and audit logins commands with these flags to change the output format and the maximum number of search results:
| Command Flag | Description | 
|---|---|
--md, -m | 
format as machine-readable Markdown | 
--csv, -c | 
export as semicolon separated values | 
--tsv, -t | 
export as tab separated values | 
-n LIMIT | 
LIMIT number of results (default: 100) | 
PhotoPrism® Documentation
For more information on specific features, services and related resources, please refer to the other documentation available in our Knowledge Base and User Guide:
