• v1.0.7 aa5383d826

    v1.0.7 Stable

    aria.hacker released this 2026-07-06 19:46:07 +00:00 | 1 commits to main since this release

    Fix: SPICE proxy tunnel. Root cause of the persistent "Verbindung kann nicht hergestellt werden" error in cluster setups.

    Proxmox spiceproxy API returns two distinct fields: host (the real, often cluster-internal SPICE target) and proxy (a http://:3128 URL for an HTTP-CONNECT tunnel). The client was writing proxy into the .vv files host= field and never emitting a proxy= line at all, so remote-viewer tried to dial the proxy URL as a literal hostname instead of tunneling through it - every connection failed, regardless of host/port/cert settings tried.

    Also includes: VM list is now always shown (even during autoconnect), and the actual SPICE connect target (host:port, plus proxy if used) is surfaced in the UI for future diagnosis.

    Downloads