How Can I connect to Amazon Linux instance using Remote Desktop from Windows 7?
Asked Answered
S

3

11

I created an EC2 Amazon Linux instance (yes, an amazon version of linux..)

it is launched but I can't connect using Remote Desktop...

am I trying to do something crazy here?

I got a message that Remote Computer is not available on the network

Salley answered 20/10, 2012 at 0:22 Comment(0)
B
7

If you mean Windows RDP (Remote Desktop) that is your problem. Most likely you will need to use an SSH client to connect. I suggest Putty.

You should've received an SSH key when you setup your server. You will need to convert that key using PuttyGEN (same page as the Putty download) to convert it then use it with Putty to access the server.

Trying to walk you through the process of installing a GUI and VNC on the server is a bit much for here but give this video a shot. It seems pretty thorough and from skipping through it I saw no obvious errors in his process.

Bittersweet answered 20/10, 2012 at 0:34 Comment(2)
trying to figure out how putty works... I saved the key already.. when I connect it opens a terminal... would you have to know if I can have the same GUI feature than Remote Desktop?Salley
There is no GUI installed by default on a server instance. What @Bert said is true once you've gotten VNC installed and a GUI. To do this you'll need to SSH in.Bittersweet
H
3

Try installing the vnc4server package. Then you can use a client such as TightVNC to connect from a Windows machine. You'll also need to open up port number 5900 in your firewall, which is the default for VNC.

You'll also have to have a desktop environment installed on your EC2 instance - by default you may only have the server packages which will not give you a GUI.

Holily answered 20/10, 2012 at 0:41 Comment(0)
A
0

For your information, some folks posted remote desktop conf for EC2 instances.

http://activeintelligence.org/blog/archive/remote-graphical-linux-desktop-on-ec2/

Adali answered 10/5, 2014 at 17:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.