Overview
Xloud Compute provides browser-based and protocol-level console access to instances for out-of-band management and debugging. Console access is available regardless of network reachability — making it an essential tool for diagnosing boot failures, network misconfigurations, and OS-level issues.Console Types
| Protocol | Proxy Port | Best For |
|---|---|---|
| VNC | 6080 | General-purpose graphical console; available in all browsers |
| SPICE | 6082 | High-performance graphical console; supports audio, USB redirect, and clipboard sharing |
| Serial | 6083 | Text console for headless instances or boot-time debugging |
| RDP | — | Windows instances; requires RDP agent installation inside the guest |
VNC and SPICE console traffic passes through the console proxy service on ports 6080
and 6082 respectively. Serial console requires port 6083. Ensure firewall rules permit
inbound connections to these ports from administrator workstations and any jump hosts.
Open a Console
- Dashboard
- CLI
Navigate to the instance
Log in to the Xloud Dashboard (
https://connect.<your-domain>) and navigate to
Project → Compute → Instances. Click the instance name to open the detail
view.Interact with the instance
Type directly in the console window to interact with the instance. Mouse input
is supported for graphical environments.
Console sessions are proxied through the VNC proxy service. If the console
shows a black screen, the instance may still be booting. Wait 30–60 seconds
and refresh the page.
Firewall Port Requirements
Ensure the following ports are open between administrator workstations and the controller node before using remote console access.| Service | Port | Protocol | Direction |
|---|---|---|---|
| VNC Proxy | 6080 | TCP | Inbound to controller |
| SPICE Proxy | 6082 | TCP | Inbound to controller |
| Serial Proxy | 6083 | TCP | Inbound to controller |
Verify Console Proxy Services
- CLI
- XDeploy
Verify the console proxy service is running:
Check console proxy service status
List all compute services and their status
The console proxy service shows
State: up. If it shows down, restart the service through XDeploy under Compute → Services → Console Proxy.Next Steps
Security Hardening
Restrict console access using network security policies.
Troubleshooting
Resolve console connection refused errors and token expiry issues.
Admin Guide
Return to the Compute Administration Guide index.