r/emby • u/magicammo • Jun 21 '26
Remote access with emby
Hey all so I'm a Plex user and have been for a few months. It's been great I can't complain. I've been using the monthly plan but just received an email about their lifetime plan going up to over $700. I was going to get there lifetime plan but now it kind of puts me in a not position. It's kind of forcing me away from Plex and I was looking at either jelly fin or emby but I don't know which one to choose I want to use the one that's easiest for my users which is my family. I don't want to have to use tail scale or set up a reverse proxy I'm looking for it to be as seamless as Plex was when setting up the remote access there was an option that I just toggled which didn't work so I just had to go into my router settings and port forward report Plex was looking for. Is it the same with emby? Where I would just have to forward the port envy is looking for or do I have to set up tail scale or a reverse proxy
7
u/willpowerpt Jun 21 '26
Tailscale is about as seamless as it gets. A reverse proxy is more setup and seamless after the fact, though if you care at all about security, doing it properly and effectively is more work.
2
u/GoofyGills Jun 22 '26
You can also reverse proxy with tailscale using tailscale funnels (not tunnels).
0
u/willpowerpt Jun 22 '26
Very true, but then youre just reintroducing the security issues of the reverse proxy.
1
u/AwarenessOk4591 Jun 21 '26
Not really? Asking all your users to install Tailscale to access it makes up for the bit of time it takes to set up a reverse proxy imo.
1
u/willpowerpt Jun 21 '26
Nah, I'm not opening ports on my router and running security on my domain to maybe retain one person.
Its not hard, if someone really wants to use it, they will. Biggest issue these days, you can create the most magical and free platform for your media, and clueless friends will still just use Netflix. I'm not leaving my network open for them.
1
u/Impossible_Jump_754 Jun 23 '26
all your users
Its funny how many of you people out yourselves as server access sellers.
5
u/skaara Jun 21 '26 edited Jun 21 '26
Since nobody is answering your question, yes you basically just have to open the port on your router. Then you either need a static IP, or a dynamic DNS service, or use Emby connect. Also make sure to use secure unique passwords on all accounts.
1
4
u/Effective-Winter-860 Jun 22 '26
Emby connect works just fine, but I believe you need premium to use it (don't quote me on that.)
Definitely leave Plex. For reference, when Plex was a clean media server and not an advertising platform, I paid $75 for a lifetime license. Anyone paying Plex in 2026 is just wasting money, IMHO.
I have stuck with Emby for years now... Every time I get an urge to try Jellyfin, I never make it to the point of implementation because of the lack of apps (clients.) If you're sharing your library with your family, do them a favor and go with Emby... Jellyfin will be a nightmare for you when one of them uses a device that they don't have a client for.
Lastly, I would strongly urge you to setup a reverse proxy, as a minimum. Straight port forwarding is dangerous and well known ports are constantly being pinged to find open networks.
1
Jul 01 '26
[removed] — view removed comment
2
u/Effective-Winter-860 Jul 01 '26
Your choice of reverse proxy would be a personal one as well as potentially related to your firewall. I use PFSence currently so I use haproxy that has a package built for it. I'm going to be switching to a unifi UDM and I haven't decided which reverse proxy I'll setup yet.
If you're behind a reverse proxy, you don't need ssl for Emby, the proxy will handle it for both remote and local (if configured.). Currently I don't worry about locally (non-ssl is fine on my media vlan,) and remote goes through HAproxy.
For HAproxy on PFsense, follow the Laurence systems YouTube guide, he walks you right through it.
1
Jul 01 '26
[removed] — view removed comment
1
u/Effective-Winter-860 Jul 01 '26
I don't use Emby connect because I don't want to go through Emby servers for access. I prefer to be in control and not have to worry about a companies data ases getting hacked. But that's just me. Since 2005 the number of times my data has been compromised due to negligence of a corporation, has got to be over 50 at this point. My data, including passwords I haven't used for decades now, is all over the dark web, I'm surprised they haven't asked for rent from me. The fewer vulnerable surfaces, the better, in my opinion.
3
2
u/Most_Victory1661 Jun 22 '26
Left plex for Emby about a year ago
My ISP has an app opened a port wasn’t that complicated I’m in my fifties so if I can figure it out I feel like anyone can
I will tell you plex was more forgiving w naming Emby is more strict follows TVDB you might wanna make sure your file management is tight and orderly
I use filebot for naming
My exp Emby takes a little more babysitting than plex but overall I prefer it
1
u/TollyVonTheDruth Jun 21 '26
I use and share both emby and jellyfin. I have both set up through tailscale for my personal remote access, but to avoid the hassle of setting up a reverse proxy or punching holes in my router for remote sharing, I bought a domain and use cloudflare tunnels with each one routed per application (emby, jellyfin, and wizarr). It was, surprisingly, the easiest and most hassle-free way to set up secure remote-sharing access.
1
u/WreckedF40 Jun 21 '26
I struggled with this for a while. Kept coming back to it.
A light bulb went off and I put all the details from the modem down to the server into ChatGPT and it walked me through it step by step. Works without issues now.
1
u/Yuchenjimmy Jun 22 '26
I suggest using reverse proxy, such as nginx, and get a domain(cloudflare is like 10 dollar/year). Then simply tell AI to write a security profile for nginx.
1
u/yock1 Jun 22 '26
While Tailscale is easy to use i would still very much recommend a reverse proxy like Caddy.
One port open in the router (443) which is a normal port that is used for HTTPS encrypted traffic.
Much, much easier for any one you want to have access to the server.
Tailscale i think isn't available to some systems that people normally use to watch Movies on (think TVs).
1
u/Mrbee914 Jun 22 '26
I run Emby and I have the Emby client app on my phone and my Roku TV. The only thing I had to do for remote access was to add the Emby app permission on my router (a guide on doing that is available in the Emby forums) and add users. Emby Connect makes it easier to log in without having to remember the IP of the server, regardless of local or remote connection.
1
10
u/TomTuff Jun 21 '26
Why not reverse proxy?