Player Version#: Android 4.6 - TV (Samsung) 2.0
<If providing server logs please do NOT turn on verbose logging, only debug logging should be enabled>
I have reset everything and cannot find a ways to access my PMS. When I open a browser on my local (PMS Server) machine, it says the server is online and I can access everything. I don’t know what to do to trouble-shoot this.
I don’t know that changed but the ufw firewall started blocking local traffic from my PMS. I just wrote a rule excluding plexmedaserver from the firewall and things seem to be working.
Here is the rule:
[plexmediaserver]
title=Plex Media Server (Standard)
description=The Plex Media Server
ports=32400/tcp|3005/tcp|5353/udp|8324/tcp|32410:32414/udp
[plexmediaserver-dlna]
title=Plex Media Server (DLNA)
description=The Plex Media Server (additional DLNA capability only)
ports=1900/udp|32469/tcp
[plexmediaserver-all]
title=Plex Media Server (Standard + DLNA)
description=The Plex Media Server (with additional DLNA capability)
ports=32400/tcp|3005/tcp|5353/udp|8324/tcp|32410:32414/udp|1900/udp|32469/tcp
=====
The rule is stored at /etc/ufw/applications.d/plexmediaserver
I don’t allow access to my PMS outside of my network. Again, I don’t know why access to Plex quit working. By creating an exception firewall rule on my Linux server solved the issue. There was a recent PMS update that I installed, I don’t know if that was a factor for why the clients could no longer connect.