Install and run
Start the dashboard
Run This opens your browser at
claudeye from any directory:http://localhost:8020 and reads sessions from ~/.claude/projects by default.Keep sessions longer
Claude Code deletes sessions older than 30 days by default. To keep more history visible in Claudeye, add this to~/.claude/settings.json:
~/.claude/settings.json
Common options
| Flag | What it does | Default |
|---|---|---|
--projects-path <path> | Path to your Claude projects directory | ~/.claude/projects |
--port <number> | Port to bind | 8020 |
--host <address> | Use 0.0.0.0 to allow LAN access | localhost |
--evals <path> | Load a custom evals file | none |
--auth-user <user:pass> | Add an auth user (repeatable) | none |
--cache-clear | Clear all cached results and exit | none |
--no-open | Don’t auto-open the browser | none |
--queue-interval <secs> | Background scan interval in seconds | disabled |

