The resource dashboard shows everything about a specific resource. Access it by clicking a resource card on the organization dashboard.
The top of the page shows:
- Resource name and status badge
- Open Coder button — opens your Coder dashboard at
subdomain.codespace.sh (visible when running)
- Delete button — owner only, with confirmation dialog
Instance Details card
| Field | Description |
|---|
| Domain | Your resource URL (subdomain.codespace.sh) |
| Coder version | Currently deployed version |
| Created | When the resource was created |
| Last updated | Most recent status change |
Admin credentials
When your Coder instance is first provisioned, Codespace generates admin credentials for the Coder dashboard:
- Username — the admin account name
- Email — the admin email address
- Password — the initial admin password
Each field has a copy button. The password is hidden by default — click the eye icon to reveal it.
Save these credentials somewhere safe. You’ll need them to sign in to Coder for the first time.
Activity tabs
Workspaces tab
Lists all workspaces running in this Coder instance. Each entry shows:
Events tab
A timeline of provisioning events. Each event shows:
- Timestamp and event type
- Status indicator (green = completed, red = failed, yellow = in progress)
- Expandable details with infrastructure change information
- Resource badges showing what was created (+), updated (~), or deleted (-)
Context-aware actions based on resource state:
| Action | When available |
|---|
| Open Coder Dashboard | Resource is running |
| Settings & Limits | Always |
| Upgrade Coder | New version available |
| Force Reprovision | Resource is running |
| Retry Provisioning | Provisioning failed |