Server Version#:
Player Version#:
Hi Everyone,
I just installed plex via docker on my synology nas (DS920+) after using the outdated package center one for some time now. Docker gives me more flexibility and better ways to update plex. I removed the packache center version entirely and installed the docker one. I’m running lots of containers and setup usually goes flawless.
If I install plex using the linuxserver/plex or plexinc image and go to the following url: http://myip:32400/web I get the Plex environment and have to login. After the login I get a message saying “Not authorized. You do not have access to this server”. I should be getting a setup URL.
If I navigate to http://myip:32400 (without /web) it provides me with Plex web, not media server. And it asks me to ad a server (Imgur: The magic of the Internet).
What have I tried so far:
- Creating new Plex accounts
- Creating new Plex containers
- Using PLEX_CLAIM
Export:
`{`
`"CapAdd" : null,`
`"CapDrop" : null,`
`"cmd" : "",`
`"cpu_priority" : 50,`
`"enable_publish_all_ports" : false,`
`"enable_restart_policy" : true,`
`"enable_service_portal" : null,`
`"enabled" : false,`
`"env_variables" : [`
`{`
`"key" : "PATH",`
`"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"`
`},`
`{`
`"key" : "HOME",`
`"value" : "/root"`
`},`
`{`
`"key" : "LANGUAGE",`
`"value" : "en_US.UTF-8"`
`},`
`{`
`"key" : "LANG",`
`"value" : "en_US.UTF-8"`
`},`
`{`
`"key" : "TERM",`
`"value" : "xterm"`
`},`
`{`
`"key" : "S6_CMD_WAIT_FOR_SERVICES_MAXTIME",`
`"value" : "0"`
`},`
`{`
`"key" : "S6_VERBOSITY",`
`"value" : "1"`
`},`
`{`
`"key" : "S6_STAGE2_HOOK",`
`"value" : "/docker-mods"`
`},`
`{`
`"key" : "NVIDIA_DRIVER_CAPABILITIES",`
`"value" : "compute,video,utility"`
`},`
`{`
`"key" : "DEBIAN_FRONTEND",`
`"value" : "noninteractive"`
`},`
`{`
`"key" : "PLEX_DOWNLOAD",`
`"value" : "https://downloads.plex.tv/plex-media-server-new"`
`},`
`{`
`"key" : "PLEX_ARCH",`
`"value" : "amd64"`
`},`
`{`
`"key" : "PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR",`
`"value" : "/config/Library/Application Support"`
`},`
`{`
`"key" : "PLEX_MEDIA_SERVER_HOME",`
`"value" : "/usr/lib/plexmediaserver"`
`},`
`{`
`"key" : "PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS",`
`"value" : "6"`
`},`
`{`
`"key" : "PLEX_MEDIA_SERVER_USER",`
`"value" : "abc"`
`},`
`{`
`"key" : "PLEX_MEDIA_SERVER_INFO_VENDOR",`
`"value" : "Docker"`
`},`
`{`
`"key" : "PLEX_MEDIA_SERVER_INFO_DEVICE",`
`"value" : "Docker Container (LinuxServer.io)"`
`},`
`{`
`"key" : "PUID",`
`"value" : "1026"`
`},`
`{`
`"key" : "PGID",`
`"value" : "101"`
`},`
`{`
`"key" : "VERSION",`
`"value" : "docker"`
`},`
`{`
`"key" : "PLEX_CLAIM",`
`"value" : "claim-xxxxxxx"`
`}`
`],`
`"exporting" : false,`
`"id" : "0fd8c52af983f15703e8dfff4dbe217581ba60337d19bfddc31559766188ef8e",`
`"image" : "linuxserver/plex:latest",`
`"is_ddsm" : false,`
`"is_package" : false,`
`"links" : [],`
`"memory_limit" : 0,`
`"name" : "linuxserver-plex1",`
`"network" : [`
`{`
`"driver" : "host",`
`"name" : "host"`
`}`
`],`
`"network_mode" : "host",`
`"port_bindings" : [],`
`"privileged" : false,`
`"shortcut" : {`
`"enable_shortcut" : false,`
`"enable_status_page" : false,`
`"enable_web_page" : false,`
`"web_page_url" : ""`
`},`
`"use_host_network" : true,`
`"volume_bindings" : [`
`{`
`"host_volume_file" : "/docker/plex/config",`
`"mount_point" : "/config",`
`"type" : "rw"`
`},`
`{`
`"host_volume_file" : "/docker/plex/data",`
`"mount_point" : "/data",`
`"type" : "rw"`
`},`
`{`
`"host_volume_file" : "/docker/plex/transcode",`
`"mount_point" : "/transcode",`
`"type" : "rw"`
`},`
`{`
`"host_volume_file" : "/Media",`
`"mount_point" : "/media",`
`"type" : "rw"`
`}`
`]`
`}`
What am I doing wrong? Rarely have I seen so much visited links in my Google history (Imgur: The magic of the Internet)
