this post was submitted on 07 Feb 2026
64 points (100.0% liked)

Selfhosted

60623 readers
932 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
 

Hey everyone,

I have an unraid server and over the years I've gathered quite a lot of tools, some of which are now exposed to the net.

I've been mostly checking on my server every once in a while to see if things are healthy, but I would like a more central version to look into the health of my network, any issues from docker logs, etc.

Anyone got a good ui for that? (preferably deployed through docker)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Danitos@reddthat.com 3 points 5 months ago* (last edited 5 months ago) (1 children)

Dang, that's a lot of seperate parts for 1 "simple" task

Agree, but this setup (node-exporter + Prometheus + Grafana) allows for a lot of expansion and customization. I'm sure there are simpler tools that tell you your computer status, and it's up to you to see which fits more your use-case.

but just seems like there could be an easier way

I've felt that way before. But in this case of node-exporter and Prometheus, it's way simpler. You don't even need Docker, and the installation for both tools is basically a single line that you can copy and paste from their documentation.

Configuring Prometheus to accept node-exporter is a bit harder I admit, but again you can simply copy and paste the documentation example. The whole process should take like ~10 minutes if you follow the documentation.

[โ€“] mrnobody@reddthat.com 1 points 5 months ago

Sweet, thank you