Immich Power Tools¶
Immich Power Tools is an unofficial client for advanced library management. It connects to both the Immich API and directly to the PostgreSQL database for operations that aren't available in the standard Immich UI.
Features: - Bulk people/face management with smart merge - Location enrichment for assets missing geolocation - Album discovery (suggests albums from your library) - Library analytics (EXIF data, temporal distribution) - Natural language search (optional, requires AI provider) - Bulk date adjustment for fixing timestamps
Setup:
Download the template:
wget -P /boot/config/plugins/dockerMan/templates-user/ https://raw.githubusercontent.com/rorar/unraid-templates/main/templates/immich-power-tools.xml
Quicklink to add a new Docker container (paste into your browser while logged into Unraid):
http://<your-unraid-ip>/Docker/AddContainer
- Go to the
tab → 
- Select the
immich-power-toolstemplate - Configure:
- Network:
immich_internal(pre-configured) - IMMICH_URL:
http://immich-server:2283(pre-configured) - IMMICH_API_KEY: Paste your Immich API key (with ALL permissions)
- DB_HOST:
immich-vectorchord-db(pre-configured, must match your DB container name) - DB_PASSWORD: The same password you set for PostgreSQL in Step 5
- Network:
- Hit
to start the container. - Access Power Tools at
http://<your-unraid-ip>:3000
Optional: For natural language search, configure AI provider settings under Advanced (supports OpenAI, Ollama, and other OpenAI-compatible APIs).
Note: Add this container to your Immich folder in FolderView3 after the immich-server container.