durindoor
v3.9.1
Published
DurinDoor CLI - Start and manage DurinDoor server
Downloads
2,992
Readme
DurinDoor CLI
The durindoor package installs and runs the DurinDoor self-hosted AI gateway.
Requirements
- Node.js
20.20.2 - npm
10.8.2
Install and start
npm install --global durindoor
durindoorThe dashboard opens at http://localhost:20128/dashboard. Create an API key, connect a provider, then configure clients with:
Base URL: http://localhost:20128/v1
API key: YOUR_DURINDOOR_API_KEY
Model: choose an ID returned by GET /v1/modelsUse npx durindoor for a one-time run without a global install.
Options
-p, --port <port> Port to run the server (default: 20128)
-H, --host <host> Host to bind (default: 0.0.0.0)
-n, --no-browser Do not open the browser automatically
-l, --log Show server logs
-t, --tray Run in system tray mode
--skip-update Skip the update check
-h, --help Show help
-v, --version Show versionRun durindoor --help for the installed version's authoritative option list.
Data
Native installations use these defaults when DATA_DIR is not set:
- macOS/Linux:
~/.9router - Windows:
%APPDATA%\9router
Docker deployments normally set DATA_DIR=/app/data and mount a persistent host directory or named volume there. See Data Management before moving, restoring, or deleting data.
Updating
npm update --global durindoorRead the changelog and upgrade guide, then back up DATA_DIR before updating.
