Skip to main content

Ports and volumes

Ports

PortService
9000Web UI + REST API; MCP also at /mcp on this port
22OpenSSH (compose often publishes 2222:22)
MCP standaloneMCP_PORT (example 9100) when enabled
5901–5999TigerVNC RFB range (per-user)
6080–6179noVNC / websockify; UI often via /novnc on 9000
3389Optional xrdp after RDP setup
8010 / 8011Exposed in sample k8s.yaml
8443Default Softwares “VS Code Server” script port (CODESERVER_PORT)
Dynamiccws cs start picks a free localhost port; proxied at /codeserver/:uuid

Volumes / mounts

MountPurpose
/configPersistent app state (DB, machine id, SSL, VNC). Keep across recreate.
/var/lib/dockerNested Docker Engine data (named volume recommended)
/workspaceOptional workspace bind (K8s HostPath example)
/root/.sshOptional SSH keys (K8s HostPath example)