My Devices

Manage and connect to active remote display sessions.

Start New Session

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 }}

Connect

Browser Sessions

View and manage open Google Chrome browser instances across all active display servers.

Launch Chrome Window

Script Parameters

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.

Import Existing GitHub Codespace

{{ importError }}

Create New Codespace

No Registered Codespaces

Add a new codespace by clicking the creation buttons above to populate the registry.

{{ c.display_name || c.name }}

{{ c.name }}

{{ getTransitioningState(c) || c.state }}
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] || '' }}
No {{ datasetTab }} dataset records found.
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 }}

Add New Dataset Record

Fields A - H