Categories


Authors

How to set up free, secure, high-quality remote access for Plex

Intro

For years, I thought the only options for Plex remote access were:

Option Pros Cons
Port forwarding directly • Original quality.
• Fast.
• Free.
• Relatively simple to set up.
• All types of devices can connect.
• Extremely insecure. This is presumably how LastPass got hacked.
Plex Relay • Relatively secure, as Plex themselves protect the authentication and broker / proxy the stream.
• Very simple set up.
• All types of devices can connect.
• Low quality (1 Mbps free, 2 Mbps paid).
• Slow.
• Often causes transcoding.
Port forwarding via VPS / self-hosted reverse proxy • More secure than simple port forwarding.
• Original quality.
• Fast.
• All types of devices can connect.
• Still insecure as it's just port forwarding somewhere else and the security features are probably not great.
• Usually paid.
• Complex / difficult to set up.
VPN • Very secure (if done properly).
• Original quality.
• Fast.
• Complex / diffiicult to set up.
• Not all devices will be able to connect (e.g., a TV).

However, I’ve found a new solution:

Option Pros Cons
Port forwarding via Cloudflare Zero Trust Access Tunnels • Quite secure, due to tunnel-based reverse proxy, Web Application Firewall (WAF) with Managed Ruleset which can be upgraded, bot mitigation, anti-DDoS, etc.
• Original quality.
• Fast.
• Free.
• All types of devices can connect.
• Still not risk-free, as your Plex server could still be discovered (although more difficult) and Cloudflare's defenses could be bypassed.
• Somewhat complex / difficult to set up (which this guide resolves).
• Cloudflare inspect the HTTPS traffic.
• Requires Cloudflare be authoritative for your custom domain's DNS (which is not the same as transferring the domain registration).

In this how-to, I will be covering how to set this up using Cloudflare’s free plan and non-containerised Plex on Windows, but the steps should be broadly identical for any given OS and deployment.

With this new solution, the networking ends up looking like this:



Cloudflare disclaimers

Before we get started on the technical how-to, there are a few things that you should be aware of.

Terms of Service (ToS)

If you Google this service and use case, you’ll find a lot of old posts about how it’s against the ToS. However, on 2023/05/16, Cloudflare posted Goodbye, section 2.8 and hello to Cloudflare’s new terms of service, and my takeaways of it are as follows:

  • The problematic excerpt from the general ToS (see below) was only ever intended to apply to their Content Delivery Network (CDN) service, so it has been moved to the CDN-specific ToS.

Use of the Services for serving video or a disproportionate percentage of pictures, audio files, or other non-HTML content is prohibited

  • The Zero Trust service (which covers Access and its tunnels) seems to be separate to the CDN service, as can be seen in Cloudflare’s own screenshot:

 
 

Neither the general, Self-Serve Subscription Agreement nor the Zero Trust-specific Terms of Service seem to state anything even remotely similar to the above.

It is possible that Zero Trust Access Tunnels makes use of their CDN, but I have yet to find any definitive evidence of this. In fact:

  • Cloudflare’s own definition of a CDN is “a geographically distributed group of servers that caches content close to end users”, which we won’t be doing.

  • Why Cloudflare?“ lists “SASE and SSE” (Zero Trust) and “Fast app delivery and network infrastructure“ (CDN) as separate use cases.

  • Cloudflare Tunnel • Cloudflare Zero Trust docsEvolving to a SASE architecture with Cloudflare”:

    • Says “Cloudflare One is a secure access service edge (SASE) platform”. “Solution Brief: Cloudflare One→ section “How Cloudflare One works” doesn’t mention their CDN service at all.

    • Blog: Zero Trust, SASE, and SSE: foundational concepts for your next-generation network” says:

      • Cloudflare One includes a ZTNA solution, Cloudflare Access, which operates in client-based or clientless modes to grant access to self-hosted and SaaS applications.

      • Cloudflare One includes Cloudflare Tunnel. Users can install a lightweight daemon that creates an encrypted tunnel between their origin web server and Cloudflare’s nearest data center without opening any public inbound ports.

      • Cloudflare One is built on Cloudflare’s global network, which spans over 270 cities in over 100 countries, 10,500+ interconnected networks, and 140+ Tbps capacity.

    • Says “Cloudflare’s connectivity cloud also offers many other services that improve application performance and security, such as API Gateway, Web Application Firewall, Content Delivery, or DDoS mitigation, all of which can complement an organization’s SASE architecture. For example, our Content Delivery Network (CDN) features can be used to improve the performance of a self hosted company intranet. Cloudflare’s full range of services are illustrated below.

    • Says “Connectivity to self-hosted applications is facilitated through tunnels that are created and maintained by a software connector, cloudflared. Cloudflared is a lightweight daemon installed in an organizations’ infrastructure that creates a tunnel via an outbound connection to Cloudflare’s global network.

    • Says “Applications exposed this way receive all of the benefits of Cloudflare’s leading DNS, CDN, and DDoS services as well as our web application firewall (WAF), API, and bot services, all without exposing application servers directly to the Internet.

    • Of the 11 network diagrams that specifically mention Cloudflare services, only 2 reference the CDN, and even then it’s just inside the Anycast network alongside ZTNA and other services.

  • Cloudflare CDN Reference Architecture“:

    • Figure 3 shows the CDN service running alongside the DNS, DDoS, and WAF services inside the Cloudflare Global Anycast Network.

    • Says “The Cloudflare CDN leverages the Cloudflare global Anycast network”.

    • Says “Edge nodes within the Cloudflare network cache content from the origin server and are able to respond to requests via a cached copy. Cloudflare also provides DNS, DDoS protection, WAF, and other performance, reliability, and security services using the same edge architecture.

    • Once a site is onboarded, standard caching is configured by default.

My takeaway of all of this is that Zero Trust and CDN share the same infrastructure / Global Anycast Network but are separate services, rather than Zero Trust being built on top of the CDN.

However, people have reported (separately from this) that, even since the ToS change, Cloudflare have banned them for using this type of set up.

Also, “How Cloudflare erroneously throttled a customer’s web traffic” (posted before the ToS change says:

  • In addition to the purported bans, Cloudflare also throttle bandwidth between them and the origin server if they believe that the customer is breaching the ToS.

  • Cloudflare does not have an established process to throttle customers that consume large amounts of bandwidth, and does not intend to have one.

  • Any action taken against a customer domain, paying or not, will require multiple levels of approval and clear communication to the customer.

So, you should look into this for yourself and come to your own informed decision.

Cost

You may be suspicious how / why Cloudflare offer unlimited bandwidth, sophisticated security controls, advanced connectivity, etc for free. Refer to what their CEO states at https://www.cloudflare.com/en-gb/plans/free/https://webmasters.stackexchange.com/questions/88659/how-can-cloudflare-offer-a-free-cdn-with-unlimited-bandwidth.

TL;DR: It’s free advertising for them and helps them make their services better for their paying customers.

HTTPS and privacy

It seems that Cloudflare always intercept / inspect / terminate / decrypt inbound HTTPS connections, and there’s nothing that can be done about it. So, be aware that they can see the URLs and content passing through their network. However, they seem to have a relatively good stance on privacy judging by https://blog.cloudflare.com/certifying-our-commitment-to-your-right-to-information-privacy/.

↑ Back to Index


Process

This process will be an adapted version of https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/.

Prerequisites

To complete this guide, you will need:

  • To own a web domain registration.

  • To be comfortable with DNS and migrations.

  • To be comfortable using a Command-Line Interface (CLI).

↑ Back to Index

Step 1: Set up Cloudflare account

Set up your account at https://dash.cloudflare.com/sign-up (core) and then https://one.dash.cloudflare.com/ (Zero Trust) using the free plan.

↑ Back to Index

Step 2: Migrate DNS to Cloudflare

This is required because https://developers.cloudflare.com/fundamentals/setup/account-setup/add-site/https://developers.cloudflare.com/dns/zone-setups/partial-setup/ says — and testing confirmed — that what they call a “partial setup” (retaining your existing authoritative name servers and only using Cloudflare for subdomains) is not available on the free plans.

To do this:

1. At https://dash.cloudflare.com/ → “Websites”, click on “Add a site”.

2. Enter your (root) domain name.

 
 

3. Select the free plan.

 
 

4. Double check Cloudflare’s automatic import of DNS records against your authoritative name servers and ensure that you recreate any missing ones, as any given service is only able to do so for common ones, as illustrated below.

 
 

5. Make a note of your assigned Cloudflare name servers.

 
 

6. In your registrar account (e.g., Enom, GoDaddy, 123 Reg), change your domain’s name server records. Be aware that this can take up to a few days to propagate around the Internet and take affect, but in practice it usually only takes 15 minutes to an hour or so. The following example is using Namecheap:

7. Back in Cloudflare, wait for it to verify the name server change, or force a check.

 
 

8. At https://dash.cloudflare.com/ → “Websites”, eventually your domain name / website’s status should change from “Pending Nameserver Update” to “Active“.

 
 

You should also receive an email notification:

 
 

↑ Back to Index

Step 3: Disable caching

We’ll disable Cloudflare’s caching for the website so that the content should always retrieved from the origin server in order to mitigate (1) any unintentional costs or issues and (2) usage of the CDN (according to https://community.cloudflare.com/t/can-i-disable-cdn/10892/2 and https://community.cloudflare.com/t/how-can-we-disable-cdn-caching-completly-and-use-only-dns-and-waf/376177/2 at least).

1. Browse to https://dash.cloudflare.com/ and select “Websites” → your web site → “Caching” → “Cache Rules”.

2. Click on “Create rule”.

3. Set the options as follows:

  • Rule name: “Disable caching” or something.

  • When incoming requests match…

    • Field: “Hostname”.

    • Operator: “equals”.

    • Value: Your domain name (e.g., “plex-cf.info“).

  • Cache eligibility: “Bypass cache”.

4. Click on “Deploy”.

This can be validated as working at https://dash.cloudflare.com/ → “Analytics & Logs” → “Account Analytics”.

 
 

↑ Back to Index

Step 4: Set up tunnel

1. Browse to https://one.dash.cloudflare.com/ → your account → “Access” → “Tunnels”.

2. Click on “Create a tunnel”.

3. Set a tunnel name. A tunnel can handle multiple services, so you can use your server’s hostname. This can be changed later anyway.

 
 

4. Choose your Operating System and architecture. I will be using Windows as an example.

 
 

5. Follow the instructions. Some notes:

  • I was surprised to find that their installer isn’t digitally code signed, but it seems to be expected. To somewhat make up for this, you can calculate the SHA-256 hash (PowerShell command Get-FileHash -Algorithm SHA256 -Path "<path to installer file>") and compare it to the one listed at https://github.com/cloudflare/cloudflared/releases.

  • The installer only has a brief pop-up progress window - when it’s complete, its window automatically closes, so if you can’t see it then assume it’s done.

  • The command is what installs the automatic background service cloudflared agent.

6. Browse to https://one.dash.cloudflare.com/ → your account → “Access” → “Tunnels”. Your new tunnel should be reporting as healthy.

 
 

↑ Back to Index

Step 5: Set up public hostname

1. Browse to https://one.dash.cloudflare.com/ → your account → “Access” → “Tunnels”.

2. Click on the 3 vertical dots → “Configure”.

 
 

3. Click on “Public Hostname” → “Add a public hostname”.

 
 

4. Set the options as follows:

  • Public hostname:

    • Subdomain: I’d recommend a random value (e.g., “storeroom-parachute“). In combination with name-based virtual hosting / Server Name Indication (SNI), this should minimise the chances of discovery via scanning. This will not be user facing / visible anyway.

    • Domain: Your domain (e.g., “plex-cf.info“).

    • Path: Blank.

  • Service:

    • Type: “HTTPS”.

    • URL: “localhost:32400“ (assuming you haven’t customised your Plex Media Server port). Don’t worry about this being routable or not - the traffic only has to “route” locally within the server as it exits the tunnel.

  • Additional Application Settings → TLS:

    • No TLS Verify: “Enabled”. There’s little point in setting this up in this case as the traffic egresses the tunnel directly onto the server. In fact, setting up “proper” (publicly trusted) HTTPS for Plex itself can actually be counter productive in that, if you use the same FQDN, Certificate Transparency logs will leak your FQDN to the public. This isn’t a problem with this service as it issues wildcard certificates. (I know subdomains aren’t really private.)

As Cloudflare provides the authoritative name servers, this step also automatically creates the required DNS record:

 

5. Browse to https://one.dash.cloudflare.com/ → your account → “Access” → “Tunnels”. The tunnel’s routes should now be set.

 
 
 

↑ Back to Index

Step 6: Check URL

Browse to your URL. It should load your Plex server’s media successfully and securely.

↑ Back to Index

Step 7: Set Plex custom server access URL

At this stage of the process, https://app.plex.tv/ and the apps won’t be able to connect via Cloudflare because Plex is unaware of the new setup as we’re not using its Remote Access feature and we haven’t set up a forward proxy on the server.

 
 

To fix this:

1. On your Plex server, access the interface via https://localhost:32400/ or the new URL.

2. Browse to “Settings” → “Network”.

3. If needed, click on “Show Advanced“.

4. Scroll down and, in “Custom server access URLs”, enter your new URL (e.g., https://storeroom-parachute.plex-cf.info) and click on “Save Changes”. This instructs the Plex cloud service to relay client requests to this URL, rather than the Remote Access settings (which is completely disabled in my example), which it does practically instantly. However, you may have to restart Plex and/or re-sign in to force this change to take affect.

https://app.plex.tv/ and the apps should now be able to connect to your server via Cloudflare, which you can confirm by using your web browser’s developer tools.

↑ Back to Index

Step 8: Additional security

If you want to further increase the security of your Plex remote access, here are a few options available in the free plan, with many more available in the reasonably priced paid plans.

https://dash.cloudflare.com/ → “Websites” → your web site → “Security” → “WAF”:

• A rule to block access if the originating country is not an expected one.

• A rule to block known bots.

 
 

• A rule to block a threat score over a certain amount. https://developers.cloudflare.com/waf/tools/security-level/#threat-score says “values above 40 identify bad actors on the Internet”.

 
 

https://dash.cloudflare.com/ → “Websites” → your web site → “Security” → “Settings”: Set “Security Level” and enable “Browser Integrity Check”.

 
 

https://dash.cloudflare.com/ → “Websites” → your web site → “Security” → “Bots”: Enable Bot Fight Mode.

 
 

https://one.dash.cloudflare.com/ → your account → “Access” → “Applications”: All of these settings. Refer to https://developers.cloudflare.com/cloudflare-one/applications/configure-apps/self-hosted-apps/.

↑ Back to Index

Step 9: Notifications

If you want to receive email notifications for certain events, this can be set up at https://dash.cloudflare.com/ → “Notifications”.

Product “Tunnel“ → alert type “Tunnel Health Alert” is a particularly useful one.

 
 

Sign-off

As usual, I sincerely hope that this has been useful to someone.

Feel free to subscribe to my newsletter to be automatically notified of new blog posts in the future.

😊

How to back up an iCloud Photo Library offline on Windows