![]() |
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. RE: Getting Plex to run on UGREEN NAS - amagingscor - 03-19-2025 (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, 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 drift hunters it. I will provide any info I can but I need help!!! Thank you Check these: 1. Logs: Run `docker logs plex` for errors. 2. Container Status: Run `docker ps` to see if Plex is running. 3. Port Mapping: Ensure port 32400 is mapped. 4. Access URL: Try `http://YOUR_NAS_IP:32400/web` in your browser. 5. PUID & PGID: Verify they match your NAS user (`id yourusername`). 6. Network Mode: Try Host Mode instead of Bridge Mode. Let me know what you find! |