@op7418: I finally understand what the OpenAI official replied to me yesterday! Besides using ChatGPT for connection and remote control, Codex can also control another computer of yours. This way, you can directly control multiple computers on ChatGPT without having to switch devices — just switch projects.
Summary
OpenAI Codex adds a remote control feature, allowing you to connect and operate multiple computers via ChatGPT, and share context and files, greatly improving cross-device collaboration efficiency.
View Cached Full Text
Cached at: 05/16/26, 11:18 AM
I finally understand what the OpenAI staff replied to me yesterday!
Codex can not only connect via ChatGPT and control remotely, but also allow you to control another computer from within Codex.
This way, you can directly control multiple computers on ChatGPT without switching devices — just switch projects.
For example, Codex on my MacBook can read local files, and it can also directly read the context and files from my other Mac Mini.
Here’s how to do it:
- First, go to Settings → Connection and select Control other devices.
- In Control other devices, click the plus sign and choose another device that already has Codex installed.
- After selecting, you need to connect to a remote project under Select workspace in a new chat.
- Find the folder on the other remote device that you want to allow access to.
This way, you can see the projects running on the other device in Codex. When ChatGPT selects that device, it can also see the other device’s projects.
Their contexts are now shared. This is incredibly useful!
Vaibhav (VB) Srivastav (@reach_vb): yes! and you can set up other VMs etc via remote SSH as well!
Similar Articles
Work with Codex from anywhere
Codex, OpenAI's AI coding agent, is now available in the ChatGPT mobile app, enabling users to stay connected to active work, review outputs, approve commands, and start new tasks from their phone.
@Saccc_c: https://x.com/Saccc_c/status/2058057029810594206
The article provides a detailed introduction to OpenAI's AI Agent desktop application, Codex App, covering its core features (local file read/write, web search, software control, automation, etc.), installation steps, usage tips, and differences from ChatGPT, helping users get started quickly.
Windows Computer Use and mobile access for Codex
OpenAI's Codex for Windows now supports computer control and mobile access, allowing users to remotely operate applications and monitor tasks via the ChatGPT mobile app.
@wangray: Tested and Working: Quick Guide to Configure Codex to Retain ChatGPT Login While Using Third-Party Providers - Even Free Accounts Can Access Relay Stations and Remotely Control Desktop Codex via ChatGPT on Phone
A guide on configuring Codex to retain ChatGPT login while using third-party providers, allowing free accounts to access relay stations and remotely control desktop Codex via phone.
@vista8: This is pretty impressive. Codex has released a Python SDK. Installation command: pip install openai-codex. Integrate it into your own code, essentially embedding a top-tier coding and image generation Agent? Most importantly, you can reuse the Codex login state.
OpenAI has released the Python SDK for Codex, allowing developers to install it via pip and embed it into their own Python applications, reusing the Codex login state to enable coding and image generation functionalities.