<!DOCTYPE html><html><head><meta charSet="utf-8" class="next-head"/><meta http-equiv="X-UA-Compatible" content="IE=edge" class="next-head"/><meta http-equiv="Content-Language" content="en" class="next-head"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" class="next-head"/><link rel="shortcut icon" type="image/x-icon" href="/static/images/favicon.png" class="next-head"/><link href="https://fonts.googleapis.com/css?family=Signika:400,300,600" rel="stylesheet" type="text/css" class="next-head"/><link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,600" rel="stylesheet" type="text/css" class="next-head"/><link rel="stylesheet" type="text/css" href="/assets/0.1.1/globals.css" class="next-head"/><script src="https://cdn.polyfill.io/v2/polyfill.min.js" class="next-head"></script><meta name="description" content="The fastest web client for Remote Desktop. You don&#x27;t need to install any plugins or client software to connect. All your computers are always one click away from any browser." class="next-head"/><meta name="twitter:card" content="summary" class="next-head"/><meta name="twitter:site" content="@asadhimself" class="next-head"/><meta name="twitter:title" content="All My Desktops" class="next-head"/><meta name="twitter:description" content="The fastest web client for Remote Desktop." class="next-head"/><meta name="twitter:image" content="https://www.allmydesktops.com/static/images/opengraph.png" class="next-head"/><meta name="twitter:player:stream" content="https://www.youtube.com/embed/a0sWlNC0clM" class="next-head"/><meta name="twitter:player:stream:content_type" content="video/mp4" class="next-head"/><meta property="og:title" content="All My Desktops" class="next-head"/><meta property="og:type" content="video" class="next-head"/><meta property="og:image" content="https://www.allmydesktops.com/static/images/opengraph.png" class="next-head"/><meta property="og:video" content="https://www.youtube.com/embed/a0sWlNC0clM" class="next-head"/><meta property="og:video:url" content="https://www.youtube.com/embed/a0sWlNC0clM" class="next-head"/><meta property="og:video:secure_url" content="https://www.youtube.com/embed/a0sWlNC0clM" class="next-head"/><meta property="og:video:width" content="560" class="next-head"/><meta property="og:video:height" content="315" class="next-head"/><link rel="video_src" href="https://www.youtube.com/embed/a0sWlNC0clM" class="next-head"/><meta property="og:site_name" content="All My Desktops" class="next-head"/><meta property="og:description" content="The fastest web client for Remote Desktop." class="next-head"/><title class="next-head">Idle</title><script class="next-head">
            window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=t.forceSSL||"https:"===document.location.protocol,a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=(r?"https:":"http:")+"//cdn.heapanalytics.com/js/heap-"+e+".js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n);for(var o=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["addEventProperties","addUserProperties","clearEventProperties","identify","removeEventProperty","setEventProperties","track","unsetEventProperty"],c=0;c<p.length;c++)heap[p[c]]=o(p[c])};
            heap.load("3050299919");
          </script><script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-110019578-1" class="next-head"></script><script class="next-head">
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());

            gtag('config', 'UA-110019578-1');
            </script><link rel="preload" href="/_next/f91cab59-0db8-4b4d-8de6-9a325631fc14/page/connect.js" as="script"/><link rel="preload" href="/_next/f91cab59-0db8-4b4d-8de6-9a325631fc14/page/_error.js" as="script"/><link rel="preload" href="/_next/3943c4eb505537615503ccf1c237ca46/app.js" as="script"/></head><body><div><div id="__next"><div data-reactroot=""><div><div id="fullcontainer" class="full"><style>#displayOuter {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: table; }

#displayOuter .loader-container,
#displayOuter .disconnect-container {
  display: none; }

#displayOuter.connecting .loader-container,
#displayOuter.disconnected .disconnect-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column; }

#displayOuter h2,
#displayOuter h3 {
  color: #fff;
  margin-top: 50px; }

#displayOuter.connecting {
  background-color: #ff9800; }

#displayOuter.disconnected {
  background-color: #e51c23; }

#displayOuter.connected {
  cursor: none; }

/*Jelly Loader*/
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-square-jelly-box, .la-square-jelly-box > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-square-jelly-box {
  display: block;
  font-size: 0;
  color: #fff; }

.la-square-jelly-box.la-dark {
  color: #333; }

.la-square-jelly-box > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-square-jelly-box {
  width: 32px;
  height: 32px; }

.la-square-jelly-box > div:nth-child(1), .la-square-jelly-box > div:nth-child(2) {
  position: absolute;
  left: 0;
  width: 100%; }

.la-square-jelly-box > div:nth-child(1) {
  top: -25%;
  z-index: 1;
  height: 100%;
  border-radius: 10%;
  -webkit-animation: square-jelly-box-animate 0.6s -0.1s linear infinite;
  -moz-animation: square-jelly-box-animate 0.6s -0.1s linear infinite;
  -o-animation: square-jelly-box-animate 0.6s -0.1s linear infinite;
  animation: square-jelly-box-animate 0.6s -0.1s linear infinite; }

.la-square-jelly-box > div:nth-child(2) {
  bottom: -9%;
  height: 10%;
  background: #000;
  border-radius: 50%;
  opacity: .2;
  -webkit-animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
  -moz-animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
  -o-animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
  animation: square-jelly-box-shadow 0.6s -0.1s linear infinite; }

.la-square-jelly-box.la-sm {
  width: 16px;
  height: 16px; }

.la-square-jelly-box.la-2x {
  width: 64px;
  height: 64px; }

.la-square-jelly-box.la-3x {
  width: 96px;
  height: 96px; }

@-webkit-keyframes square-jelly-box-animate {
  17% {
    border-bottom-right-radius: 10%; }
  25% {
    -webkit-transform: translateY(25%) rotate(22.5deg);
    transform: translateY(25%) rotate(22.5deg); }
  50% {
    border-bottom-right-radius: 100%;
    -webkit-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    transform: translateY(50%) scale(1, 0.9) rotate(45deg); }
  75% {
    -webkit-transform: translateY(25%) rotate(67.5deg);
    transform: translateY(25%) rotate(67.5deg); }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg); } }

@-moz-keyframes square-jelly-box-animate {
  17% {
    border-bottom-right-radius: 10%; }
  25% {
    -moz-transform: translateY(25%) rotate(22.5deg);
    transform: translateY(25%) rotate(22.5deg); }
  50% {
    border-bottom-right-radius: 100%;
    -moz-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    transform: translateY(50%) scale(1, 0.9) rotate(45deg); }
  75% {
    -moz-transform: translateY(25%) rotate(67.5deg);
    transform: translateY(25%) rotate(67.5deg); }
  100% {
    -moz-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg); } }

@-o-keyframes square-jelly-box-animate {
  17% {
    border-bottom-right-radius: 10%; }
  25% {
    -o-transform: translateY(25%) rotate(22.5deg);
    transform: translateY(25%) rotate(22.5deg); }
  50% {
    border-bottom-right-radius: 100%;
    -o-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    transform: translateY(50%) scale(1, 0.9) rotate(45deg); }
  75% {
    -o-transform: translateY(25%) rotate(67.5deg);
    transform: translateY(25%) rotate(67.5deg); }
  100% {
    -o-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg); } }

@keyframes square-jelly-box-animate {
  17% {
    border-bottom-right-radius: 10%; }
  25% {
    -webkit-transform: translateY(25%) rotate(22.5deg);
    -moz-transform: translateY(25%) rotate(22.5deg);
    -o-transform: translateY(25%) rotate(22.5deg);
    transform: translateY(25%) rotate(22.5deg); }
  50% {
    border-bottom-right-radius: 100%;
    -webkit-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    -moz-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    -o-transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    transform: translateY(50%) scale(1, 0.9) rotate(45deg); }
  75% {
    -webkit-transform: translateY(25%) rotate(67.5deg);
    -moz-transform: translateY(25%) rotate(67.5deg);
    -o-transform: translateY(25%) rotate(67.5deg);
    transform: translateY(25%) rotate(67.5deg); }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    -moz-transform: translateY(0) rotate(90deg);
    -o-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg); } }

@-webkit-keyframes square-jelly-box-shadow {
  50% {
    -webkit-transform: scale(1.25, 1);
    transform: scale(1.25, 1); } }

@-moz-keyframes square-jelly-box-shadow {
  50% {
    -moz-transform: scale(1.25, 1);
    transform: scale(1.25, 1); } }

@-o-keyframes square-jelly-box-shadow {
  50% {
    -o-transform: scale(1.25, 1);
    transform: scale(1.25, 1); } }

@keyframes square-jelly-box-shadow {
  50% {
    -webkit-transform: scale(1.25, 1);
    -moz-transform: scale(1.25, 1);
    -o-transform: scale(1.25, 1);
    transform: scale(1.25, 1); } }
</style><div class="idle" id="displayOuter"><div class="loader-container"><div class="loader la-square-jelly-box la-2x"><div></div><div></div></div><h3>Connecting...</h3></div><div class="disconnect-container"><h2>(✖╭╮✖)</h2><h3>Couldn&#x27;t connect.</h3></div></div><script src="/guac/guac.js"></script><script defer="" src="/guac/bundle.js"></script></div><script>
          window.$crisp=[];window.CRISP_WEBSITE_ID="7eed82ab-b89c-448b-af07-5c7c133f9d37";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();
        </script></div></div></div><div id="__next-error"></div></div><div><script>
          __NEXT_DATA__ = {"props":{"session":{"user":{"uuid":"9e715a0f8eefb23fa6fdf1a7","name":null,"email":"n.portalru@gmail.com"}},"query":{"id":"759c1fb31d8373fd59c7c9dd"},"__apiResponseTime":591},"pathname":"/connect","query":{"id":"759c1fb31d8373fd59c7c9dd"},"buildId":"f91cab59-0db8-4b4d-8de6-9a325631fc14","buildStats":{"app.js":{"hash":"3943c4eb505537615503ccf1c237ca46"}},"assetPrefix":"","nextExport":false,"err":null,"chunks":[]}
          module={}
          __NEXT_LOADED_PAGES__ = []
          __NEXT_LOADED_CHUNKS__ = []

          __NEXT_REGISTER_PAGE = function (route, fn) {
            __NEXT_LOADED_PAGES__.push({ route: route, fn: fn })
          }

          __NEXT_REGISTER_CHUNK = function (chunkName, fn) {
            __NEXT_LOADED_CHUNKS__.push({ chunkName: chunkName, fn: fn })
          }
        </script><script async="" id="__NEXT_PAGE__/connect" type="text/javascript" src="/_next/f91cab59-0db8-4b4d-8de6-9a325631fc14/page/connect.js"></script><script async="" id="__NEXT_PAGE__/_error" type="text/javascript" src="/_next/f91cab59-0db8-4b4d-8de6-9a325631fc14/page/_error.js"></script><div></div><script type="text/javascript" src="/_next/3943c4eb505537615503ccf1c237ca46/app.js" async=""></script></div></body></html>