Windows server RDP freeze

the4amfriend

New Member
Oct 11, 2024
9
1
3
I have a Windows server 2019 standard running on a proxmox host which freezes after a few minutes of using RDP. Unsure if my config is causing it - Config below -

root@prx07:/# qm config 400
bios: ovmf
boot: order=scsi0
cores: 8
cpu: host
memory: 16384
name: server1
net0: virtio=DE:52:6A:3B:91:20,bridge=vmbr2
net1: virtio=F2:3C:8E:55:74:42,bridge=vmbr0
numa: 1
ostype: win11
scsi0: /datastore2/server1.raw,format=raw,cache=none,aio=native,discard=on
scsihw: virtio-scsi-single
vga: std
root@prx07:/#

I've also updated the server to only use TCP as that was one of the solutions I found online. Has anybody else faced this issue?
 
Last edited:
Storage config:
- controller : virtio-scsi single
- Pilotes VirtIO
- cache=none or Write Through
- iothread=1
- discard=on
- ssd=1

vCPU config:
- type=host for Linux / x86-64-v2-AES for Windows
- numa=1 : if you have dual socket (2 physical CPU)

Check your firewall and network, and also verify your routing table (you have two NIC interfaces on this VM).