I have a plex server running locally that I want to access remotely. When I enable the remote access option I get an error about double NAT. I checked and it’s not happening on my network, as my second router is set to AP mode. I found out that my ISP uses CGNAT and that’s probably what’s causing the issue.
So I setup a VPS with a wireguard tunnel and guessed that the traffic for plex would then make my server accessible, but I still can’t see it. I’ve opened port UDP 51820 on the VPS firewall, otherwise my server was unable to connect to the internet without it. Am I missing something else here? I read about needing to setup nginx but I thought the VPN tunnel would be enough?
I setup nginx with the proxy_pass set to: 10.7.0.2 and I can now access it via browser. But when I try to access with the plex app, it still can’t connect to it.