Proxmox spice quickconnect
Build and install: go get -u github.com/Elbandi/proxmox-spice-quickconnect
Download and build only: wget https://raw.githubusercontent.com/Elbandi/proxmox-spice-quickconnect/master/main.go
and go build -o proxmox-vm-connect .
Build command for a windows executable: env GOOS=windows GOARCH=amd64 go build -o proxmox-vm-connect.exe .
-host pvenodeip -user foobar@pve -pass secret -vmid 123
or from a config file:
host=pvenodeip
user=foobar@pve
pass=secret
vmid=123
viewer=path/to/remote-viewer.exe
use: -config path/to/configfile