If you're using a reverse proxy, you don't need the remote access on plex anymore. You can disable remote access.
In the plex server go to the network settings and add your domain to the "custom URLS" field the format should be
https://your.plex.domain:443
On your router the only port forward you need is port 80 and 443 to your reverse proxy. Port 80 is necessary if your reverse proxy is also pulling certs using Lets Encrypt which needs port 80 to check the domain is real.
Thank you. I’ve disabled remote access through the web app, Plex is working and can stream remotely
The iOS app is not functional and can not reach my Plex server. Any clue what I am missing?
Just as an aside, if you have your own domain hosted on a supported DNS provider you can use DNS authentication for certbot and not have to open port 80.
The Plex app is still trying to over 32400 and your firewall is blocking it. I ran into this same problem as you. Opened 32400 back up and it stayed green.
Edit: something to try is try in remote access setting in Plex change the port to 443. Then in nginx try adding a redirect for app.plex.tv. it just hit me as an idea as I was thinking more about. No idea if it would work or not.
Hey sorry, but this isn't correct. Opening 32400 to plex defeats the purpose of the reverse proxy.
I am running plex with a reverse proxy.
If you're using a reverse proxy, you don't need the remote access on plex anymore. You can disable remote access.
In the plex server go to the network settings and add your domain to the "custom URLS" field the format should be
https://your.plex.domain:443
On your router the only port forward you need is port 80 and 443 to your reverse proxy. Port 80 is necessary if your reverse proxy is also pulling certs using Lets Encrypt which needs port 80 to check the domain is real.
Thank you. I’ve disabled remote access through the web app, Plex is working and can stream remotely
The iOS app is not functional and can not reach my Plex server. Any clue what I am missing?
More replies
Just as an aside, if you have your own domain hosted on a supported DNS provider you can use DNS authentication for certbot and not have to open port 80.
What a hero! Thank you so much!
More replies
The Plex app is still trying to over 32400 and your firewall is blocking it. I ran into this same problem as you. Opened 32400 back up and it stayed green.
Edit: something to try is try in remote access setting in Plex change the port to 443. Then in nginx try adding a redirect for app.plex.tv. it just hit me as an idea as I was thinking more about. No idea if it would work or not.
Hey sorry, but this isn't correct. Opening 32400 to plex defeats the purpose of the reverse proxy.
More replies More replies