Logo
Reference

Settings, Storage, and Troubleshooting

Window settings, storage paths, Discord settings, task state, runtime issues, and common fixes.

The Settings page exposes local app behavior and storage paths.

Settings

Window Settings

SettingMeaning
Always on topKeep the app above other windows.
Content protectionAsk the desktop shell to protect window content.
Disable resizeKeep the app window fixed.
Start stateChoose normal, maximised, fullscreen, or minimised startup behavior.

Storage Paths

Settings shows paths for:

  • base app data directory
  • settings file
  • task history file
  • core notifications file
  • chain definitions and policies
  • chain runtimes
  • rotation definitions and policies
  • rotation runtimes
  • proxy pools directory and index
  • task profiles directory
  • task runs directory
  • WebView user data path

Discord Webhook

The webhook URL must:

  • be a valid URL
  • use HTTPS
  • have a host containing discord

If files are included, ZeroTrace Proxy sends a multipart webhook payload.

Export and Discord Limits

ItemLimit or behavior
Discord usernameDefaults to ZeroTrace.
ContentTruncated to 1900 characters.
EmbedsUp to 10.
Embed title256 characters.
Embed description4096 characters.
Embed fields25 fields.
Embed field name/value256 characters for names, 1024 characters for values.
FilesUp to 10 files.
File contentTruncated at 7 MiB with a [truncated] marker.
Text exports.txt proxy list saving through the Files service.
Export namesTask name is slugified into the export filename.

Startup and Task State Details

DetailMeaning
Queued tasksEach core task type runs up to two active tasks.
Scheduled tasksWait until their parsed local due timestamp.
Restarted appRunning, queued, and scheduled snapshots normalize to stopped so stale work does not look active.
Queue orderOldest queued tasks start first when slots open.
Progress snapshotsTask progress persists during runs.

Common Issues

IssueFix
Task stays queuedAnother run of the same tool may be active. Each task type has a two-run active limit.
Scheduled task did not start yetConfirm the scheduled time and local clock.
Extractor returns zero proxiesTry a specific parser profile, HTML selector, or JSON path.
Checker marks many proxies deadIncrease timeout, verify expected status codes, and test with a smaller sample.
Benchmark looks unstableReduce concurrency, increase rounds only after source quality improves.
Leak test cannot classifyConfirm the target returns inspectable JSON with headers and origin.
Runtime bound a different portRequested port was in use; copy the bound endpoint from the runtime snapshot.
Rotation has no available proxiesCheck cooling/quarantine counts, source pool quality, and health errors.
Discord export failsRecheck webhook URL, network access, and payload size.

Safe Support Bundle

When asking for help, share:

  • tool name
  • sanitized task name
  • result status counts
  • relevant error message
  • sanitized proxy format example
  • screenshot with webhook URLs and proxy credentials hidden

Do not share:

  • Discord webhook URLs
  • real proxy credentials
  • private source URLs
  • app data folders

If a screenshot contains a webhook URL or proxy credentials, retake it with those values hidden.

On this page