My favorites | Sign in
rdw
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads

Remote Desktop Web is a Java AWT application that enables HTTP clients to connect and control mouse clicks and keyboard presses via a web interface. This is really prototypical code with a GPL license.

Limitations include:

  • this is a prototype.
  • no security This is intentional to force users to avoid running this without understanding the security implications. External access control is the ideal way to secure this.
  • Only supports Firefox (IE and Opera do not work. IE7 may work.)
  • only works with a single monitor
  • cannot be used when the desktop is locked

To run:

java -jar rdw.jar [port number]

The default port is 8082.

Powered by Google Project Hosting