Skip to content

First run

Open http://your-server:3000 after the container is healthy.

After the first administrator login on a new installation, InfiniDysk opens the guided Setup Guide since 1.3.0. It configures import strategy, the recommended cache layer, rclone or STRM paths, content ingestion, scheduled backups, and Library Directory. You may skip it and use the manual Settings sequence below; Setup Guide remains available in the main navigation. Existing installations open on Overview after upgrading and can launch the guide there when wanted.

Headless ConfigItems vs first-run account

You can pre-seed Usenet, WebDAV, Arr, and other Settings values with NZBDAV_CONFIG__... before the first UI visit. The admin username/password for the web UI is still created here (or via your existing account) — that bootstrap is not* part of the ENV overlay. If you lose those credentials later, set RESET_ADMIN_PASSWORD=true, restart once, re-onboard, then remove the variable — see Troubleshooting → Locked out of the web UI. Warden sources and database restore actions are also separate domains.

1. Create the admin account

Set username and password for the web UI. Session cookies can be hardened later with SECURE_COOKIES=true behind HTTPS.

2. Usenet (SettingsUsenet)

Setting Guidance
Host / Port Provider NNTP endpoint (often 563 with SSL)
Username / Password Provider credentials
Provider Connection Limit At or below your account allowance
Transfer Connections Leave blank for legacy scheduling, or use Auto-tune to set it
Type Pool Connections for primary accounts
Use SSL On for remote providers
Storage group Optional — same label for resellers that share upstream storage

Click Test / Auto-tune when available. See Usenet settings. Skip this step when providers are already supplied via headless ENV.

3. WebDAV (SettingsWebDAV)

Setting Guidance
WebDAV User Dedicated username (default admin)
WebDAV Password Required for rclone, AIOStreams, and many players
Enforce Read-Only Leave on unless you need deletes from clients

See WebDAV settings.

4. Streaming (SettingsStreaming)

The defaults are a safe starting point. If playback is slow or stalls, tune connection allocation, timeouts, buffering, and the segment cache here. See Streaming settings.

5. Import strategy (SettingsSABnzbd)

Strategy Best for What to set
Symlinks — Plex Plex / real filesystem entries Rclone Mount Directory (e.g. /mnt/remote/nzbdav) + rclone sidecar
STRM Files — Emby/Jellyfin Emby/Jellyfin .strm playback Completed Downloads Dir + Base URL reachable by the media server

Copy the API Key from this page — *Arr download clients need it.

Queue concurrency and admission limits are under Settings → Queue.

6. Smoke test

  1. Upload a small .nzb on the Queue page (or send one from an indexer).
  2. Wait until it reaches history / mounts under Explore → content.
  3. Open or download a video file to confirm streaming.

Active Reads

Overview Active Reads lists any WebDAV byte fetch. Sustained bandwidth with nobody watching often means rclone VFS thrash or media-server analysis.

Next