Server Version#: 1.25.1.5286-34f965be8
Player Version#:
Logs:
[services.d] starting services
Starting Plex Media Server.
[services.d] done.
Hi, I have just created the Plex Media Server using the official docker image. Unfortunately, I cannot get the device to appear under Authorized Devices. There’s nothing interesting in the server logs (see log entries above). I used a claim token, but just in case, I also used an SSH tunnel to log in when the browser was pointed at http://localhost:32400. That logged me into the web player but nothing seemed to change with the media server.
Thanks for the quick reply. I was hoping to use bridge networking. I used to do this successfully (with Plex) and prefer it. I’m fighting with this today because in trying to solve a connectivity issue, I removed the server from Authorized Devices, and now I can’t get it back. I didn’t think the networking mode should have much impact on whether it authenticated the server or not, and I don’t mind tunneling to log in once. Anyway, I switched to host networking, and now after log in, I get an endless spinner.
I believe my connectivity issue was that I had the environment variable ADVERTISE_IP misconfigured. It was set to an old IP address; the server now has a different LAN address. This is updated now, but sadly not before I removed the server from Authorized Devices.
FWIW, I can access the web app both from localhost:32400 when tunneling into the server and from the address configured for ADVERTISE_IP.
Recreating the container with bridge networking worked perfectly (using the same persisted configuration directory). It just needed to be created with host networking I guess.