当前位置:   article > 正文

html5 rdp,FreeRDP HTML5 proxy on Windows

freerdp h5

FreeRDP-WebConnect is an open source HTML5 proxy that provides web access to any Windows server and workstation using RDP. The result is amazing, especially considering that no native client is required, just a plain simple web browser!

Platform support

HTML5 has came a long way in the last few years, with any major web browser (including mobile platforms) supporting WebSockets, the underlying communication mechanism employed by FreeRDP-WebConnect.

Here’s a list of supported desktop and mobile browsers:

FireFox >= 11.0

Chrome >= 16.0

Internet Explorer >= 10

Safari >= 6

Opera >= 12.10

Safari Mobile >= 6

Android Browser >= 4.4

Supported client desktop OSs:

Windows, OS X, Linux

The FreeRDP-WebConnect service itself can be installed on most recent Linux distributions and on every x86 and x64 Windows versions starting with Windows Server 2008:

Windows Server 2008 / Windows Vista

Windows Server 2008 R2 / Hyper-V Server 2008 R2 / Windows 7

Windows Server 2012 / Hyper-V Server 2012 / Windows 8

Windows Server 2012 R2 / Hyper-V Server 2012 R2 / Windows 8.1

How to install FreeRDP-WebConnect on Windows

The installation on Windows is really easy. To begin with, download the installer from our website and run it:

a0a9634eddff0d426dce504d21c802b5.png

Accept the license, select the installation type and optionally change the install location:

53d4feb9a4a7b7378da74bf2482c70d9.png

Next comes the HTTP and HTTPS configuration. You can just accept the defaults and go on with “Next” or replace the options to match your environment. Make sure to choose ports not used by other services. The installer will create a self signed certificate for HTTPS, no need to worry about it. Windows firewall rules are also automatically created if enabled.

43d011d4e24803c370980d84261acef2.png

The OpenStack settings are required only if you intend to use this service with OpenStack, otherwise you can skip them. Authentication URL, tenant name, username and password can be retrieved from your OpenStack deployment, while the Hyper-V host username and password are required to connect to RDP consoles and can be either local or domain credentials.

6126281f5a96d74d50e98ec18dc696f8.png

We’re done with the configuration, press “Next” and the the installer will complete the installation.

cb4998319747751a090eb28a7a4226c2.png

Once done, point your browser to “http://localhost:8000” (or a different port if you changed it above) and you’ll see the initial connection screen (using Chrome on OS X in this example, but any of the options listed above is also valid):

4529822c60be348b4d9650b60a942b38.png

Set the host, username and password and click connect:

6ef7181b1797807e41f79c18e8e5a042.png

That was it, connected! A native client will still have an edge in terms of performance, but for a lot of scenarios a pure web client enables an amazing whole lot of new possibilities!

Integration with OpenStack

We integrated RDP support in Icehouse, on both Nova and Horizon. All you have to do to make it work is to specify the url of your FreeRDP-WebConnect service in the Hyper-V Nova compute nodes as detailed below and restart the nova-compute service. The Hyper-V Nova compute installer takes care of these settings as well of course!

[rdp]

enabled=True

html5_proxy_base_url=http://10.0.0.1:8000/

1

2

3

[rdp]

enabled=True

html5_proxy_base_url=http://10.0.0.1:8000/

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop】
推荐阅读
相关标签
  

闽ICP备14008679号