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

Accessing CloudStack

Your private cloud’s CloudStack management interface is the primary control plane for your infrastructure.

The CloudStack UI is available at the URL provided in your credentials document, typically:

http://<management-server-ip>:8080/client

or over HTTPS if TLS is configured:

https://<management-server-hostname>/client

Log in with the admin credentials from your handover document.

Immediately after first login:

  1. Click the Account icon (top right)
  2. Select Change Password
  3. Set a strong password and save it securely

CloudStack exposes a native API:

http://<management-server-ip>:8080/client/api

See the Apache CloudStack API documentation for the full reference.