Quickstart
Opencloud DaaS Quick Start
Disclaimer
NOTE: While this is technically supported, this is typically not a recommended deployment model for production use. The recommended approach is to assign separate roles to each server.
This document focuses on a quick installation to get Inuvika OVD up and running. The fastest deployment method is to stand up 3 different virtual machines:
- OVD Multi-role Server - Includes Session Manager, Fileserver, and Web Access Server.
- ESG Server - Enterprise Secure Gateway to accept incoming connection requests from clients.
- OVD Application Server - can be Linux or Windows, hosts sessions and/or applications
Multi-role Server Installation
Pre-requisites:
- Linux VM with at least 2x vCPU, 4GB of RAM, and 50GB HDD. Current recommended OS is Ubuntu 22.04.05 LTS
- Internet access - HTTP/HTTPS apt traffic and download of Inuvika components must be allowed.
- SSH access to the VM
Installation steps
- SSH to the Linux VM and escalate to sudo with: sudo su
- Perform an apt update and apt upgrade to install the latest packages, rebooting if required.
- Determine the target Inuvika version to populate the install command:
curl -s https://ovd.one | OVD_VERSION=<version> bash
The Current version (as of 7/16/2025) is 3.4.2-526da687c5, so the full install command is below:curl -s https://ovd.one | OVD_VERSION=3.4.2-526da687c5 bash
- Hit enter to begin the installer. It may take a few moments as pre-requisites are being downloaded and installed.
- At the OVD One Touch Installer menu, select option 4 to install with the multi-role configuration:
┌────────┤ OVD One Touch Installer ├────────┐ │ Which role would you like to install? │ │ │ │ 1 Session Manager │ │ 2 File Server │ │ 3 Web Access │ │ 4 All of the above (Multi Role Install) │ │ 5 Enterprise Security Gateway │ │ 6 Windows Application Server │ │ 7 Linux Application Server │ │ 8 Provisioning Server │ │ 9 Utilities │ │ │ │ │ │ <Ok> <Cancel> │ │ │ └───────────────────────────────────────────┘
- Enter the desired password for the administration console and then confirm it.
- If desired, install the Linux application server role:
┌──────────┤ OVD One Touch Installer ├───────────┐ │ │ │ Install the Linux Application Server role? │ │ │ │ <Yes> <No> │ │ │ └────────────────────────────────────────────────┘
- When asked if you have installed a Grafana server, select no.
- Select Yes to confirm that you want to start the role installation.
- After installation is complete, you will get a confirmation message with URLs for the admin console and web access portal:
┌───────────────────────────────┤ OVD One Touch Installer ├───────────────────────────────┐ │ │ │ Thank you for using the OVD One Touch Installer. │ │ │ │ Your role(s) have been installed and configured successfully. │ │ │ │ You can now access the OVD Administration Console at https://10.200.7.134/ovd/admin │ │ and OVD at https://10.200.7.134/ovd │ │ │ │ <Ok> │ │ │ └─────────────────────────────────────────────────────────────────────────────────────────┘
ESG Installation
Pre-requisites:
- Linux VM with at least 2x vCPU, 4GB of RAM, and 50GB HDD. Current recommended OS is Ubuntu 22.04.05 LTS
- Internet access - HTTP/HTTPS apt traffic and download of Inuvika components must be allowed.
- SSH access to the VM
- Optional: an SSL certificate for public access
Installation steps
- SSH to the Linux VM and escalate to sudo with: sudo su
- Perform an apt update and apt upgrade to install the latest packages, rebooting if required.
- Determine the target Inuvika version to populate the install command:
curl -s https://ovd.one | OVD_VERSION=<version> bash
The Current version (as of 5/1/2025) is 3.4.1-526da687c5, so the full install command is below:curl -s https://ovd.one | OVD_VERSION=3.4.1-526da687c5 bash
- Hit enter to begin the installer. It may take a few moments as pre-requisites are being downloaded and installed.
- At the OVD One Touch Installer menu, select option 5 to install the Enterprise Security Gateway role:
┌────────┤ OVD One Touch Installer ├────────┐ │ Which role would you like to install? │ │ │ │ 1 Session Manager │ │ 2 File Server │ │ 3 Web Access │ │ 4 All of the above (Multi Role Install) │ │ 5 Enterprise Security Gateway │ │ 6 Windows Application Server │ │ 7 Linux Application Server │ │ 8 Provisioning Server │ │ 9 Utilities │ │ │ │ │ │ <Ok> <Cancel> │ │ │ └───────────────────────────────────────────┘
- Enter the IP of the session manager (multi-role server) for both prompts:
┌────────────────┤ OVD One Touch Installer ├─────────────────┐ │ Please enter the IP or DNS name of the Session Manager │ │ │ │ __________________________________________________________ │ │ │ │ <Ok> <Cancel> │ │ │ └────────────────────────────────────────────────────────────┘
┌─────────────────┤ OVD One Touch Installer ├──────────────────┐ │ Please enter the IP or DNS name of the Web Access server │ │ │ │ ____________________________________________________________ │ │ │ │ <Ok> <Cancel> │ │ │ └──────────────────────────────────────────────────────────────┘
- Select the desired option for redirection of the root URL, and access to the admin console via ESG:
┌─────────────────────────────────┤ OVD One Touch Installer ├──────────────────────────────────┐ │ │ │ Do you want to *disable* the default redirection of the root URL to /ovd? │ │ If disabled, the system will not redirect to /ovd when no specific endpoint is resolved. │ │ │ │ <Yes> <No> │ │ │ └──────────────────────────────────────────────────────────────────────────────────────────────┘
┌────────────────────────────┤ OVD One Touch Installer ├─────────────────────────────┐ │ │ │ Do you want to *disable* access to the Administration Console via the Gateway? │ │ │ │ <Yes> <No> │ │ │ └────────────────────────────────────────────────────────────────────────────────────┘
- When asked if you have installed a Grafana server, select no.
- Select Yes to install the ESG role
┌─────────────────┤ OVD One Touch Installer ├─────────────────┐ │ │ │ Do you wish to continue? │ │ - Install OVD Enterprise Secure Gateway on this machine │ │ │ │ <Yes> <No> │ │ │ └─────────────────────────────────────────────────────────────┘
┌────────────────────┤ OVD One Touch Installer ├────────────────────┐ │ │ │ Thank you for using the OVD One Touch Installer. │ │ │ │ Your role(s) have been installed and configured successfully. │ │ │ │ You can now access OVD at https://10.200.7.136/ovd │ │ │ │ <Ok> │ │ │ └───────────────────────────────────────────────────────────────────┘
Windows App Server Installation
Pre-requisites:
- Windows VM with at least 2x vCPU, 4GB of RAM, and 50GB HDD. Current recommended OS is Server 2022
- Internet access - HTTPS traffic must be allowed to https://archive.inuvika.com/
- Remote RDS Session Host role must be installed including the subsequent reboot required to complete the installation:
install-windowsfeature RDS-RD-Server -IncludeManagementTools -Restart
Installation steps
- Download the appropriate version of the Inuvika Application Server installer from
https://archive.inuvika.com/ovd/<version>/
. The current version (as of 7/16/2025) is 3.4.2-526da687c5 so the URL would be https://archive.inuvika.com/ovd/3.4.2-526da687c5/. The full URL for that version of the Windows installer is:https://archive.inuvika.com/ovd/3.4.1-526da687c5/Inuvika-OVD-3.4.2.7491-ApplicationServer.exe
- Open the installer and enter the session manager IP or FQDN and start the installation.
- Click install. During the course of the installation, you will be prompted to install printer drivers. Click install.
- Wait for the installer to finish. Once installation is complete, restart to apply the changes. The OVD Slaveserver service will not start successfully until the server is restarted.