Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ndycode/codex-multi-auth/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before installing Codex Multi-Auth, ensure you have:- Node.js 18+ - Check your version with
node --version - Active ChatGPT plan - With access to the models you intend to use
- Official Codex CLI - The
@openai/codexpackage (installed in the next step)
Standard installation
Migrate from legacy package
If you previously installed the scoped prerelease package@ndycode/codex-multi-auth, follow these steps:
Install the new package
Install the current
codex-multi-auth package:Your existing account data and settings will be preserved automatically. The migration is seamless.
Verification checklist
After installation, verify your setup with these commands:Troubleshooting installation
Command not found
If you see “command not found” errors after installation:-
Check your global npm path
Ensure this directory is in your
PATHenvironment variable. -
Try alternative command formats
-
Find the Codex binary location
Permission errors
If you encounter EACCES permission errors on Unix/macOS:OAuth callback port conflict
The OAuth flow uses port1455 by default. If you see port binding errors:
-
Find and stop the process using port
1455: - Retry the installation or login flow
Next steps
Quickstart
Add your first account and run health checks
Configuration
Customize settings and environment variables