Skip to content
LiveStart building for free · CA$100 signup credit, up to CA$300 totalCA$1 verification payment credited back · Ends December 31, 2026
Get started for free →

Accessing Your Cluster

Your credentials document holds the endpoints and credentials below. Replace the placeholders with the values for your cluster.

The Ceph Dashboard is the web UI for monitoring and managing your cluster. Use the URL and login from your credentials document. From the dashboard you:

  • View cluster health, capacity, and OSD status
  • Manage pools and device classes
  • Create and manage object-storage (RGW) users and buckets

Your cluster exposes an S3-compatible endpoint via Ceph RGW. Point any S3 client at the endpoint URL from your credentials document:

aws s3 ls --endpoint-url https://<rgw-endpoint>

See Object Storage for clients, keys, and usage.

ZCS clusters are single-tenant with root-level access, so you administer Ceph directly. For example, check status from an admin host:

ceph status
ceph osd df tree

Your credentials document lists the access method: admin host, SSH, or dashboard.