# codex **Repository Path**: ygdxg/codex ## Basic Information - **Project Name**: codex - **Description**: codex连接工具网页控制内网穿透直接使用还原pr - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-28 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # codex-remote-control Browser-based remote control for local Codex sessions. ## 文档入口 - 中文使用手册: [docs/user-manual.zh-CN.md](docs/user-manual.zh-CN.md) ## Quick Start ```powershell cd E:\codex Copy-Item .env.example .env # edit .env and change REMOTE_PASSWORD powershell -ExecutionPolicy Bypass -File .\scripts\start.ps1 ``` Open `http://127.0.0.1:7000` (or the fallback port shown in server logs). ## NPM Scripts ```powershell npm run start # start service npm run dev # watch mode npm run smoke # smoke test against running service npm run verify # restart + log check + smoke ```