Ulteo Open Virtual Desktop

Last updated

Ulteo Open Virtual Desktop
Ulteo-linux-logo.png
Developer(s) Ulteo SAS
Initial release11 December 2007;13 years ago (2007-12-11) (hosted service), [1]
17 March 2008;12 years ago (2008-03-17) (installable package)
Stable release
4.0.2 / 29 June 2014;6 years ago (2014-06-29) [2]
Operating system Linux, Windows 2003 and later
Platform IA-32, x86-64
Available inMultilingual
Type Remote desktop
License GPL v2, Proprietary

Ulteo Open Virtual Desktop (OVD) was an open-source Application Delivery and Virtual Desktop infrastructure project that could deliver applications or a desktop hosted on a Linux or Windows server to end users. It was an open source alternative to Citrix and VMware solutions and was, as of June 2012, the only presentation virtualization solution supporting both Linux and Windows applications. [3] [4] It was created by Gaël Duval, [5] who previously created Mandriva Linux. [6] The software seems to be withdrawn, website is unavailable.

Features

Ulteo OVD provides access to applications or an entire desktop session [7] hosted on a Linux or Windows (2003 or later) server. These are executed in a virtual session on the server (as opposed to simple display mirroring). Version 3 introduced RDP as the protocol used for both Linux and Windows applications. Sessions can be accessed through a web portal, using any Java or HTML5-capable browser, or integrated into the local desktop environment and launched like local applications. Remote applications can access local file systems (including network and USB), print to local printers, play sound locally and copy to or paste from the local clipboard. Starting with OVD 4, local PC/SC smartcard readers can also be accessed from a remote application, though this feature is supported only in the Premium edition and only for applications running on Windows servers.

Users can authenticate through Microsoft Active Directory or any LDAP or CAS server. Support for additional authentication mechanisms, including single sign-on, can be implemented using an open API. [8] Ulteo includes a dedicated file server into which other file servers (such as CIFS/Samba/Windows file servers) can be integrated as backends.

The environment can be configured and monitored through a web-based administration interface. A farm can include multiple application servers, running a mix of Linux, Windows and Web servers, and the administrator can configure load balancing between them based on criteria such as processor load, memory usage, number of open sessions or random distribution. Ulteo states that a single farm can serve up to 50,000 users and more.

An SSL gateway is available to deploy applications over the Internet.

Besides the classic application delivery scenario, OVD can also be integrated into web-based document management platforms such as Microsoft SharePoint. Clicking a file in the portal will then open it with an application published on the OVD farm rather than downloading it and opening it with a locally installed application.

Ulteo is distributed as a set of application packages which can be installed on a standard Linux distribution (Ubuntu, Debian, SUSE Linux Enterprise Server, Redhat Enterprise Linux), with Windows installers also available for some components.

A live DVD (Demo) and a virtual appliance image are available for testing purposes. They contain a full Linux distribution (based on Ubuntu), all Ulteo components and some applications, allowing an Ulteo OVD farm to be quickly installed on a single server. The DVD additionally contains the full documentation and installation sources for all supported operating systems.

Modules

Ulteo OVD uses several modules with different roles. The Session Manager, at least one Application Server and the client component are required, while the others are optional. Each module comes with a binary installation package for Linux and, in most cases, also for Windows.

Session Manager

This server is the central piece of an Ulteo OVD architecture. It manages the session launching and hosts the administration console. It is the first module to install. Servers controlled by the Session Manager are known as slave servers.

A binary installation package is only available for Linux at the moment[ when? ], although it can be installed from source on Windows. The Session Manager may be installed on an Application Server, but this setup is not recommended for production environments.

High Availability

This add-on in Ulteo OVD 3 allowed setting up two physical Session Managers and databases in a cold-standby cluster. Data was replicated between the two databases using DRBD, and failover was handled by the Heartbeat cluster manager. High Availability was a Gold module. It is no longer included in the source code for OVD 4, nor available from the Premium repository.

Application Server

These are slave servers that run the published applications or desktops. They can be running Linux or Windows, depending on the type of applications or desktop to be delivered. Mixing Linux and Windows servers in an Ulteo OVD farm is supported.

Linux Application servers can be set up in two modes: either as regular Linux installations with desktop environment, applications and the Application Server package, or using the Ulteo Subsystem. The Ulteo Subsystem can be installed on a Linux server with no desktop environment and no applications. It consists of a chroot jail with a modified Xfce desktop environment and some standard applications, including LibreOffice, Adobe Reader, Mozilla Firefox and Thunderbird. Additional applications can be installed within the chroot jail.

Web Gateway

This slave server module, introduced in OVD 4, allows publishing of Web applications alongside Linux and Windows application.

Hypervisor

The OVD 4 source code includes code for another new type of slave server called Hypervisor, allowing Ulteo to act as a front end for a VDI. No installation package is provided as of April 2014.

Client

In order to start an Ulteo OVD session, an Ulteo OVD Client is required. Clients generally support two modes, application mode (or portal mode) and desktop mode. In application mode, the user can launch individual applications. In desktop mode the user is presented a full desktop, which can be either Linux or Windows and may contain applications from the respective other platform.

Web Client

All editions of OVD include a Java client. In desktop mode, the desktop is displayed inside the browser. The portal mode includes a web-based file browser based on AjaXplorer, from which users can download files, upload files or launch files in a published application. The Web Client can be installed on the Session Manager or, beginning with OVD 4, on a dedicated server.

HTML5 Client

OVD 4 introduced an HTML5 client, which is based on Guacamole and available in both editions of OVD. It does not require Java but can run in any browser which supports HTML5 (which most modern browsers do, the only notable exception being Internet Explorer). It does not support some features of the other clients, such as client drive mapping and sound. Apart from this, the look-and-feel is similar to the Java client, including the file browser in portal mode.

The HTML5 client can be installed on the Session Manager or a separate web server. The server translates all RDP traffic into HTML5 and vice versa, effectively acting as a gateway. This makes it a suitable solution for deployment across firewalls, as the only traffic channel between the client and the HTML5 gateway is a HTTP or HTTPS connection.

Native Client

Native clients are available as Premium modules for Linux, Windows, Android and iOS.

The desktop OS clients support desktop mode or application mode. In application mode, users can either launch remote applications from the client's main window, or configure the client to place icons into their start menu, from where they can be launched like local applications.

The tablet clients support only desktop mode. They are available from the respective app stores.

File Server

Ulteo OVD includes an optional file server to host user profiles or shared folders, ensuring user access to the same files when using applications from different servers. As of version 4.0, only a Linux version is available. The File Server may be installed on an Application Server. Without a file server, shares can still be mounted using the mechanisms of the operating system, but these shares may not be available on all application servers or application server platforms, and cannot be accessed from the Web Client's AjaXplorer component.

Gateway

This slave server module facilitates deployment of Ulteo OVD applications over the Internet by tunneling connections to application servers through an SSL (443) connection. This eliminates the requirement to expose individual application servers with a public IP address. It also eases access for clients which are behind firewalls, as many firewall environments allow outgoing SSL traffic on port 443 with no further restrictions. The Gateway is a Premium module.

Licensing

Until version 3, some of the additional modules were Gold modules. Source code for Gold modules was freely available under the GPL, but binary installation files were provided only to users who purchased a subscription.

Version 4 introduced some changes: There is now a Community edition and a Premium edition. The former Gold modules are now part of the Premium edition and may contain proprietary code starting with version 4. Users of the Premium edition need to install an additional license management package on the Session Manager and import a license, which comes in the form of a certificate. Binary installation packages for the Premium modules are now freely available from the download server but will not work unless the Session Manager is running the Premium module with a valid license installed.

Reception

A review of Ulteo OVD 3 by The Virtualization Practice advises organizations that have an open-source policy, are cost-sensitive or need a simple solution to consider Ulteo OVD. It considers version 3 a viable alternative to competing solutions, having overcome many critical limitations of its predecessor. The switch from VNC to RDP as the transport protocol brought about significant improvements in performance, desktop integration (e.g. printing and audio) and client device support. Other improvements include support for application silos, firewall traversal and better LDAP support. It criticized a lack of high availability support for the Session Manager, making it a single point of failure as of version 3. (The High Availability module for the Session Manager was not mentioned.) In addition, Ulteo OVD was found to suffer from the traditional issues of remote application delivery – poor video performance and limited interaction with devices connected locally to the client. [3]

Further reading

Related Research Articles

Linux distribution Operating system based on the Linux kernel

A Linux distribution is an operating system made from a software collection that is based upon the Linux kernel and, often, a package management system. Linux users usually obtain their operating system by downloading one of the Linux distributions, which are available for a wide variety of systems ranging from embedded devices and personal computers to powerful supercomputers.

Xandros

Xandros, Inc. was a software company which sold Xandros Desktop, a Linux distribution. The name Xandros was derived from the X Window System and the Greek island of Andros. Xandros was founded in May 2001 by Linux Global Partners. The company is headquartered in New York City.

Damn Small Linux

Damn Small Linux (DSL) is a computer operating system for the x86 family of personal computers. It is free and open-source software under the terms of the GNU GPL and other free and open source licenses. It was designed to run graphical user interface applications on older PC hardware, for example, machines with 486 and early Pentium microprocessors and very little random-access memory (RAM). DSL is a Live CD with a size of 50 megabytes (MB). What originally began as an experiment to see how much software could fit in 50 MB eventually became a full Linux distribution. It can be installed on storage media with small capacities, like bootable business cards, USB flash drives, various memory cards, and Zip drives.

Slax

Slax is a LiveCD Linux distribution developed by Tomáš Matějíček and based on Debian. Packages can be added by apt package manager or can be prepared as modules. The tagline for Slax refers to itself as "your pocket operating system".

MythTV Free and open source home entertainment application

MythTV is a free and open-source home entertainment application with a simplified "10-foot user interface" design for the living room TV. It turns a computer with the necessary hardware into a network streaming digital video recorder, a digital multimedia home entertainment system, or home theater personal computer. It can be considered a free and open-source alternative to TiVo or Windows Media Center. It runs on various operating systems, primarily Linux, macOS, and FreeBSD.

The following is a timeline of virtualization development. In computing, virtualization is the use of a computer to simulate another computer. Through virtualization, a host simulates a guest by exposing virtual hardware devices, which may be done through software or by allowing access to a physical device connected to the machine.

Adobe AIR Cross-platform runtime system for building rich Internet applications

Adobe AIR is a cross-platform runtime system currently developed by Harman International for building desktop applications and mobile applications, programmed using Adobe Animate, ActionScript, and optionally Apache Flex. It was originally released in 2008. The runtime supports installable applications on Windows, macOS, and mobile operating systems, including Android, iOS and BlackBerry Tablet OS.

Oracle Secure Global Desktop (SGD) software provides secure access to both published applications and published desktops running on Microsoft Windows, Unix, mainframe and System i systems via a variety of clients ranging from fat PCs to thin clients such as Sun Rays.

Microsoft Application Virtualization is an application virtualization and application streaming solution from Microsoft. It was originally developed by Softricity, a company based in Boston, Massachusetts, acquired by Microsoft on July 17, 2006. App-V represents Microsoft's entry to the application virtualization market, alongside their other virtualization technologies such as Hyper-V, Microsoft User Environment Virtualization (UE-V), Remote Desktop Services, and System Center Virtual Machine Manager.

This page is a comparison of remote desktop software available for various platforms.

Epesi

Epesi is an open source, PHP/Ajax framework for rapid development of web based, database driven applications. The framework includes the Epesi CRM multiuser application. It requires PHP 5.x and MySQL or PostgreSQL database server on the server side and can be accessed using any modern browser. Epesi framework and Epesi CRM application are released under MIT license.

Remote Desktop Services (RDS), known as Terminal Services in Windows Server 2008 and earlier, is one of the components of Microsoft Windows that allow a user to take control of a remote computer or virtual machine over a network connection. RDS is Microsoft's implementation of thin client architecture, where Windows software, and the entire desktop of the computer running RDS, are made accessible to any remote client machine that supports Remote Desktop Protocol (RDP). User interfaces are displayed from the server onto the client system and input from the client system is transmitted to the server - where software execution takes place. This is in contrast to application streaming systems, like Microsoft App-V, in which computer programs are streamed to the client on-demand and executed on the client machine.

Turbo is a set of software products and services developed by the Code Systems Corporation for application virtualization, portable application creation, and digital distribution. Code Systems Corporation is an American corporation headquartered in Seattle, Washington, and is best known for its Turbo products that include Browser Sandbox, Turbo Studio, TurboServer, and Turbo.

Opsi Software distribution and management system for Microsoft Windows clients

Opsi is a software distribution and management system for Microsoft Windows clients, based on GNU/Linux servers. Opsi is developed and maintained by uib GmbH from Mainz, Germany. The main parts of Opsi are open-source licensed under the GNU Affero General Public License.

GO-Global

GraphOn GO-Global is a multi-user remote access application publishing solution for Microsoft Windows.

Salix OS

Salix OS is a multi-purpose Linux distribution based on Slackware.

ConnectWise Control is a self-hosted remote desktop software application owned by Connectwise Inc., a software developer based in Tampa, Florida, United States. It was originally developed by Elsinore Technologies in 2008 under the name ScreenConnect.

Ulteo

Ulteo is a software company which provides free and open source (FOSS) virtual desktop solutions. The company is based in Caen, Calvados département, France, and has a research and development center in Colombelles.

References

  1. Weiss, Todd R. (13 December 2007). "No download needed: OpenOffice beta as a Web app". InfoWorld . Retrieved 16 July 2013.
  2. "Ulteo Download". Ulteo. 29 June 2014. Retrieved 15 July 2014.
  3. 1 2 Norman, Mike (25 June 2012). "Ulteo OVD 3 – Open Source Remote Desktop". The Virtualization Practice . Retrieved 16 July 2013.
  4. Lai, Eric (3 February 2010). "Linux, Windows or both? Doesn't matter to virtual desktop vendor Ulteo". Computerworld . Retrieved 16 July 2013.
  5. LaMonica, Martin (11 December 2007). "Ulteo brings OpenOffice to Web browser". News. CNET . Retrieved 5 October 2008.
  6. Upfold, Peter (28 March 2008). "Ulteo Application System Beta 1 - the FOSSwire review". FOSSwire . Retrieved 5 October 2008.
  7. Popov, Dimitri (30 January 2008). "First look at Ulteo Desktop". Linux.com . Retrieved 18 December 2012.
  8. Norman, Mike (7 December 2009). "Ulteo – Open Source Desktop Broker". The Virtualization Practice . Retrieved 16 July 2013.