A web UI for the FRP.
- Copy
.env.exampleto.env.localand adjust ports or bridge settings if needed. - Create
.frp-web/configand.frp-web/datadirectories (e.g.,mkdir -p .frp-web/{config,data}on Unix orNew-Item -ItemType Directory -Force .frp-web\configin PowerShell) so the bridge has a local workspace (already ignored by git). - Start the dev server with
pnpm dev; the backend bridge automatically uses.frp-webunlessFRP_BRIDGE_WORKDIRis set.
The Docker runtime can keep using its own /config and /data mounts by providing FRP_BRIDGE_WORKDIR explicitly, without touching .frp-web.