Server Version#: v1.42.2.10156
Player Version#:v1.110.0
I’m troubleshooting IPv6 remote access for my Plex Media Server running on macOS behind pfSense.
Here is what I’ve confirmed:
My server has a valid, globally routable IPv6 address assigned via my ISP.
My pfSense WAN firewall rule correctly allows inbound IPv6 traffic to port 32400 (no NAT used).
From a device on cellular, I can directly reach PMS via IPv6 using a request like:
curl -v http://[my-server’s-global-IPv6]:32400
This returns 401 Unauthorized, meaning IPv6 transport to PMS works correctly end-to-end.
The problem
Plex never publishes an AAAA record for my plex.direct hostname.
When querying the AAAA record for my server’s plex.direct domain, the DNS response always contains:
• No AAAA answers
• Only an SOA entry from ns-plexdirect.plex.tv
As a result:
• The Plex Web App cannot load my server via IPv6
• The Plex Mobile App cannot connect using IPv6
• Browsers treat the IPv6-based plex.direct URL as a search term
• Remote Access never shows “Fully Accessible” when IPv6 is the only transport path
Despite IPv6 working perfectly at the network level, Plex does not seem to expose an IPv6 access path.
My Questions
Is Plex supposed to publish AAAA records for plex.direct hostnames?
If not, does Plex officially support IPv6-only remote access?
Is there a recommended method to enable discovery/remote access via IPv6?
Should I avoid configuring IPv6 in the “Custom server access URLs” field?
I’d like to understand whether this is a configuration issue or simply unsupported behavior, since IPv6 routing itself is confirmed working.
In the XML output, find your server and see if your IPv6 connection information is published.
Yes. And it does when correctly configured.
Not with the new experience apps. Historically, only the bespoke Apple clients support IPv6, as far as I know. If you have access to the Apple clients’ version 8.45 or earlier, then you may be in luck.
You’ll need to wait for client support.
Probably not, at this point as it’s not support by most (any?) current clients.
@pshanew Thanks — I verified my configuration and inbound IPv6 works, but Plex’s authoritative DNS still does not publish a AAAA record for my plex.direct hostname.
dig against both pfSense (Unbound) and Google DNS returns:
• NOERROR
• No AAAA record
• Only SOA in authority
Since the responses from public DNS and local DNS match, this indicates Plex’s own DNS servers are not publishing the AAAA record.
Inbound IPv6 connectivity is confirmed via direct curl to the server’s global IPv6 address (returns 401). The server also reports IPv6 connections properly in /api/resources.
Given that, it appears to be on the Plex side rather than a local configuration issue, so I will open a support ticket asking Plex Engineering to check AAAA publication for my server token.
Interesting. I don’t see the same. For example, if I run the following in my Mac’s terminal, I see a valid answer: dig @1.1.1.1 my-dash-separated-ipv6-address.my_certificate_uuid.plex.direct -6 AAAA
;; ANSWER SECTION:
my-dash-separated-ipv6-address.my_certificate_uuid.plex.direct. 2592000 IN AAAA my:public:ipv6:address
What do you see if you run similar (including the -6 AAAA in your command line?
(I just showed the CloudFlare result above, but I tested against Google DNS as well and it also resolved to my public IPv6. And also my local AdGuard Home DNS.)
I’ll reiterate though that no modern (i.e. new experience, which are replacing the legacy clients) Plex clients currently support IPv6 connectivity.
Both return NOERROR with ANSWER: 0 (only an SOA, no AAAA), so it looks like Plex’s authoritative DNS simply isn’t publishing an AAAA for my server yet.
and confirmed DNS-rebind checks for plex.direct are disabled.
Is there any condition (e.g. dnsRebindingProtection=“1” or some other check) that would cause Plex not to publish AAAA even though the IPv6 connection appears in /api/resources and inbound IPv6 to the server works?
@ChuckPa If any Plex staff happen to see this, is there a way to verify on your side why AAAA isn’t being published for this server?
Plex doesn’t publish “AAAA” records to public DNS providers.
My PfSense is configured to update my Cloudflare DNS record as needed.
I tell PMS to use that public FQDN (Settings - Network - Custom server access URLs )
Plex.tv will marry the custom URL + your designated port number in the plex.tv DNS record for brokering access to your server from other Plex apps.
Is this what you’re trying to achieve ?
Using your plex.direct Plex-private FQDN should not be used for public access because it will change with each certificate refresh