Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Connecting to AWS EC2 Win8 Instance from Ubuntu with Remmina

I'm a real beginner in this subject. My job wants me to connect to our server on AWS - they have created a Win8 Server there.

I have the DNS, the Username and password - thats all. I understand its easy if I have a Win machine (like most of the workers here) but I'm running Ubuntu 12.04.

How on earth do I connect to this instance? Say the DNS I have is:
ec2-<server>.eu-west-1.compute.amazonaws.com

Do I need remmina or can I do it from my terminal? I'd like to connect to the server, and see the GUI version of the server's desktop. If it was a linux server it'd be enough for me to connect to the console, but its windows so I figure I need a GUI...

When I try putting the DNS,username,password in Remmina I get this message:

Unable to connect to RDP server  <server>.eu-west-1.compute.amazonaws.com

Do I need to know something else about the server? Do I need a .pem key? Also - I've read some posts and it was written to check/delete something in the ~/.freerdp/certs file - but this file doesn't exist on my computer, when I ls in my ~/.freerdp/ directory -> its empty.

Please help as I clearly don't know how to connet to the remote server, and sadly I couldn't find any info on connection from Ubuntu to Win8 on AWS.

Bonus help: How do I then install Node.js on that server :)**

EDIT

Now when I connect I get this message:

Certificate Details:

Subject: CN = WIN-KUFF....
Issuer: CN = WIN-KUFF....

Fingerprint: e4:0f:.......

Accept Certificate? OK/Cancel

I press OK and then get the same message of Unable to connect to RDP server..

like image 783
orepor Avatar asked Apr 22 '14 08:04

orepor


People also ask

How do I connect to AWS Windows instance from Linux?

Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/ . In the navigation pane, select Instances. Select the instance and then choose Connect. On the Connect to instance page, choose the RDP client tab, and then choose Get password.

Does Ubuntu support EC2 instance connect?

Configuring an EC2 instance for EC2 Instance Connect. To get started using EC2 Instance Connect, you first configure your existing instances. Currently, EC2 Instance Connect supports Amazon Linux 2 and Ubuntu. Install RPM or Debian packages respectively to enable the feature.

Can you RDP into a Linux EC2?

Connecting via RDP On a Linux machine, connect using vinagre . You'll need to specify the IP address for the EC2 host and the RDP port.


2 Answers

I successfully connected with Windows server in AWS through Remmina on Ubuntu. My configuration were as below,


  • Server : Public IP
  • Username : Administrator
  • Password : ******
  • Domain : Public DNS

I think the trick is Server and Domain. Insert Public IP and Public DNS you can obtained from AWS Instances page.

Cheers!

like image 66
PSP Avatar answered Sep 21 '22 14:09

PSP


Steps Should be

  1. Ubuntu Dash and search for and select ‘tsclient’ When Terminal

  2. Server Client opens, type the AWS DNS , username and password of the Windows computer and click ‘Connect’

Node.js you can follow this http://www.hanselman.com/blog/InstallingAndRunningNodejsApplicationsWithinIISOnWindowsAreYouMad.aspx

let me know is that work

like image 33
abaid778 Avatar answered Sep 18 '22 14:09

abaid778