Advanced Search
Search Results
327 total results found
Persistent
Suspend/Resume Administration The administrator can control the timeouts that will suspend a persistent desktop VM and they can also manually suspend or resume a session on a persistent desktop VM. Important! Enabling Suspend/Resume requires specific conf...
Non-Persistent
Suspend/Resume Administration This feature introduces a new deployment model that combines the user experience benefits of persistent accounts with the centralized image management advantages of non-persistent accounts. Admins can now enable Suspend/Resume on...
Introduction to Frame App
Dizzion DaaS and Cloud PC are built on a browser-first foundation. From day one, accessing virtual desktops and applications through a standard web browser has been core to the Frame experience—not a fallback option. While many other virtual desktop solutions ...
Getting Started
Deploying Frame App for your end users can be done in a few steps. The following guide will outline how to download, install, update Frame App. Installer Downloads Frame App installation and setup are uncomplicated and should only take a few minutes. Frame ...
Configuring Frame App
Frame App behavior can be configured on startup of the application (Command Line Arguments) and through configuration files/Windows registry keys. If you are installing Frame App on Windows endpoints and would like to configure the silent installation process,...
IGEL
Frame provides a convenient Custom Partition for IGEL OS bundled with UMS Profiles for easy and secure integration with IGEL OS and management with IGEL's UMS. The included UMS Profiles allow admins to quickly and easily deploy Frame App tailored for your user...
Frame-Provided IGEL Profiles
Profile Options Frame-provided UMS Profiles offer various configuration options to customize and optimize your IGEL environment. These profiles range from basic Frame App desktop integration to specialized kiosk modes supporting SAML2 and Secure Anonymous Toke...
Common Informational and Error Codes
There are inevitably going to be situations where you receive a code for either informational or error conditions. Below is a table that covers the most common codes and messages you may receive. These error messages will show up either in pop-up messages dur...
RDP Debug Mode
A Frame administrator may encounter the need to access a persistent VM (Sandbox, Utility Server, or persistent desktop) using Microsoft Remote Desktop Protocol (RDP) for a number of scenarios. Unable to access the Sandbox VM using Frame Remoting Protocol (FRP...
Security Basics
Security Basics Sometimes users reside behind corporate networks that have strict network access policies. Connection issues can arise if certain domains are being blocked. To avoid this, administrators ensure that the Network Configuration Requirements for th...
Frame Data Residency
Frame, a cloud-based Desktop as a Service (DaaS) and Platform as a Service (PaaS), enables customers to deliver virtualized applications and desktops hosted in either public and/or private clouds to end users. End users only need an HTML5 browser on a connecte...
HIPAA Compliance
HIPAA and the later adoption of the HITECH Act established through the Department of Health and Human Services is a set of Privacy and Security Rules governing the handling of Protected Health Information (PHI). Under these rules, "Covered Entities"[^1] are re...
Outbound Proxy Server Support
Frame Guest Agent (FGA) and Cloud Connector Appliance (CCA) have native support for outbound proxy server if a proxy server is required from a VM inside a private network to communicate to the Internet. The outbound proxy server must support both HTTPS and Sec...
Admin API
The Frame Admin API service is based on standard REST HTTPS calls. All API endpoints require signed authentication via HTTP headers and role-based access control configured within Frame Console. The typical workflow for an API call is as follows: Authenticat...
Customer Endpoints
List Customer Details Returns information about your customer entity. GET /customers/ Request Example curl -X GET \ -H "X-Frame-ClientId: ${client_id}" \ -H "X-Frame-Timestamp: ${timestamp}" \ -H "X-Frame-Signature: ${signature}" \ "https://api.console.nutani...
Organization Endpoints
List Organizations Returns all Organizations. GET /organizations Request Parameters Name Description Param Type Data Type Required name Name or portion of name you would like to use for searching/filtering. Search Query String False show_deleted Filte...
Account Endpoints
List Accounts Lists all Frame accounts. GET /accounts/ Request Parameters Name Description Param Type Data Type Required name Name or portion of name you would like to use for searching/filtering. Search Query string False organization_id Frame Organi...
Infrastructure Endpoints
List Cloud Providers Returns a list of available Cloud Providers. These are Frame IaaS cloud providers, such as Amazon, Azure, and Google, using Frame-managed subscriptions. GET /cloud_providers Request Example curl -X GET \ -H "X-Frame-ClientId: ${client_id}...
Session API
The Frame Session API lets you seamlessly integrate virtual desktops and applications into your own custom web-based workflows. Using JavaScript, the Session API gives you control of the Frame Terminal, an HTML5 client for remotely accessing applications hoste...
Acquire Tokens through SSO (SAML2)
Through SAML2 integrations with Frame, you can leverage existing SSO workflows to retrieve tokens for your users. Here's a general overview of what that process looks like: To get started, there are three key items needed when using SSO workflows to authentic...