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


Forum Jump:


Users browsing this thread: 1 Guest(s)