# WHATPORT(7878)

## NAME

port 7878 — Radarr — Radarr's web UI — the movie half of a home media automation stack.

Protocol: TCP  
IANA registry

## DESCRIPTION

Radarr, the movie collection manager for Usenet and BitTorrent, defaults its web server to port 7878 (its configuration provider falls back to 7878 when no port is set), which places it beside its siblings Sonarr on 8989 and Prowlarr on 9696. IANA's registration for 7878 is owms, Stonebranch's Opswise Message Service, but on a home server or NAS the overwhelmingly likely occupant is Radarr. The UI is plain HTTP unless the operator configures TLS, and the same port serves the REST API used by the rest of the stack.

## EXPOSURE

**Do not expose.** The web UI is a full admin plane — it drives downloaders and writes to the filesystem — guarded by a single API key over cleartext HTTP by default. Reach it through a VPN or an authenticating reverse proxy, never directly from the internet.

## CHECK

```sh
curl -sI http://127.0.0.1:7878/
```

## SEE ALSO

- source — [Radarr — source repository (default port 7878 in ConfigFileProvider)](https://github.com/Radarr/Radarr) (github.com)
- iana — [IANA port registry — 7878 (owms)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=7878) (iana.org)

---

HTML: <https://whatport.net/7878/> · JSON: <https://whatport.net/7878.json> · full dataset: <https://whatport.net/ports.json>
