this post was submitted on 04 Sep 2025
31 points (97.0% liked)

Selfhosted

51469 readers
183 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.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Hey all, just hoping to get some advice on any software out there that can help me keep on top of all the VMs i'm running on my Proxmox instances, and potentially my other machines I have too.

I'm looking for a way to help me stay on top of updates and things like when the machine was last online, last rebooted etc etc. There are commercial products for such a thing, and I don't necessarily want to install any sort of Agent on each of the machines (if I can avoid it).

I looked at something like Homarr, but not sure if that's what i'm really after.

What recommendations do all you have?

you are viewing a single comment's thread
view the rest of the comments
[–] tofu@lemmy.nocturnal.garden 8 points 1 week ago (2 children)

Ansible doesn't need an agent besides python and can take care of most kinds of updates. You have to run/schedule it regularly though. It's pretty good for updating multiple hosts at once (assuming they mostly have the same OSes).

For uptime, CPU etc you mostly need agents but Proxmox also shows some of these in the UI.

[–] Matty_r@programming.dev 2 points 1 week ago

Cheers I'll check out Ansible, it been on my lost of things to look at over the years anyway so its a good excuse to dig into it

[–] ryokimball@infosec.pub 2 points 1 week ago (2 children)

AWX is basically Ansible as a service.

Wait. That sounds dumb. Hosted and centralized Ansible?

Idk. Brain not braining. Just saying, it's worth checking out.

[–] tofu@lemmy.nocturnal.garden 1 points 1 week ago

True, but I'm not sure I'd put up awx nowadays. At work we migrated from Tower/AWX to Ansible in Gitlab pipelines because of constant problems and I'm thinking about doing a similar thing in my Forgejo. I'm not much of a fan if running Ansible via CLI except for development purposes. Too much trouble with variables

[–] possiblylinux127@lemmy.zip 1 points 1 week ago

AWX is a pain to install and maintain. Development has also been cut for the most part since Redhat wants you to use Tower.