Full docs ship with the appliance. This page will be updated at launch.
VDX is a turnkey appliance built on Ubuntu 26.04. Download the ISO, boot it on any amd64 machine — bare metal or a VM — and it installs itself. Once the installer finishes, your node is running and ready to launch desktop sessions. No manual configuration, no agent installs, no dependencies to manage.
The web console runs on the node at port 8766. Open it in any browser, log in, and you can launch sessions, manage users, and monitor the cluster — all without touching the command line.
http://<node-ip>:8766. Create your admin account on first login.SSH into any node and run vdxd with no arguments to open the interactive terminal dashboard. It shows live session status, cluster health, seat usage, image cache, and lets you launch or stop sessions without leaving the terminal — useful for headless environments or scripted management over SSH.
The web console at port 8766 and the TUI expose the same functionality. Use whichever fits your workflow.
To add a second node, install VDX on another machine and register it with the same API key. Nodes on the same LAN find each other automatically. Sessions launched on any node appear in every node's console. The scheduler places new sessions on whichever node has capacity.