Monitoring Proxmox with Prometheus and Grafana

How to setup a nice dashboard like this for your Proxmox host? For this, we need the components listed down below (along with their IP addresses that I’ll use in this article). Everything can be easily installed through community script, but I’m expecting that nothing will work out of the box, so I’m documenting my journey here (SPOILER: it was almost flawless). proxmox: 192.168.1.10 prometheus-pve-exporter: 192.168.1.11:9221 prometheus: 192.168.1.12:9090 grafana: 192.168.1.13:3000 I started creating a container for the prometheus-pve-exporter. After the installation I tried calling http://192.168.1.11:9221/pve?target=192.168.1.10 and got a 500 error. The logs show it’s just an authentication error. Let’s create a user on the proxmox host with only the necessary permissions to read the metrics: ...

October 2, 2025 · 2 min · 304 words

Let jellyfin on proxmox stream a Synology folder

This will be another post you’ll find on the subject, but getting this right seems to be quite hard. Here’s part of the official documentation And people that found unofficial solutions What’s the initial context and the problem we want to solve? You’ve installed proxmox on a home server and then many containers including jellyfin, and you have a Synology NAS full of content that you want jellyfin to stream. ...

April 23, 2025 · 4 min · 700 words