We use cookies to make your experience better.
Get started with a hosted Coder deployment.
This guide helps you understand how Coder's hosted beta offering works and how you can access your deployment to get started.
The hosted beta offering is a hybrid cloud offering of Coder's self-hosted platform. Coder hosts the control plane, while you host your compute and development workspaces. The benefits of this setup include:
If you are interested in trying the hosted beta, contact us.
Curious how the hosted beta works? Here's a breakdown of the underlying architecture.
coderd
service: responsible for rendering the dashboard UI, provisioning
workspaces, user authentication, and many more functions.
coderd
instance is not shared across other Coder accounts. Each
deployment has its own coderd
instance.coderd
connects to your infrastructure via a service account created in your
cluster, enabling you to create workspaces.
Navigate to your deployment URL (e.g., <your-name>.coder.com
).
Log in with the email address you provided to Coder the password Coder provided you.
Once you've logged in, you'll be prompted to change your temporary password.
You're in! At this point, you'll need to create a Kubernetes cluster (if you don't already have one you'd like to use with Coder) and connect the cluster to Coder before you can create workspaces.
See an opportunity to improve our docs? Make an edit.