diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 24a5b67c..3d260c76 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1424,6 +1424,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',