Skip to content

Step 8: Immich Server Setup

The main application — web UI, API, and background workers.

Quicklink to add a new Docker container (paste into your browser while logged into Unraid):

http://<your-unraid-ip>/Docker/AddContainer
  1. Go to the Docker tab → Add Container
  2. Select the immich-server template matching your GPU (see Step 3)
  3. Configure:
    • Network: immich_internal
    • DB_HOSTNAME: immich-vectorchord-db (must match the database container name)
    • DB_PASSWORD: The exact same password you set in Step 5
    • REDIS_HOSTNAME: immich-valkey (must match the Valkey container name)
    • All HDD/SSD storage paths should already point to the correct shares (/mnt/user/immich/ and /mnt/user/immich-gen/)
  4. Hit Apply to start the container.

Access Immich at http://<your-unraid-ip>:2283 and create your admin account.