diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 43a5e4a5..c566c4d8 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1433,6 +1433,7 @@ __PACKAGE__->register_method({ $cmd = [@$remcmd, "/usr/sbin/qm", 'vncproxy', $vmid]; my $sock = IO::Socket::IP->new( + ReuseAddr => 1, Listen => 1, LocalPort => $port, Proto => 'tcp',