Plex on Docker - looking for servers

  • I´ve read somewhere that the CLAIM Token is just available for a few minutes.


    So what you can try:

    • Delete the Container as well as the Image.
    • Make sure your Docker machine is allowed to connect to the internet.
    • Pull and create the PLEX Container with --net=host and start it
    • Immediately connect to your IP:32400/web
    • Now it should show the right screen
  • how do I connect with the container via ssh? which commands?

  • I´ve read somewhere that the CLAIM Token is just available for a few minutes.


    So what you can try:

    • Delete the Container as well as the Image.
    • Make sure your Docker machine is allowed to connect to the internet.
    • Pull and create the PLEX Container with --net=host and start it
    • Immediately connect to your IP:32400/web
    • Now it should show the right screen


    how should I delete containers if I do not see the picture?
    so far so good :)

  • Code
    root@openmediavault:~# curl -L -o plex-claim-server.sh https://github.com/uglymagoo/plex-claim-server/raw/master/plex-claim-server.sh
    -bash: curl: Kommando nicht gefunden.
    root@openmediavault:~#

    but is not possible to load the sctpt, or what am I doing wrong :-)?

  • root@Server:~# docker exec -it plex /bin/bash
    root@Server:/# curl -L -o plex-claim-server.sh https://github.com/uglymagoo/p…ster/plex-claim-server.sh
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 155 100 155 0 0 248 0 --:--:-- --:--:-- --:--:-- 252
    100 2324 100 2324 0 0 1674 0 0:00:01 0:00:01 --:--:-- 1674
    root@Server:/# chmod +x plex-claim-server.sh
    root@Server:/# ./plex-claim-server.sh "PLEX_CLAIM"
    Attempting to obtain server token from claim token
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
    root@Server:/#

  • and now :( is not work :(

  • Tut mir Leid aber was du da gerade machst ist nur blindlinks alle Kommandos zu kopieren und einfügen - ganz so ungefährlich ist das nicht. calin hat lediglich den Output gepostet, dass das Script bei ihm geladen wird.


    Was erhältst du denn für eine Fehlermeldung bei folgendem Code:


    curl -L -o plex-claim-server.sh https://github.com/uglymagoo/plex-claim-server/raw/master/plex-claim-server.sh

  • Code
    root@openmediavault:~# curl -L -o plex-claim-server.sh https://github.com/uglymagoo/plex-claim-server/raw/master/plex-claim-server.sh
    -bash: curl: Kommando nicht gefunden.
    root@openmediavault:~#

    damit kommeich nicht weit, mit dem bash befehl unten kann ich das das manuell laden.


    Code
    docker exec -it plex /bin/bash

    und wie soll es nun weiter gehen, denk dran das ist nicht omv4 sondern omv5 :)

  • Das hilft mir nicht. Poste doch bitte immer deinen CLI Output.


    NATÜRLICH zuerst das: docker exec -it plex /bin/bash
    Dann das: curl -L -o plex-claim-server.sh https://github.com/uglymagoo/plex-claim-server/raw/master/plex-claim-server.sh


    Jetzt bitte alles was du an Output erhalten hast.

  • plex ist im container nicht an, siehe pic, darauf kommt auch dies :(
    warum auch immer plex nicht an bleibt beim starten.

    Code
    Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
    permitted by applicable law.
    Last login: Tue Aug 20 09:55:10 2019 from 192.168.178.xxx
    root@openmediavault:~# docker exec -it plex /bin/bash
    Error response from daemon: Container 23859b13956824e4d09e19743fbdaf59d9a3958a7c9c56ac75a82a15f31b0e7f is not running
    root@openmediavault:~# curl -L -o plex-claim-server.sh https://github.com/uglymagoo/plex-claim-server/raw/master/plex-claim-server.sh
    -bash: curl: Kommando nicht gefunden.
    root@openmediavault:~#
  • Was hast du denn bei Portainer als Reboot-Verhalten eingestellt?


    Dann natürlich vorne weg via Console:


    docker start plex


    dann sollte er laufen. Wenn nicht, bitte das was die Konsole ausspruckt hier posten

  • jo das ist der punkt gewesen der gefehlt hat, hier hast du die ausgabe :) wahr gerade beim einkaufen.

    Code
    root@openmediavault:~# docker start plex
    plex
    root@openmediavault:~# docker exec -it plex /bin/bash
    root@23859b139568:/# curl -L -o plex-claim-server.sh https://github.com/uglymagoo/plex-claim-server/raw/master/plex-claim-server.sh
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100   155  100   155    0     0    437      0 --:--:-- --:--:-- --:--:--   437
    100  2324  100  2324    0     0   3468      0 --:--:-- --:--:-- --:--:-- 27023
    root@23859b139568:/#
  • und jetzt noch der Rest. Bitte Zeile für Zeile einzeln:


    chmod +x plex-claim-server.sh


    geh auf https://www.plex.tv/claim/ und ersetze bei dem nächsten Kommando PLEX_CLAIM mit dem, was du im Browser angezeigt bekommst.


    ./plex-claim-server.sh "PLEX_CLAIM"


    chown plex:plex "/config/Library/Application Support/Plex Media Server/Preferences.xml"


    exit


    docker stop plex


    docker start plex


    jetzt nochmal auf die IP:32400/web

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!