Jump to content
Not connected, Your IP: 3.145.34.122
Mister85

Plex (Remote) with AirVPN Guide

Recommended Posts

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

Share this post


Link to post

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.
 

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image

×
×
  • Create New...