Support multiple remote Codex machines/runtimes in one client #27941
johnnykor82
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Support multiple remote Codex machines/runtimes in one client
Summary
Codex already has remote-control concepts: the mobile ChatGPT app can supervise Codex running on a computer, and the CLI exposes app-server/remote primitives such as
codex app-server,codex remote-control, andcodex --remote.However, the current product experience appears to be tied to a single connected computer/runtime. I would like Codex clients, especially the mobile and Desktop clients, to support multiple connected local machines/runtimes at the same time.
Problem
I work across multiple physical machines/servers. For example:
Today, the ChatGPT mobile app can remotely control Codex on one computer, but I cannot use one app as a unified control plane for multiple connected computers. I still need to switch computers, open remote desktop, or manage separate local sessions manually.
This is a limitation because Codex agents are most useful when they run close to the real local environment: local repositories, databases, credentials, running services, hardware, and project-specific tools.
Requested feature
Add multi-machine / multi-runtime support to Codex remote control clients.
The client should expose a machine/runtime switcher, for example:
MacBook ProWork MacHome serverCloud dev boxFor each machine, show:
Expected behavior
A user should be able to:
Why this matters
Many serious Codex users work across several machines. Each machine has different repos, local services, secrets, hardware, and network access. Remote-control support is already useful, but binding the client to one computer makes it incomplete.
Multi-machine support would make Codex a real orchestration layer for local agents, not just a remote viewer for one computer.
This would also reduce the need for unsafe third-party “remote Codex UI” tools. There have already been reports of malicious packages masquerading as Codex remote/web UI tools and stealing authentication tokens. A first-party multi-machine remote control UX would be much safer.
Security requirements
This feature needs explicit, conservative UX:
Related existing capabilities
Codex CLI already exposes related primitives:
codex app-servercodex remote-controlcodex --remote <ADDR>The requested feature is to expose this multi-runtime model in first-party mobile/Desktop clients with a safe UX.
Beta Was this translation helpful? Give feedback.
All reactions