this post was submitted on 08 Jun 2026
480 points (96.3% liked)

Selfhosted

59897 readers
522 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] hereiamagain@sh.itjust.works 1 points 6 days ago (2 children)

Wait, does emby do remote access similar to Plex? And without VPN like JF? That's literally the only thing keeping me on Plex.

[–] halcyoncmdr@piefed.social 2 points 2 days ago (1 children)

Yeah, via an Emby Connect account through their server infrastructure for the initial connection.

Does This Mean My Streaming is Passing Through the Cloud?
No, all connections are direct from your devices to your Emby Server. The sole purpose of the Emby Connect feature is to help your devices locate your Emby Server so that you don't have to set it up yourself.

I used it in the past, but moved off when I started self-hosting more than Emby. I now have a cheap VPS at Digital Ocean and a Pangolin droplet to handle any web apps that I need to share a remote connection for (like Emby and Jellyseerr), without having to bother with VPN setup. Works like a Cloudflare Tunnel, but without the cloudflare crap.

[–] hereiamagain@sh.itjust.works 1 points 2 days ago* (last edited 2 days ago) (1 children)

So basically if I slap emby on an open port, and point my domain to my IP, it'll work just the same. Connect is just for people without static IP addresses?

I ask because most people say you can't put JF on an open port and call it good. Not safe.

Emby is based on jf from years ago. Is it safe?

[–] halcyoncmdr@piefed.social 1 points 2 days ago

Pretty much.

But... I mean... that's not the right thing to do for proper security. You would be 100% reliant on user passwords and the devs fixing any security issues like remote code execution or privilege escalation in a timely manner, and you updating after that release comes. Now if Emby is running in a container like docker, or on a dedicated system, you have backups, etc. then even if someone got in there's not much they could realistically do other than watch your media.

But realistically, you won't have issues doing it that way in the real world unless you're already being targeted for some reason.

Emby is based on jf from years ago.

That's backwards... Jellyfin was forked from Emby in 2018. Both have been developed separately since then, and are still very similar.

[–] klankin@piefed.ca 2 points 5 days ago

I only personally have experience with jellyfin, but the docs of Emby look to support the same remote access as Plex (without the TURN server).

So essentially you can use a login instead of a server IP, but it does require port forwarding or upnp on your router - which you may already have enabled.