Unable to initialize or add a new PMS to my account on a new machine (docker)

Server Version#: plexinc/pms-docker:public (1.32.4.7195-7c8f9d3b6)
Player Version#: N/A

Hi all, I have an existing PMS (Windows) registered with my account. I am trying to move to docker on Linux. Upon setting up the docker-compose file, the container comes up fine. Upon browsing to the new server URL (IP.Address.X.X:32400) I am prompted immediately to login to my PlexPass Account. I do so, and it takes me to the web view of my Windows PMS. I’m not prompted to setup a new server. When I go to IP.Addrexx.X.X:32400/manage, I’m greeted with a screen that says “Not Authorized, you do not have access to this server”. I’ve followed the support article that indicates I should edit Preferences.xml and remove the following lines:

PlexOnlineHome="1"
PlexOnlineMail="jane@example.com"
PlexOnlineToken="RanD0MHex1DecIm4LtoKeNheR3"
PlexOnlineUsername="ExampleUser"

However, these lines do not exist in the Preferences.xml file.

docker-compose.yml is:

Plex - Media Server

plex:
<<: *common-keys-media # See EXTENSION FIELDS at the top
image: plexinc/pms-docker:public
container_name: plex
ports:
- “32400:32400/tcp”
- “3005:3005/tcp”
- “8324:8324/tcp”
- “32469:32469/tcp”
- “1900:1900/udp” # Conflicts with xTeVe and Synology default ports
- “32410:32410/udp”
- “32412:32412/udp”
- “32413:32413/udp”
- “32414:32414/udp”
# - “33400:33400” # If you use Plex Web Tools
devices:
- /dev/dri:/dev/dri # for harware transcoding
volumes:
- $DOCKERDIR/appdata/plex:/config
- $DATADIR/media:/media
- /dev/shm:/transcode
environment:
TZ: $TZ
HOSTNAME: “dockerPlex”
# PLEX_CLAIM_FILE: $PLEX_CLAIM
PLEX_UID: $PUID
PLEX_GID: $PGID
ADVERTISE_IP: http://$SERVER_IP:32400/

Any pointers in the right direction would be greatly appreciated.
Thanks!

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