Skip to content

Elbandi/proxmox-spice-quickconnect

Repository files navigation

proxmox-spice-quickconnect

Proxmox spice quickconnect

How to build executable on Linux

Clone repository and change the directory :

git clone https://github.com/Elbandi/proxmox-spice-quickconnect
cd proxmox-spice-quickconnect

Build and install: go build -o proxmox-vm-connect

Build command for a windows executable: env GOOS=windows GOARCH=amd64 go build -o proxmox-vm-connect.exe .

Source


Command line parameters

-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

Source


About

Proxmox spice quickconnect

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages