Skip to content

Settings and Configuration

Tanner edited this page Jul 9, 2026 · 1 revision

Settings & Configuration

In-app settings (Database tab → Settings)

Applied immediately, saved on the machine running the server:

Setting What it does
Journal folder Where Elite Dangerous writes its journal. Leave blank to auto-detect (recommended); paste a path to override — it validates as you type ("✓ 60 journal files") and takes effect without a restart.
Exclude surface stations Orbital stations only in routes/searches.
Exclude fleet carriers Keep carriers out of route and market results.
Contribute market data (EDDN) Publish markets you dock at back to the community feed. Anonymous.
Automatic updates Check for releases and offer one-click updates (packaged exe only).

Journal auto-detection

The app resolves the journal folder in this order:

  1. Settings → Journal folder (if set)
  2. ED_JOURNAL_DIR environment variable (if set)
  3. Auto-detect: the Windows Saved Games known folder (follows relocations) → the default path → Steam Proton prefixes on Linux

If the folder can't be found, a banner offers OPEN SETTINGS. If it simply doesn't exist yet (game never run), the app watches for it and bootstraps automatically the moment it appears.

Environment variables

For the rest — set before launching:

Env var Meaning Default
ET_PORT HTTP port 8666
ET_DATA_DIR Database folder data/ next to the app
ED_JOURNAL_DIR Journal folder override auto-detected; the in-app setting wins
ED_BINDINGS_DIR Key bindings folder override auto-detected (Windows / Proton)
ED_PLOT_KEY Autoplot hold-key override UI_Select bind, then Enter
ET_EDDN_UPLOAD Seed value for the EDDN toggle 1
ET_AUTO_UPDATE Seed value for the auto-update toggle 1

Security note

The web server has no authentication — anyone on your network can see your in-game location and credits. Fine on a home LAN; do not port-forward it to the internet.

Clone this wiki locally