# WHATPORT(9103)

## NAME

port 9103 — Bacula Storage Daemon — Where Bacula/Bareos backup data actually lands: the storage daemon.

Protocol: TCP  
IANA registry

## DESCRIPTION

The Storage Daemon owns the tapes, disk volumes, and autochangers, and both the Director and the file daemons connect to it on 9103 to write and read backup volumes. It is the third of Bacula's three daemons, completing the 9101/9102/9103 set, and Bareos inherits the same layout. Some HP print servers also use 9103 as a further raw-print channel.

## EXPOSURE

**Do not expose.** Reaching the storage daemon means reaching the backup data itself; keep it inside the backup network and rely on Bacula's TLS options for any link that leaves a trusted segment.

## CHECK

```sh
nc -vz -w 3 TARGET 9103
```

## SEE ALSO

- iana — [IANA port registry — 9103 (bacula-sd)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=9103) (iana.org)
- docs — [Bacula documentation](https://www.bacula.org/documentation/) (bacula.org)
- source — [bareos/bareos](https://github.com/bareos/bareos) (github.com)

---

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