http://192.168.1.184:8181
http://192.168.1.145:8182
Load server configuration from Docker environment variables defined in your docker-compose.yml file.
environment:
- TAUTULLI_SERVER_A_NAME=MyServer
- TAUTULLI_SERVER_A_IP=192.168.1.100:8181
- TAUTULLI_SERVER_A_KEY=your_api_key_here
# - TAUTULLI_SERVER_A_SSL=false
# - TAUTULLI_SERVER_A_VERIFY_SSL=false
# Optional:
# - STADIA_MAPS_API_KEY=your_stadia_maps_api_key
# - MDBLIST_API_KEY=your_mdblist_api_key
# Optional second server:
# - TAUTULLI_SERVER_B_NAME=Server2
# - TAUTULLI_SERVER_B_IP=192.168.1.101:8181
# - TAUTULLI_SERVER_B_KEY=another_api_key
# - TAUTULLI_SERVER_B_SSL=false
# - TAUTULLI_SERVER_B_VERIFY_SSL=false
Run the full data pipeline from one button. This keeps media, history, and lifetime play counts aligned.
Step 1: Import movies and TV shows from each configured server.
Step 2: Import full viewing history from each configured server and then rebuild lifetime play counts so titles with multiple keys are merged correctly.
Optionally save a Stadia Maps API key here to enable the full dark basemap for the live stream map.
If blank, MultiPlex Stats will fall back to CARTO's dark basemap unless STADIA_MAPS_API_KEY is set in the environment.
You can obtain a free API key by signing up at stadiamaps.com.
Optionally save an MDBList API key to enrich your media library with aggregated ratings from IMDb, TMDb, Metacritic, Rotten Tomatoes, Trakt, Letterboxd, and more. Ratings are fetched during media sync and refreshed every 3 months. A free account provides 1,000 API calls/day. Get your key at mdblist.com.