Ok I was at least able to get somewhere with this but it’s pretty lengthy. I also noticed that the Library directories don’t get setup properly and don’t really see a way to fix it.
-
Goto http://umbrel.local:32400/ and sign out. You might have to refresh and sign out again I had to do it two times.
-
Launch powershell or Console on your PC and type the following:
ssh umbrel@umbrel.local
Note: Your password should be the same one that you use to login to the dashboard
- Type the following:
nano umbrel/app-data/plex/docker-compose.yml
this will take you to the docker’s config file
-
Next we need a claim code. Goto https://www.plex.tv/claim/ and note it down.Note you only have 4 minutes to use this code. Once it’s used it should be good.
-
Add the following line under
VERSION=docker
to look like this
VERSION=docker
PLEX_CLAIM=YOURCLAIMCODEHERE
Note: Make sure that you have 4 "spaces before “PLEX_CLAIM…”. Everything should be line up vertically.
- Next press Ctrl+X. Then Y to confirm changes. Then hit ENTER to save changes.
- Type the following:
cd umbrel/app-data/plex/
- HIt enter to goto that directory.
- Type the following to stop the docker container:
docker compose down
- Type the following to bring it back up:
docker compose up -d
You should be able to login and run through the setup process. Again I don’t know why the library directories don’t pull through as an option. It looks like they are suppose to be at ~/umbrel/app-data/plex/data. Also looks like PnP not working for the container and you wont be able to access it remotely without changing settings on your router