03-19-2025, 04:24 AM
(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!