codex - 💡(How to fix) Fix Need to update the docs at https://developers.openai.com/codex/remote-connections [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#19301Fetched 2026-04-24 10:38:58
View on GitHub
Comments
1
Participants
2
Timeline
7
Reactions
0
Author
Timeline (top)
labeled ×3closed ×1commented ×1mentioned ×1

Code Example

> [features]
> remote_control = true
>
RAW_BUFFERClick to expand / collapse

I can't see UI under Settings > Connections <img alt="Image" width="644" height="897" src="https://private-user-images.githubusercontent.com/37021767/583072098-a1f479bc-6b03-4b29-b061-d7d0ce4e8898.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzcwMDA0MTEsIm5iZiI6MTc3NzAwMDExMSwicGF0aCI6Ii8zNzAyMTc2Ny81ODMwNzIwOTgtYTFmNDc5YmMtNmIwMy00YjI5LWIwNjEtZDdkMGNlNGU4ODk4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNDI0VDAzMDgzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY5M2Y3YjY4ODYzYjhlZWFmMGUyODZhYzRmNWVkM2I5MjgzMzE4YTgzMzNiMmIxOWU4YjE0NWJiYWJlYjE1ZDQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.qyfW1ClhDZ2UhWmDEHTNhNSs18HUuZhjN3zTvEKoMMQ">

You can enable it in ~/.codex/config.toml

[features]
remote_control = true

Doesn't work though. config.toml has been setup with remote_control = true. And it still doesn't show anything in Desktop App. I'm on Windows by the way. But my mac doesn't work either.

For anyone who is in the similar position, here is the work around: It should be remote_connections not remote_control at your local PC toml. (confirmed for mac & windows, at latest version of codex app)

[features] remote_connections = true

Originally posted by @aysuio in #10450

extent analysis

TL;DR

Enable the remote_connections feature in the config.toml file to resolve the issue.

Guidance

  • The issue is likely caused by a misconfigured feature flag in the config.toml file.
  • To fix the issue, update the config.toml file to include the correct feature flag: remote_connections = true.
  • Verify that the config.toml file is correctly formatted and located in the ~/.codex/ directory.
  • If issues persist, ensure that the latest version of the Codex app is being used.

Example

[features]
remote_connections = true

Notes

The provided workaround has been confirmed to work on both Mac and Windows platforms, and is applicable to the latest version of the Codex app.

Recommendation

Apply the workaround by updating the config.toml file with the correct feature flag, as it has been confirmed to resolve the issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING