PMS docker "Get plex Media Server" when adding to library

I have pms running on a docker container I am able to login in but after initial setup when I click on Your media i get a screen that says get plex media server? It’s running on Centos 7 I disabled the firewall and selinux temporarily. Below is my docker-compose file.

version: ‘2’
services:
plex:
container_name: plex
image: plexinc/pms-docker
restart: unless-stopped
tty: true
stdin_open: true
ports:
- 8080:32400/tcp
- 3005:3005/tcp
- 8324:8324/tcp
- 32469:32469/tcp
- 1900:1900/udp
- 32410:32410/udp
- 32412:32412/udp
- 32413:32413/udp
- 32414:32414/udp
environment:
- TZ=America/Chicago

- PLEX_CLAIM=

  - ADVERTISE_IP=http://192.168.1.191:32400/

hostname:

volumes:
  - /home/vagrant/config:/config:rw,z
  - /home/vagrant/transcode/:/transcode:rw,Z
  - /home/vagrant/movies:/data,ro,Z

Have you gone to Claim | Plex

and entered the code here:
- PLEX_CLAIM=xxxxxxxxxxxxx

When I first setup pms I did not claim a plex token. I claimed a token now but the library options is not listed. I tried with claim-… and with out the claim- part.

Without knowing anything else, I’d recommend

  • stop the plex container
  • delete the Preferences.xml file (or move it out of the PMS folder)
  • grab a new claim code, and paste in - PLEX_CLAIM=
  • and then start the plex container again

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.