# WHATPORT(9101)

## NAME

port 9101 — Bacula Director / JetDirect port 2 — Either a Bacula backup Director or the second raw-print port on a multi-port print server.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA registers 9101 to the Bacula Director, the daemon that schedules backup jobs and that bconsole and the Bareos fork's console connect to. The same port is also the second AppSocket/JetDirect print channel on multi-port HP print servers, so nmap labels it both ways. Which one you have is usually obvious from the host: a backup server or a printer.

## EXPOSURE

**Do not expose.** The Director is the control plane for every backup and restore in the estate; it authenticates with shared secrets from the config files and belongs on a management network, not the internet.

## CHECK

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

## SEE ALSO

- iana — [IANA port registry — 9101 (bacula-dir)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=9101) (iana.org)
- docs — [Bacula documentation](https://www.bacula.org/documentation/) (bacula.org)
- source — [bareos/bareos (Bareos, the widely packaged Bacula-derived backup suite)](https://github.com/bareos/bareos) (github.com)

---

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