kulaginds / rdp-html5

RDP web client with Golang backend for proxy connection to Windows machine
GNU General Public License v3.0
50 stars 14 forks source link

Doesn`t work with RDS servers. #8

Open unknwon00 opened 1 month ago

unknwon00 commented 1 month ago

i`ve been able to get this working fine with any RDP server, win10 window server 2019, but it will not work with any Windows Server that had been abled for RDS (remote Desktop Services). it fails to connect with "negotiation failure: failurecode = 2"

its not a user/pass problem. wfreerdp and sdl-freerdp work fine.

kulaginds commented 1 month ago

Hi. rdp-html5 isn't support RDS. Only RDP.

unknwon00 commented 1 month ago

RDS is just a enterprise RDP. uses the same protocols. I saw with freerdp 2.0 there was an error with rds, but i was fixed.
was hoping there was just some patch that could be applied to correct it too?

kulaginds commented 1 month ago

It is toy rdp client only for education. You can fork it and patch it.

unknwon00 commented 1 month ago

thanks i would fork it, but i`m new to go lang. do all my coding in C#.

kulaginds commented 1 month ago

You can find rdp clients on c# or js.