Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Offical apps | Community apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Plex Media Server

Plex Media Server

Scheduled Pinned Locked Moved App Wishlist
68 Posts 22 Posters 60.4k Views 22 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P privsec

    @Trackborne
    Have you considered using Jellyfin?

    necrevistonnezrN
    necrevistonnezrN
    necrevistonnezr
    wrote on last edited by
    #36

    @privsec Plex has by far the biggest hardware support, especially on Smart TVs.

    P 1 Reply Last reply
    0
    • P privsec

      @Trackborne
      Have you considered using Jellyfin?

      T
      T
      Trackborne
      wrote on last edited by
      #37

      @privsec jellyfin doesn't come close to the client support that plex has. Its an okay workaround but plex runs laps around jellyfin 🙂

      1 Reply Last reply
      0
      • necrevistonnezrN necrevistonnezr

        @privsec Plex has by far the biggest hardware support, especially on Smart TVs.

        P
        P
        privsec
        wrote on last edited by
        #38

        I don’t disagree, and acknowledge Jellyfin has a ways to go.

        But in terms of privacy, it’s the cream de la cream of streaming apps.

        T 1 Reply Last reply
        0
        • P privsec

          I don’t disagree, and acknowledge Jellyfin has a ways to go.

          But in terms of privacy, it’s the cream de la cream of streaming apps.

          T
          T
          Trackborne
          wrote on last edited by
          #39

          @privsec Agreed! Cloudron supports emby too. I wish it supported plex too

          1 Reply Last reply
          1
          • ajtatumA
            ajtatumA
            ajtatum
            wrote on last edited by
            #40

            @girish - In all reality, is Plex on the radar still? I have everything in Plex and tried (and hated) Emby and Jellyfish.

            girishG 1 Reply Last reply
            0
            • ajtatumA ajtatum

              @girish - In all reality, is Plex on the radar still? I have everything in Plex and tried (and hated) Emby and Jellyfish.

              girishG
              girishG
              girish
              Staff
              wrote on last edited by
              #41

              @ajtatum yes, don't see why not. I think one issue when I last checked was tha Plex was not using local login i.e while the plex installation is local, the authentication is via their cloud. I don't know if this is still the case.

              ajtatumA 1 Reply Last reply
              0
              • girishG girish

                @ajtatum yes, don't see why not. I think one issue when I last checked was tha Plex was not using local login i.e while the plex installation is local, the authentication is via their cloud. I don't know if this is still the case.

                ajtatumA
                ajtatumA
                ajtatum
                wrote on last edited by
                #42

                @girish I'm not sure how I know this, but I've heard that with seedboxes when someone sets up a Plex Server you have to go to plex.tv/claim and it gives them a code so that the local Plex Server can be associated with that account without having to login first. I don't know if that helps at all, but like I said... it's just something I've heard. 🙂

                1 Reply Last reply
                3
                • murgeroM murgero

                  @necrevistonnezr I just remember cloudron uses iptables to manage it's firewall and will only allow certain ports it is aware to be open.

                  See your PM for details.

                  Essentially we need to allow the plex port:

                  iptables -I INPUT -p tcp -m tcp --dport 32400 -j ACCEPT <- Plex Web UI
                  iptables -I INPUT -p tcp -m tcp --dport 32469 -j ACCEPT <- Plex DLNA for other devices.

                  marcusquinnM
                  marcusquinnM
                  marcusquinn
                  wrote on last edited by
                  #43

                  @murgero Did you copy the app package to git.cloudron.io so we can review and see if it can be made publishable?

                  Web Design & Development: https://www.evergreen.je
                  Technology & Apps: https://www.marcusquinn.com

                  murgeroM 1 Reply Last reply
                  1
                  • marcusquinnM marcusquinn

                    @murgero Did you copy the app package to git.cloudron.io so we can review and see if it can be made publishable?

                    murgeroM
                    murgeroM
                    murgero
                    App Dev
                    wrote on last edited by
                    #44

                    @marcusquinn Oh gosh no, even if it was - I wouldn't use such old code from 2019. I could probably give it a try again now that I know more about the cloudron api and such?

                    --
                    https://urgero.org
                    ~ Professional Nerd. Freelance Programmer. ~

                    necrevistonnezrN marcusquinnM 2 Replies Last reply
                    1
                    • murgeroM murgero

                      @marcusquinn Oh gosh no, even if it was - I wouldn't use such old code from 2019. I could probably give it a try again now that I know more about the cloudron api and such?

                      necrevistonnezrN
                      necrevistonnezrN
                      necrevistonnezr
                      wrote on last edited by
                      #45

                      @murgero said in Plex Media Server:

                      @marcusquinn Oh gosh no, even if it was - I wouldn't use such old code from 2019. I could probably give it a try again now that I know more about the cloudron api and such?

                      Oh, yes, please!!

                      1 Reply Last reply
                      0
                      • girishG
                        girishG
                        girish
                        Staff
                        wrote on last edited by
                        #46

                        iirc, the issue with Plex back then was that there was no local login (or maybe i misunderstood). Is this still the case?

                        Not that this is a blocker , we have since become quite a bit pragmatic 🙂

                        1 Reply Last reply
                        1
                        • murgeroM murgero

                          @marcusquinn Oh gosh no, even if it was - I wouldn't use such old code from 2019. I could probably give it a try again now that I know more about the cloudron api and such?

                          marcusquinnM
                          marcusquinnM
                          marcusquinn
                          wrote on last edited by
                          #47

                          @murgero I think it's worth the effort. It seems to be a common search, and I can see the benefits of having it, given the broad awareness of it for smart TV integration. There's also more collaborators here too now, if you get stuck on anything.

                          Web Design & Development: https://www.evergreen.je
                          Technology & Apps: https://www.marcusquinn.com

                          1 Reply Last reply
                          1
                          • T
                            T
                            Trackborne
                            wrote on last edited by
                            #48

                            This is literally the only thing stopping me from going cloudron full time. It is the most popular media server app with the most clients. I think it really would be worth getting this on the catalog.

                            P 1 Reply Last reply
                            2
                            • T Trackborne

                              This is literally the only thing stopping me from going cloudron full time. It is the most popular media server app with the most clients. I think it really would be worth getting this on the catalog.

                              P
                              P
                              privsec
                              wrote on last edited by
                              #49

                              @Trackborne
                              Have you checked out Jellyfin?

                              necrevistonnezrN 1 Reply Last reply
                              0
                              • P privsec

                                @Trackborne
                                Have you checked out Jellyfin?

                                necrevistonnezrN
                                necrevistonnezrN
                                necrevistonnezr
                                wrote on last edited by
                                #50

                                @privsec you suggested the same thing a year ago 🙂 https://forum.cloudron.io/post/49425

                                And no, it‘s not an alternative:
                                IMG_0251.jpeg

                                avatar1024A 1 Reply Last reply
                                1
                                • marcusquinnM
                                  marcusquinnM
                                  marcusquinn
                                  wrote on last edited by marcusquinn
                                  #51

                                  I agree, Plex is a high-quality and user value app. Vote count helps highlight these views, too.

                                  Web Design & Development: https://www.evergreen.je
                                  Technology & Apps: https://www.marcusquinn.com

                                  1 Reply Last reply
                                  1
                                  • girishG
                                    girishG
                                    girish
                                    Staff
                                    wrote on last edited by
                                    #52

                                    What is the auth situation with Plex? Is it local auth?

                                    necrevistonnezrN 1 Reply Last reply
                                    0
                                    • girishG girish

                                      What is the auth situation with Plex? Is it local auth?

                                      necrevistonnezrN
                                      necrevistonnezrN
                                      necrevistonnezr
                                      wrote on last edited by
                                      #53

                                      @girish I believe there’s no local auth, though you can allow no-auth access for local network clients… https://support.plex.tv/articles/?s=Authentication&search=support_articles

                                      1 Reply Last reply
                                      1
                                      • necrevistonnezrN necrevistonnezr

                                        @privsec you suggested the same thing a year ago 🙂 https://forum.cloudron.io/post/49425

                                        And no, it‘s not an alternative:
                                        IMG_0251.jpeg

                                        avatar1024A
                                        avatar1024A
                                        avatar1024
                                        wrote on last edited by avatar1024
                                        #54

                                        @necrevistonnezr Well I suppose as you say it was a year ago, maybe Jellyfin has got some way and improved what it was capable of?

                                        Plex s very slick for sure, yet not Free Software and not as private.

                                        1 Reply Last reply
                                        1
                                        • mhgcicM
                                          mhgcicM
                                          mhgcic
                                          wrote on last edited by
                                          #55

                                          This would be great to see this.

                                          Mersey Hub Group CIC
                                          Non-profit Charitable Organisation
                                          https://www.mhgcic.org.uk

                                          1 Reply Last reply
                                          1

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search