website/integrations/media/tautulli/index.md
Tautulli is an application that you can run alongside your Plex Media Server to monitor activity and track various statistics. These statistics include what has been watched, who watched it, when and where they watched it, and how it was watched.
The following placeholders are used in this guide:
tautulli.company is the FQDN of the Tautulli installation.authentik.company is the FQDN of the authentik installation.:::info This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application. :::
To support the integration of Tautulli with authentik, you need to create a group, a proxy outpost, and an application/provider pair in authentik.
Because Tautulli requires valid HTTP Basic credentials, you must save your HTTP Basic Credentials in authentik. The recommended way to do this is to create a group with the credentials set as attributes.
Log in to authentik as an administrator and open the authentik Admin interface.
Navigate to Directory > Groups and click Create.
Set the following fields for the group:
Tautulli userstautulli_user: <tautulli_username>
tautulli_password: <tautulli_password>
Click Create.
Click the name of the newly created group and navigate to the Users tab.
Click Add existing user, select the user that needs Tautulli access, and then click Add.
http://<tautulli_container_name>:<tautulli_port>.http://<tautulli_service_name>.<namespace>.svc.cluster.local:<tautulli_port>http://tautulli.company or http://tautulli.company:<tautulli_port>.tautulli_usertautulli_passwordThe proxy provider requires an authentik proxy outpost to be configured. See the outpost documentation for more information.
Optionally, you can use the built-in authentik embedded outpost:
authentik Embedded Outpost.To configure basic authentication, set the following variables in the config.ini file of your Tautulli deployment:
http_basic_auth = 1
http_hash_password = 0
http_hashed_password = 1
http_password = `<your_password>`
Redeploy Tautulli after updating your config.ini file.
To confirm that authentik is properly configured with Tautulli, log out of Tautulli. Open the authentik application dashboard (My Applications) and select the Tautulli application. You should be redirected to Tautulli and automatically logged in.