@travisdh1 Installation note from Oliver
olivierlambertolivierlambert VATES 🪐 FOUNDER & CEO 🦸 Jun 30, 2021, 12:27 PM
@gskger To answer about the availability: in fact, it's already working, but very very very basic for now. I'd like to have something "not ugly" to start, even with not a lot of features, so let's say end of this summer 
But if you can't hold until then, it's pretty easy to test:
Create a /opt/xensource/www/xolite.html file
Put that inside:
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#cc584c" />
<title>XoLite</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">The application is loading…</div>
<script src="https://lite.xen-orchestra.com/dist/index.js"></script>
</body>
</html>
Go in your host IP address <host address>/xolite.html
That's it!
edit: until the XAPI fix is in 8.2 or 8.3, consoles only work with Chrome.