--- sidebar_position: 5 --- # Unraid Immich can easily be installed and updated on Unraid using the [Docker Compose Manager](https://forums.unraid.net/topic/114415-plugin-docker-compose-manager/) plugin from the Unraid Community Apps. :::info - Guide was written using Unraid v6.11.1 - Requires you to have installed the plugin: [Docker Compose Manager](https://forums.unraid.net/topic/114415-plugin-docker-compose-manager/) - An Unraid share created for your images - There has been a [report](https://forums.unraid.net/topic/130006-errortraps-traps-node27707-trap-invalid-opcode-ip14fcfc8d03c0-sp7fff32889dd8-more/#comment-1189395) of this not working if your Unraid server doesn't support AVX _(e.g. using a T610)_ ::: ## Installation Steps 1. Go to "**Plugins**" and click on "**Compose.Manager**" 2. Click "**Add New Stack**" and when prompted for a label enter "**Immich**" Select Plugins > Compose.Manager > Add New Stack > Label it Immich 3. Select the cog ⚙️ next to Immich then click "**Edit Stack**" 4. Click "**Compose File**" and then paste the entire contents of the [Immich Docker Compose](https://raw.githubusercontent.com/immich-app/immich/main/docker/docker-compose.yml) file into the Unraid editor
Using an existing Postgres container? Click me! Otherwise proceed to step 5.
5. Click "**Save Changes**", you will be promoted to edit stack UI labels, just leave this blank and click "**Ok**" 6. Select the cog ⚙️ next to Immich, click "**Edit Stack**", then click "**Env File**" 7. Past the entire contents of the [Immich .env.example](https://raw.githubusercontent.com/immich-app/immich/main/docker/.env.example) file into the Unraid editor, then **before saving** edit the following: - `JWT_SECRET`: Generate a unique secret and paste the value here > Can be generated by either typing `openssl rand -base64 128` in your terminal or copying from [uuidgenerator](https://www.uuidgenerator.net/version1) - `UPLOAD_LOCATION`: Create a folder in your Images Unraid share and place the **absolute** location here > For example my _"images"_ share has a folder within it called _"immich"_. If I browse to this directory in the terminal and type `pwd` the output is `/mnt/user/images/immich`. This is the exact value I need to enter as my `UPLOAD_LOCATION` Absolute location of where you want immich images stored
Using an existing Postgres container? Click me! Otherwise proceed to step 8.

Update the following database variables as relevant to your Postgres container:

8. Click "**Save Changes**" followed by "**Compose Up**" and Unraid will begin to create the Immich containers in a popup window. Once complete you will see a message on the popup window stating _"Connection Closed"_. Click "**Done**" and go to the Unraid "**Docker**" page > Note: This can take several minutes depending on your Internet speed and Unraid hardware 9. Once on the Docker page you will see several Immich containers, one of them will be labelled `immich_proxy` and will have a port mapping. Visit the `IP:PORT` displayed in your web browser and you should see the Immich admin setup page. Go to Docker Tab and visit the address listed next to immich-proxy
Using the Unraid Docker Folders plugin? Click me! Otherwise you're complete!

If you are using the Docker Folders plugin go the Docker tab and select "New Folder".
Label it "Immich" and use the logo from the Immich homepage (right click the logo, "Save As", and reupload to Unraid)
Then simply select all the Immich related containers before clicking "Submit"

Go to Docker Tab and visit the address listed next to immich-proxy Go to Docker Tab and visit the address listed next to immich-proxy
:::tip For more information on how to use the application once installed, please refer to the [Post Install](/docs/install/post-install.mdx) guide. ::: ## Updating Steps Updating is extremely easy however it's important to be aware that containers managed via the Docker Compose Manager plugin do not integrate with Unraid's native dockerman ui, the label "_update ready_" will always be present on containers installed via the Docker Compose Manager. Docker Compose containers always say update ready, ignore it You should ignore the "_update ready_" on the Unraid WebUI and update when you receive the notification within the Immich WebUI. Immich update notification 1. Go to the "**Docker**" tab and scroll to the Compose section 2. Next to Immich click the "**Update Stack**" button and Unraid will begin to update all Immmich related containers > Note: **Do not** select Compose Down first, it is unecessary. 3. Once complete you will see a "_Connection Closed_" message, select "**Done**". Wait for Connection Closed and click Done 4. Return back to the Immich WebUI and you will see the version has been updated to the latest Wait for Connection Closed and click Done