Skip to content
Live $300 credit for new accounts Valid for 60 days from account creation Get started →

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.