How can I enable RDPing into an ec2 instance created from the template aws-windows

Created an ec2 instance with with windows server from the given aws-windows template and I need to RDP into it.
10 Replies
Programmer_remote124
I use Coder OSS
Phorcys
Phorcys3y ago
you can port-forward to your local machine (coder port-forward <workspace> 3389) otherwise use a solution like noVNC, I don't know if one exists for RDP though
Programmer_remote124
@Phorcys Can you expand on the port forwarding step?
Phorcys
Phorcys3y ago
@Programmer_remote124 you run that command on your personal computer i edited the comma d and then you RDP to localhost:3389
Programmer_remote124
Something like this coder port-forward test --tcp 3000:3389?
Phorcys
Phorcys3y ago
this should do it then you connect to localhost:3000 via the RDP client
Programmer_remote124
I get no workspace found when I write https://localhost:3000 in the rdp client Its working @Phorcys thank you
Atif
Atif3y ago
remove https it should be localhost only. Also RDP listens on 3389 so do coder port-forward test 3389 This will map 3389 on the server to 3389 on your local host then you can RDP localhost it should work fine then
Programmer_remote124
Thank you @Atif
Phorcys
Phorcys3y ago
marking as resolved
Want results from more Discord servers?
Add your server