Documentation Index
Fetch the complete documentation index at: https://docs.xloud.tech/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Xloud Dashboard admin view provides platform-wide management capabilities. Administrators can manage projects and users, configure flavors and quotas, monitor infrastructure health, and administer all cloud services from a single interface.Prerequisites
adminrole in the target domain or globally- Access to the Dashboard at
https://connect.<your-domain> - Switch to the Admin view using the toggle in the Dashboard header
Admin-Only Sections
The following sections are visible only in the Admin view:Projects & Users
Create projects, manage users, assign roles, and configure domain settings
Flavors
Create and manage instance flavors with architecture, GPU, NUMA, and hot-add settings
Quotas
Set per-project resource limits for instances, vCPUs, RAM, and volumes
Volume Types
Configure storage tiers, QoS specs, and encryption types
Hypervisors
Monitor compute host resources and manage service availability
Host Aggregates
Organize hosts into groups for scheduling and availability zones
Monitor Center
Platform health, service status, logging, and monitoring dashboards
Resource Optimizer
Automated workload placement with goals, strategies, and action plans
Dashboard Configuration
Dashboard configuration is managed through XDeploy, not through the Dashboard interface itself.- XDeploy
- CLI
Configure Dashboard settings
Open XDeploy > Configuration > Advance Features. The Skyline Dashboard
can be enabled with:
- Enable Skyline Dashboard toggle
- Enable RBAC Management toggle (when Skyline is enabled)
Session and Authentication
The Skyline Dashboard uses JWT-based session cookies for authentication:| Setting | Description |
|---|---|
| Session Duration | Configurable JWT expiration (default: 1 hour) |
| Session Cookie | session cookie containing the JWT with Keystone token |
| Authentication | Username + password against Keystone Identity service |
| RBAC | Per-endpoint role-based access control with 30-second cache |
Unlike traditional session stores (Memcached, Redis), the Skyline Dashboard uses
stateless JWT tokens. No server-side session storage is required.
Next Steps
Dashboard User Guide
End-user workflows for the Console view
Identity Admin Guide
Configure authentication backends, federation, and policies
Deployment
Deploy and manage the Dashboard through XDeploy
CLI Setup
Configure CLI access for administrative operations