Mister85 2 Posted ... (edited) I've been looking for a long time to get plex working with remote access. But now it worked. Here is the Guide. I have plex running in Docker with Portainer. ---> https://github.com/plexinc/pms-docker IMPORTEND ---> no ports in docker only in Gluetun Go to Airvpn and make a device with Wireguard an forwarded a port with local port: 32400 (IMPORTEND) AirVPN in docker with Gluetun Portainer: version: "3" services: gluetun: image: qmcgaw/gluetun cap_add: - NET_ADMIN ports: - 32400:32400/tcp # Your plex ports - copy this from your existing setup. - 3005:3005/tcp - 8324:8324/tcp - 32469:32469/tcp - 1900:1900/udp - 32410:32410/udp - 32412:32412/udp - 32413:32413/udp - 32414:32414/udp volumes: - YOURE Location/gluetun-plex:/gluetun environment: - VPN_SERVICE_PROVIDER=airvpn - VPN_TYPE=wireguard - WIREGUARD_PRIVATE_KEY= - WIREGUARD_PRESHARED_KEY= - WIREGUARD_ADDRESSES= - WIREGUARD_ALLOWED_IPS=0.0.0.0/0 - DNS_ADDRESS= - FIREWALL_VPN_INPUT_PORTS=32400, AND YOURE FORWARDED PORT FROM AIRVPN IMPORTEND. - SERVER_COUNTRIES=Netherlands #Youre location When it running Gluetun connect Plex container to the gluetun container. Login now in Plex (IP from Airvpn and port) (IP Airvpn:PortAirvpn) Find it in log from Gluetun. When you login Plex go to Settings --> Network ----> custom server en fill youre IP from de Container Gluetin with IP;32400 Then Save. Relay disable Now Remote play enable And custom port by remote youre port from Airvpn Importend forwarded port on youre router with the port from Airvpn And now the Remote play is Green. More secure plex go to settings and network ---> and enable only secure connection on the top. Next you can't acces plex trought ip container or ip Airvpn to acces plex with this url: https://plex.tv/desktop and sign in. This is more secure and remote play works. Enjoy! PS Sorry for my English 😉 Edited ... by mrseatt Fix weird glitch where text was rendered completely ouf of bounds of the post Quote Share this post Link to post
bosterius 0 Posted ... Hi Mister85! Possible for you to write this post in your native language? I have some problems of following your instructions but it might be easier to understand with the native language. Why I am asking is because I am having the same problem and you are like one of very few around that has succeded with this. Quote Share this post Link to post
Mister85 2 Posted ... On 9/23/2024 at 2:21 PM, bosterius said: Hi Mister85! Possible for you to write this post in your native language? I have some problems of following your instructions but it might be easier to understand with the native language. Why I am asking is because I am having the same problem and you are like one of very few around that has succeded with this. hello, thats is possible I do it tonight in dutch. greetz 1 Carlitos1974 reacted to this Quote Share this post Link to post