4

I am running a basic micro instance on Amazon EC2. I am wondering if it is possible to run some remote GUI to work in the system as root?

ThePiachu
  • 229
  • 4
  • 8

3 Answers3

5

If you're just looking for file system access you can use something like Midnight Commander which you should be able to install via yum or apt depending on which distro you're running.

http://www.trembath.co.za/mctutorial.html

If you're looking for more functionality - such as actually configuring the server, creating accounts, working with the firewall, etc, you could look at something like Webmin.

http://www.webmin.com/

Lastly, if you want a full-blown remote desktop, you can install a desktop environment on your server (KDE, Gnome, etc) and then connect to it remotely using something like NoMachine.

http://www.nomachine.com/

I hope that one of those addresses your question.

jdw
  • 3,855
  • 2
  • 17
  • 21
1

When you say 'some remote GUI', what did you have in mind? You can use VNC,for example http://blog.gobansaor.com/2008/06/11/nx-rather-than-vnc-for-ec2-desktop/ or http://www.synergycode.com/services/oracle-on-amazon-ec2/item/set-up-vnc-and-remote-desktop-ec2

Aaron
  • 2,968
  • 1
  • 23
  • 36
  • I mean that I can connect to the server using command line, and then operate it the same way, whereas I'd like to have some tool on my computer that would allow me to connect to the server in some way and then let me operate it in a GUI window, rather than terminal. Sort of like what Norton Commander or early Windows was to DOS - it works on top of the command line, only I`d obviously need something remote. – ThePiachu Oct 11 '11 at 19:52
  • 1
    So, did you look at the URLs I posted? – Aaron Oct 11 '11 at 20:18
  • dead link rot... – slashdottir Oct 07 '14 at 20:05
1

If you really want a gui, go with webmin

iainlbc
  • 2,694
  • 19
  • 19