@xasvi said:
@sa2000 said:
@slynch095 said:
I’m having the exact same issue on this release. Has Plex acknowledged as defect yet?
There is no evidence of a defect.
Is there evidence yet?
No
There is a timing issue affecting the visible status of remote access - but that timing issue where the status may not be true should not affect the actual availability of remote access.
@xasvi said:
Hello
I have the same problem with last version (1.11.3.4803). Even worse, because I can’t access the server from inside my net, for example, the Plex app on my Apple TV can’t connect to plex server and the android app on my phone only works with indirect conection.
I’ve tried to reboot router, the plex server, and disabling and re-enabling remote access with no success.
I was already using port 32400 and all stuff in my router seems ok.

I attach the logs.
Thanks.
Thanks for the logs and screenshot
These log events indicate that a test to connect to your server via the public IP and public / wan port 32400 was not successful
Feb 22, 2018 21:34:17.696 [5656] DEBUG - EventSource: Got event [data] '<Message address="81.184.xxx.xxx" port="32400" asyncIdentifier="de7f2805-ee2c-46e7-a973-c39cb07268b6" connectivity="0" command="notifyConnectivity"/>'
Feb 22, 2018 21:34:21.318 [5656] DEBUG - EventSource: Got event [data] '<Message address="81.184.xxx.xxx" port="32400" asyncIdentifier="743c637b-ce6c-4089-a2e7-8e9492250055" connectivity="0" command="notifyConnectivity"/>'
I would like to see the following
Screenshot of the router Port Forward entry to show that external / wan / public tcp port 32400 is forwarded to local / lan / private port 32400 to 192.168.1.11 and the port forward is active
Screenshot of the router DHCP Reservation Table to confirm that 192.168.1.11 is setup as a DHCP Reservation
ipconfig /all on the server PC to show the network info - you can copy to a text file and attach
And confirmation that you are not unticking the Manually Specify Port and it is always left as ticked with the wan/public/external port in the box matching the WAN/Public/External Port in the port forward - which according to the logs should be 32400 - same as local port
Please also let me know what internet security / anti virus software is installed on the server
Check that the network connection on the windows machine is showing as Private Connection and not Unidentified Network or Public
You could try to add the following inbound rule in the firewall advanced settings - this is a port rule and does not specify any programs and is separate from the normal plex media server firewall rules that whitelist the exe files
Rule Type: Inbound Port Rule
Protocol: TCP
Remote Port: Any
Remote IP: Any
Local Port: 32400
Programs: Any
Scope: all network profiles
Action: Allow
and restarting the PC or firewall after setting it
With regards to the timing issue I mentioned earlier, avoid multiple clicks of retry on the server remote access settings page and have a delay of 30-60 seconds between clicks. Similarly if enabling / disabling remote access
When providing further info requested above, please include fresh server logs zip
Thank you