Soo, ugh, I’m at my wits end.
I got Plex on my Ubuntu machine to work with Remote Access by using ngrok to bypass my CGNAT. I used this guide to get it to work.
The problem is that I couldn’t get a secure connection. I could only access my server via http. But at least the apps worked fine.
Now I tried something else: Instead of writing “ngrok tcp 32400” in terminal I wrote “ngrok http 32400”. That way I got secure connections to work! But only in browsers ![]()
My apps (Android, Mac, PlayStation) all ignore my custom server access URL and are trying (and failing) to connect to my server normally.
Can anyone help?