this post was submitted on 16 Mar 2026
80 points (97.6% liked)

Selfhosted

57630 readers
1363 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 posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

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

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Hi there, I’m looking to get into self-hosting for privacy reasons and I wanted to ask y’all: how inadvisable is it to utilize an ISP-owned router/modem? I feel like they’re able to track everything I do online with their more than likely integrated spyware.

you are viewing a single comment's thread
view the rest of the comments
[–] Bazoogle@lemmy.world 2 points 23 hours ago (1 children)

The ISP wouldn't see your self hosted traffic. Not to mention many people don't encrypt it if it's on their own local network. And ISP tracking is becoming less successful with QUIC, Encrypted Client Hello, and DNS over HTTPS or DNS over TLS.

[–] IsoKiero@sopuli.xyz 1 points 20 hours ago

ISP obviously don't see the traffic inside your own network, regardless of the router used. But as soon as you open any kind of connection over the internet, incoming or outgoing, your ISP has to have some information about it to route the traffic. DNS over TLS doesn't hide that your browser opens connections to servers, they can see if you use wireguard to access your services (not which ones, just in general that there's traffic coming and going) and even if you use VPN for everything they can still see the encrypted VPN traffic and, at least technically, apply pattern recognitions on that to figure out what you're doing. And if you use VPN then your VPN provider can do the same than your last-mile internet provider, so you'll just move the goal by doing that.

Last-mile ISP is going to be a middleman on your network usage no matter what you use and they'll always have at least some information about your usage patterns.