ASK NC
Getting Plex to run on UGREEN NAS - Printable Version

+- ASK NC (https://ask.nascompares.com)
+-- Forum: Q&A (https://ask.nascompares.com/forumdisplay.php?fid=1)
+--- Forum: Technical Support (https://ask.nascompares.com/forumdisplay.php?fid=7)
+--- Thread: Getting Plex to run on UGREEN NAS (/showthread.php?tid=10893)



Getting Plex to run on UGREEN NAS - Sunniama - 06-16-2024

Hello, I just got my Ugreen NAS and followed the instruction video exactly. I got to the point where the image is installed, I believe I have all the correct information PUID, PGID.. etc. And the image runs but when I go to my browser, plex doesnt see it. I will provide any info I can but I need help!!! Thank you


RE: Getting Plex to run on UGREEN NAS - ruskshellfish - 12-17-2024

(06-16-2024, 12:52 AM)Sunniama Wrote: Hello, I just got my Ugreen NAS and followed the instruction video exactly. I got to the point where the image is installed geometry dash world, I believe I have all the correct information PUID, PGID.. etc. And the image runs but when I go to my browser, plex doesnt see it. I will provide any info I can but I need help!!! Thank you

You can do what I suggested to fix the error
- Double check the environment variables you provided (like PUID and PGID) to make sure they match the user/group IDs of the directories you are using for Plex. This is important to avoid permission issues.
- Make sure the Plex container is running by checking the container logs. Run the following command if using Docker:
docker logs plex_container_name
This command will show any errors related to the Plex startup process.