Skip to main content

Settings

The Web UI Settings page edits runtime configuration and manages related security state. Open Settings, choose a section, make the change, then select Save.

Configuration actions

ActionResult
ReloadReloads persisted configuration and discards unsaved edits.
ExportDownloads the current configuration with secrets kept encrypted.
ImportReplaces persisted settings with an imported Python, YAML, or JSON configuration after warning.
SaveValidates, persists, and activates all unsaved configuration edits.

Invalid configuration is rejected without replacing the active runtime. If an environment variable overrides a field, the stored value can save successfully while the environment value remains active.

Before importing

Export the current configuration first. Import replaces the configuration stored in the database and cannot be undone from the Web UI.

Secrets and direct actions

Stored credentials appear as [REDACTED]. Leave that value unchanged to preserve the secret, enter a new value to replace it, or clear it to remove it. Never include configuration exports, API tokens, cookies, passkeys, or announce URLs in public reports.

Most sections stage edits until Save. These sections behave differently:

  • Application Details is read-only.
  • API Tokens creates and revokes tokens immediately.
  • Tracker Auth imports, checks, and deletes auth state immediately.

Use Show advanced only when a section offers it. Advanced fields are active settings unless their reference page identifies a compatibility-only field.

Sections

SectionPurpose
MainMetadata access, browser history, icons, and scene detection.
Image HostingOrdered upload hosts, credentials, and conditional hosts.
MetadataDiscovery, tracker-data, image, and Blu-ray lookup policy.
ScreensScreenshot generation, upload concurrency, and tone mapping.
DescriptionShared description layout, headers, artwork, and signatures.
ArrSonarr and Radarr metadata enrichment.
Post UploadClient-injection delay and tracker upload concurrency.
TrackersEnabled trackers, defaults, credentials, and tracker options.
Torrent ClientsqBittorrent, qui proxy, watch-folder, linking, and path mapping.
Client HandlingDefault, search, and injection client selection.
Torrent SpecificReusable torrent piece preference and rehash scheduling.
Application DetailsBuild, platform, FFmpeg, and uptime diagnostics.
API TokensScoped bearer-token creation and revocation.
Tracker AuthEncrypted cookies, remote checks, relogin, and 2FA state.

After changing upload behavior or credentials, inspect every tracker preview and run Dry Run. Dry Run suppresses tracker submission but still attempts client injection by default; select Skip client injection when no torrent should be added. For CLI testing, combine --debug with --no-seed (-ns).

Logging configuration and the live viewer are on the separate Logging page.