joshpatten / PVE-VDIClient

Proxmox based VDI client
Apache License 2.0
747 stars 104 forks source link

proxmox 8.2.2 #112

Open yangsm88888 opened 3 months ago

yangsm88888 commented 3 months ago

When logging into the server of Proxmox ve 8.2.2 using PVE-VDICLient, after entering the user and password, the virtual machine to be logged in will be displayed. Clicking CONNECT will show that it is connecting to the pattern server, and finally it will show that it cannot connect to the pattern server; Has the proxmox API changed again

ben-ba commented 3 months ago

edit your vdiclient.ini set inidebug to true inidebug = true

see the open window, check the param proxy -> will be sth like pve1.lan:3128

set the [SpiceProxyRedirect] option e.g.

pve1.lan:3128 = <mypublicproxmoxip>:3128

yangsm88888 commented 3 months ago

thank you ben-ba