The resource dashboard shows everything about a specific resource. Access it by clicking a resource card on the organization dashboard or expanding a resource in the sidebar.
Layout
The resource detail page uses a two-column layout.
Left column
Instance details
| Field | Description |
|---|
| Type | Coder or Codewire Relay |
| Domain | Your resource URL (subdomain.codewire.sh) |
| Coder version | Currently deployed version (Coder resources) |
| Slug | Resource identifier |
| Created | When the resource was created |
| Last updated | Most recent status change |
| Health status | Current health check result |
| Retry count | Number of provision retries (if any) |
Provision timeline
A visual timeline showing each provisioning step and its status. More detailed than the Events tab — shows progress inline on the detail page.
Provisioning errors
If provisioning failed, error details are displayed inline with the timeline.
Workspaces table
Lists all workspaces in this resource with name, owner, and status. Click a workspace to open its detail page.
Right column
Admin credentials (Coder resources, owner only)
When your Coder instance is provisioned, Codewire generates admin credentials:
- Username — the admin account name
- Email — the admin email address
- Password — the initial admin password (hidden by default, click to reveal)
Each field has a copy button.
Save these credentials somewhere safe. You’ll need them to sign in to Coder for the first time.
Relay connection details (Codewire Relay, owner only)
For relay resources, the right column shows:
- Relay URL — the address your agents connect to (show/hide + copy)
- Auth token — authentication token (show/hide + copy)
- Quick setup —
cw setup <url> command shown for easy CLI connection
Usage summary
Resource usage with progress bars:
- CPU hours — compute time consumed vs allocation
- Memory hours — memory usage vs allocation
- Disk hours — storage usage vs allocation
Quick actions
Context-aware actions based on resource state and your role:
| Action | When available | Role required |
|---|
| Open Coder | Resource is running | Any |
| Restart | Resource is running | Owner or admin |
| Sync Configuration | Always | Owner or admin |
| Upgrade | New Coder version available | Owner or admin |
| Retry | Provisioning failed | Owner or admin |
| Force Reprovision | Resource is running | Owner or admin |
| Delete | Always | Owner only |