this post was submitted on 08 Mar 2026
22 points (92.3% liked)

Selfhosted

60588 readers
1506 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I posted this over at https://discuss.tchncs.de/c/navidrome, but I thought I'd post it here, maybe someone has had experience with this.

I've been noticing demo.navidrome.org showing up in my firewall:

pFsense:

abuseipdb.com:

As with anything entering or exiting my network, I am cautious and curious why my instance of Navidrome has the need to contact demo.navidrome.org.

I am running Navidrome as a Docker Instance. I have combed my compose file and can find nothing in that itself that would trigger Navidrome to 'call home'.

Is this for stats, or other? As of right now, I have demo.navidrome.org blocked until I've gathered some information.

BTW, sweet piece of opensource software. I tip my hat to the dev team(s).

you are viewing a single comment's thread
view the rest of the comments
[–] OR3X@lemmy.world 7 points 4 months ago* (last edited 4 months ago) (1 children)

That's interesting. I checked my logs and I only see a few hits for insights.navidrome.org but nothing for demo.navidrome.org. I'm on version 0.59.0 so I'm a little behind.

EDIT: Here's some information about what data they collect and how to opt-out: https://navidrome.org/docs/usage/admin/insights/#what-will-be-collected

[–] irmadlad@lemmy.world 2 points 4 months ago* (last edited 4 months ago) (1 children)

Yeah, I saw that, and maybe they're using demo.navidrome.org as the collection point. However, I do not see insights.navidrome.org in my firewall. I don't think it's something nefarious, I just wanted to know....it's a curse.

[–] eutampieri@feddit.it 13 points 4 months ago (1 children)

It’s because of this:

$ dig +short insights.navidrome.org
209.141.42.198
$ dig -x 209.141.42.198

; <<>> DiG 9.20.11-4-Debian <<>> -x 209.141.42.198
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12665
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;198.42.141.209.in-addr.arpa.   IN      PTR

;; ANSWER SECTION:
198.42.141.209.in-addr.arpa. 30 IN      PTR     demo.navidrome.org.

;; Query time: 208 msec
;; SERVER: 192.168.1.1#53(192.168.1.1) (UDP)
;; WHEN: Sun Mar 08 17:13:34 CET 2026
;; MSG SIZE  rcvd: 77

In practice, demo and insights are on the same IP, whose reverse points to demo

[–] irmadlad@lemmy.world 2 points 4 months ago

Ahah! Ok that makes sense. Thank you so much for clearing that up. I guess I can now unblock demo.navidrome.org.