Manual Server Connection IP for Windows Client

Server Version#: 1.28.0.5998
Player Version#: 1.49.1.3146-73559c78

Is there anyway of specifying he Server IP manually in the Windows App ??

PMS is hosted in a Docker container that results in the connection being deemed indirect - even tho the Docker host is on the same subnet…

I’ve tried all the suggested workarounds (routing, DNS changes, Allowed Networks etc) and nothing helps…

On the web client I connect to the Docker Host IP and perfect local connection…

Can we have this ability back please for the Windows Client

Thanks !

Unless you actually specified otherwise, docker containers do NOT run on the same subnet as the host. Instead they use the (horribly inaccurately named) bridge network which is in fact NAT routing with some port forwarding. If you require keeping with “bridge” networking, then you will need to do a fair amount of setup to make things work correctly (GitHub - plexinc/pms-docker: Plex Media Server Docker repo, for all your PMS docker needs.)

Alternatively you can use either host or macvlan networking and then your server will really be on the same subnet as your host and not have to any such steps.

There is also as setting in PMS to treat other subnets as local. Enter your client IP’s there instead of the server IP into the client.

OK I have tried the other subnets option - doesn’t work - makes no difference

I’ve created a macvlan and everything looks OK - but no connectivity to the plex instance either externally or directly on the host. The host in this instance is Windows 10 using WSL…

Please provide details on what you’ve tried and info from your server (i.e. logs) after these attempts so we can check what’s going on. If your server sees the connection coming from the correct IP subnet then it should be able to treat them as local. If this isn’t working, then it’s possible it’s not seeing the subnet, but instead the connection from the client is going out through the internet and then back into your server. In which case, this is some sort of network configuration issue. Using a manually specified server IP would not assist in this case.

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