Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Getting Plex to run on UGREEN NAS

#1
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
Reply
#2
(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.
Reply
#3
(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!
Reply
#4
(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 doodle jump browser, plex doesnt see it. I will provide any info I can but I need help!!! Thank you

It sounds like you're almost there, but Plex isn't being detected in your browser. A few things to check:

1. Ensure that the ports required for Plex (typically 32400) are correctly forwarded and not blocked by your firewall.
2. Double-check that the PUID and PGID match the user and group with access to the relevant directories.
3. Verify that the directories for media and configuration are properly mapped in the container settings.
4. Try accessing Plex using the direct IP address and port (e.g., `http://<your-NAS-IP>:32400/web`).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)