Quick start
This tutorial starts the embedded Web UI and takes one release through a non-submitting review.
Prerequisites
Have these ready:
- an installed upbrr binary or running container;
- FFmpeg available to the upbrr process for screenshot generation;
- a release path that upbrr can read;
- the credentials required by your trackers and image hosts;
- optional torrent-client details for search and injection.
Most tracker workflows also need a TMDB API key. Requirements vary by tracker.
1. Start upbrr
From a Windows PowerShell terminal beside the extracted binary:
.\upbrr.exe serve
upbrr listens on localhost:7480 by default and opens a browser. If it does not open automatically, visit http://localhost:7480.
For Linux or macOS, run the equivalent executable:
./upbrr serve
2. Secure browser access
The first-run screen creates the administrator account. Choose a unique password.
Then set one or more browse roots. These roots limit which host folders the browser can select. Use the narrowest folders containing your releases, such as D:\Media and E:\Downloads. Unrestricted host browsing is available but broadens access.
Complete first-run setup before exposing port 7480 to other systems. Anyone who can reach an unconfigured instance can reach the setup screen.
3. Configure integrations
Open Settings and configure only the services you use:
- add the metadata credentials required by your trackers;
- choose default trackers and configure their credentials;
- configure at least one permitted image host;
- configure screenshot behavior;
- optionally configure torrent-client search and injection;
- save settings;
- test tracker authentication where the tracker exposes that action.
See Configuration for storage, import, export, and setting groups.
4. Prepare a release
- Open Input.
- Select
D:\releases\Example.Release.2026.1080p-GRPor enter its path. - Select the intended trackers.
- fetch metadata;
- review the parsed media fields and generated release name;
- continue through duplicate checks, screenshots, image uploads, and descriptions;
- use Dry Run or payload preview on the upload stage;
- do not submit until every tracker view matches its current rules.
5. Try the CLI safety path
The equivalent non-submitting CLI run is:
.\upbrr.exe --debug --no-seed "D:\releases\Example.Release.2026.1080p-GRP"
--debug suppresses tracker submission. --no-seed also prevents torrent-client injection.
Expected result
You should have reviewed metadata, duplicate evidence, images, descriptions, and tracker payload previews without submitting an upload or injecting a torrent.
Next, learn the upload workflow and the required manual checks.