
Why do clients think the server is Remote? So this configuration change solved one issue, but there is still one remaining. Curiously when accessing the server web dashboard using the IP address it would show as “nearby”, but when accessing with the internal DNS name it showed as “remote”. Going into the Media Server Status menu in the Xbox Plex application shows my server as being Remote. With this change, the Plex dashboard will show the Xbox Client as being local while playing content, but the Xbox client is still transcoding. I set mine to “192.168.0.1/24,172.16.0.0/12” to include my local network subnet and the network space that docker runs in. The syntax is the same as the ALLOWED_NETWORKS below. This instructs the Plex Media Server to treat these IP addresses as part of your LAN when applying bandwidth controls. (Plex Pass only) After the server has been set up, you should configure the LAN Networks preference to contain the network of your LAN. Surprisingly this is not a setting which is configurable through environment variables for the docker container.

This is noted as recommended in the Plex Docker image documentation, but I had missed this.

going through Traefik using an internal host name and https on port 443īoth of these are configured, in this order, with the “ADVERTISE_IP” environment variable set so these names are advertised.Īs I was able to see in the Plex dashboard that the server considered playback as being from a remote client, the first port of call was to address the bandwidth settings in the Plex Server settings.directly hitting the server with Docker Bridge networking on port 32400.I run my Plex instance in a Docker container, and there are two ways currently set up to access it: It is worth noting that there are two types of settings at play here, in the Xbox Plex application, and the bandwidth settings in the Plex Server settings which are available to Plex Pass subscribers. It appears that the majority of Plex clients on my network were considering the server to be a “remote” server, and so were setting bandwidth restrictions on playback.

While this was an annoyance, I could always manually set the quality back to original quality.įinally this week I spent a bit of time to try and work out why. I have no idea when exactly this issue started happening, but for a while now I have been noticing that when I attempted to play media through the Plex application on my Xbox One it would default to transcoding down to a lower quality.
