Skip to main content

Overview

The Xloud Dashboard User Guide covers all day-to-day operations a project member performs through the browser interface — from launching instances and attaching storage to configuring networks and managing access credentials. Every operation in this guide can also be performed via the CLI or API.
Prerequisites
  • Active account in an Xloud project with member role or higher
  • Access to the Dashboard at https://connect.<your-domain>
  • Supported browser: Chrome 88+, Firefox 90+, Edge 88+, Safari 14+

In This Guide

Instances

Launch, manage, resize, snapshot, and control compute instances

Volumes

Create, attach, extend, snapshot, and back up block storage volumes

Networks

Configure virtual networks, subnets, routers, and floating IPs

Images

Upload OS images, manage instance snapshots, and share images

Object Containers

Browse, upload, and manage objects in Swift containers

Access & Security

Key pairs, security groups, and application credentials

Getting Started

Log in to the Dashboard

Navigate to https://connect.<your-domain> in your browser.Enter your Username, Password, and select your Domain (usually Default). Click Sign In.
If your organization uses LDAP or SAML federation, your login credentials are the same as your corporate directory credentials. Contact your administrator if you are unsure which domain to use. Your administrator can configure this through XDeploy.

Select your project

After login, the top navigation bar shows your active Project and Region. Use the project dropdown to switch between projects you have access to.All resources (instances, volumes, networks) are scoped to the active project.

Navigate the sidebar

The left sidebar organizes resources into sections:
SectionResources
Project → ComputeInstances, Key Pairs, Server Groups
Project → VolumesVolumes, Snapshots, Backups, Volume Types
Project → NetworkNetworks, Routers, Floating IPs, Security Groups
Project → Object StoreContainers, Objects
Project → OrchestrationStacks, Resource Types
IdentityProjects, Users (if admin)
MonitoringGrafana, Logs, Security Alerts

Xloud Feature The Xloud Dashboard includes a Global Search bar in the top navigation — a cross-resource search built by the Xloud engineering team. It searches across all resource types in your active project simultaneously. How to use:
  1. Click the search icon in the top navigation bar, or press the keyboard shortcut
  2. Type any resource name, ID, IP address, or metadata value
  3. Results appear grouped by resource type — Instances, Volumes, Networks, Floating IPs, Images, etc.
  4. Click any result to navigate directly to that resource’s detail page
What it searches:
Resource TypeSearchable Fields
InstancesName, ID, IP address, metadata properties, tags
VolumesName, ID, attached instance, volume type
NetworksName, ID, subnet CIDR
Floating IPsIP address, associated instance
ImagesName, ID, tags, properties
Security GroupsName, description
Search by IP address to quickly find which instance owns a floating IP or which network contains a specific CIDR — without navigating through each resource list.

Monitoring & Logging

Xloud Feature The Xloud Dashboard integrates monitoring, log analytics, and security alerting directly into the interface — no need to open separate tools. Navigate to Monitoring in the left sidebar.
The Monitoring → Dashboards panel embeds Grafana, providing real-time metrics for your entire private cloud infrastructure.Pre-built dashboards include:
DashboardMetrics
Compute OverviewInstance count, vCPU/RAM utilization per host, migration activity
Block StorageVolume IOPS, throughput, latency per backend
NetworkBandwidth, packet rates, floating IP usage
Ceph StorageStorage device (OSD) status, pool utilization, replication health
Host HealthNode CPU, memory, disk, network per hypervisor
xloud-filefsSnapshot browser handle usage, cache hit rates, download throughput
Click any panel to drill down to instance-level or host-level detail. Time range selector in the top-right lets you view the last 1h, 6h, 24h, 7d, or custom range.

Linux & Windows VM Console Login

Xloud Feature The Xloud Dashboard allows you to set login credentials for VM guest operating systems directly from the browser console — no SSH connection or external access required. This is available from the instance Console tab.

Open the VNC Console

Navigate to the instance detail page → Console tab. The browser-based VNC console opens showing the guest OS terminal.

Set login credentials

From the Dashboard’s console toolbar, use the Set Credentials action to configure:
FieldDescription
UsernameLinux username (e.g., ubuntu, ec2-user, root)
PasswordNew password for the specified user
The Dashboard injects the credential change via the XAVS Guest Agent (must be running inside the instance) or via console input simulation. The XAVS Guest Agent includes a VSS provider for Windows application-consistent snapshots.

Verify login

Switch to the console tab and log in with the new credentials.
For SSH access, add your public key via Access & Security → Key Pairs instead of password auth — passwords are less secure than key-based authentication.

Activity Reporting

Xloud Feature The Dashboard includes an Activity panel that provides a chronological audit trail of all operations performed on resources in your project. Navigate to Project → Activity (or Admin → Activity for the cross-project admin view). What is recorded:
Event TypeExamples
Instance eventsLaunch, reboot, snapshot, resize, live scaling, delete
Volume eventsCreate, attach, extend, backup, restore, delete
Network eventsCreate network/router, allocate/associate floating IP
Identity eventsRole assignment, project membership change, credential creation
Admin eventsFlavor create/delete, quota change, host aggregate modification
Each activity record shows:
  • Timestamp (UTC)
  • User who performed the action
  • Project scope
  • Resource type and ID
  • Action performed
  • Result (success or error)
  • Source IP address
Activity reporting in the current Dashboard provides project-scoped action history. Cross-project audit logs and advanced analytics (time-series activity reports, per-user action heatmaps, export to SIEM) are coming in XCONNECT.

Xloud-Exclusive Features

Xloud-Developed — This capability is developed by Xloud and ships with XAVS / XPCI.
The following features are built by the Xloud engineering team and are not available in upstream Dashboard distributions.

Global Notification Bell

Multi-source alert aggregation in the top navbar. Audio notifications for critical alerts. Browser notification API integration. Extensible to multiple alert sources. Requires XAVS.

Global Search

Press Ctrl+K to search across 22 resource types: instances, volumes, images, networks, security groups, floating IPs, routers, snapshots, key pairs, backups, flavors, hypervisors, host aggregates, availability zones, volume types, services, agents, users, projects, domains, groups, roles. Admin-gated results. Requires XPCI.

Right-Click Context Menu

Right-click any table row to access instance, volume, and network actions. Preserves all original action handlers. Requires XPCI.

Snapshot File Browser

Browse files inside VM snapshots without restoring. Partition detection, directory navigation, single file download, multi-file ZIP archive. No in-VM agent required (agentless). Requires XAVS.

Next Steps

Launch an Instance

Create your first compute instance through the Dashboard

Dashboard Admin Guide

Configure and customize the Dashboard for your organization

Identity & Access

Manage users, projects, and roles for Dashboard access

CLI Setup

Use the Xloud CLI as an alternative to the Dashboard