Answer the question
In order to leave comments, you need to log in
Why is RDP in Windows Server 2003 so slow?
RDP Windows 2003 in VMware ESXi behind Mikrotik CHR NAT. There are a couple more servers next to it. Access to other servers is quite normal.
Answer the question
In order to leave comments, you need to log in
Try turning off autotuning on the client (from the administrator in the CLI):
netsh interface tcp set global autotuninglevel=disabled
Try turning off hardware acceleration in your browser.
It is enabled by default in modern browsers. This affects how the application is rendered. RDP in this situation loses the ability to intercept specific changes on the screen, and in order to somehow show the client the current state of the application, it is forced to send the entire application every time with a whole picture, and not just the changes that have occurred. This leads to a slowdown, as each scroll movement sends the entire application image with each pixel change on the screen, instead of sending only the changed pixels.
RDP is fast when it only sends individual changes on the screen to the client, rather than the entire screen/whole area. At the same time, RDP is not suitable for applications that frequently update the image - RDP will be slow with them.
Some of these limitations are solved by RemoteFX, because transmits the image in a different way. With it, the experience of using applications will become noticeably faster.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question