My Devices
Manage and connect to active remote display sessions.
No Active Sessions Open
Select an active codespace and launch a new HTML5 session using the button above.
{{ s.codespaceDisplayName }}
Port: {{ (!s.port || s.port === 0) ? 'Allocating...' : s.port }}
Browser Sessions
View and manage open Google Chrome browser instances across all active display servers.
Loading open Chrome windows...
No active Google Chrome browser windows found.
{{ w.title || 'Google Chrome' }}
{{ w.url || 'about:blank' }}
Launching...
Closing...
Finished
Running
Note: {{ w.note }}
Host: {{ w.codespaceDisplayName }} • Port: {{ w.port }}
Codespace Registry
Create, import, and manage virtual system compute environments.
No Registered Codespaces
Add a new codespace by clicking the creation buttons above to populate the registry.
{{ c.display_name || c.name }}
{{ c.name }}
Repo: {{ c.repo || '-' }}
Ref: {{ c.ref || 'main' }}
Machine: {{ c.machine || '-' }}
Location: {{ c.location || '-' }}
CPU:
{{ codespaceRuntimes[c.name].cpu_usage }}
RAM:
{{ codespaceRuntimes[c.name].memory_usage }}
Disk:
{{ codespaceRuntimes[c.name].disk_usage }}
Uptime:
{{ codespaceRuntimes[c.name].uptime }}
Registry Visibility:
| Actions | {{ datasetTab === 'active' ? 'Created At' : 'Deleted At' }} | Host | Port | {{ col }} | |
|---|---|---|---|---|---|
| {{ new Date(datasetTab === 'active' ? item.created_at : item.deleted_at).toLocaleString() }} | {{ item.device_host || '' }} | {{ item.device_port || '' }} | {{ item[col] || '' }} |
Showing
{{ filteredDatasets.length === 0 ? 0 : (datasetPage - 1) * datasetPerPage + 1 }}
to
{{ Math.min(datasetPage * datasetPerPage, filteredDatasets.length) }}
of
{{ filteredDatasets.length }}
records
Per page:
Page {{ datasetPage }} of {{ totalDatasetPages }}