一台电脑上能同时登多个 codex 账号吗?不然每次切换 codex 账号都需要手机验证码

chenzw2 2026-08-24 10:55 1

如题,我有 3 个 codex 账号,每次一个账号 token 用完换账号时都换账号登录都需要手机验证码,每次都需要额外花钱接收验证码,有没有办法同时登着多个账号呢?

最新回复 (9)
  • codermz 08-24 11:05
    1
    搞个 cpa: https://github.com/router-for-me/CLIProxyAPI
    三个账号都登上,然后用 api ,省得切号了
  • chenzw2 楼主 08-24 11:23
    2
    @codermz 这种方式稳不稳,codex 使用代理分流好像容易封号。
  • codermz 08-24 11:30
    3
    @chenzw2 是的 有风险,
  • barantt01 08-24 11:33
    4
    买 3 台电脑, 秒了
  • ren7346 08-24 11:40
    5
    可以,用的 https://github.com/Loongphy/codex-auth
    自己在加个重启
    脚本
    # 交互选择账号,切换成功后自动重启 Codex App
    codex-app-switch() {
    codex-auth switch || return 1

    echo "正在重启 ChatGPT App ..."
    osascript -e 'quit app "ChatGPT"' 2>/dev/null
    sleep 4
    open -a "ChatGPT"

    echo "ChatGPT App 已重新打开。"
    }
  • yidev 08-24 11:42
    6
    直接把 token 备份了替换就可以切换登录, 用 cc stwich 切换也可以, 我用的就是
  • nebulabox 08-24 11:46
    7
    为什么我的 codex 手机验证一次就可以了,下次登录不会验证手机号
  • PromiseResolve 08-24 11:48
    8
    @chenzw2 tibo 自己都在教别人用 cpa 代理给 claude code subagent 用
  • aiopentool 08-24 15:20
    9
    小白 AI 工具箱插件。可以任意号切换,可以实时看每个号的额度恢复情况。https://www.aiopentool.com/downloads
* 帖子来源V2EX
返回