# WHATPORT(6566)

## NAME

port 6566 — SANE (saned) — SANE's network scanner daemon — remote access to a scanner, in cleartext.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA registered 6566 as sane-port, the SANE Control Port, in 2002. saned is the daemon from the SANE project that lets other machines drive a locally attached scanner over the network; a client connects, names a backend and device, and pulls image data back. Access control is by host list plus an optional user list, and the protocol itself is unencrypted. You see it on Linux print/scan servers and on multifunction-device host machines.

## EXPOSURE

**Do not expose.** Cleartext protocol with host-list access control and a long history of parsing bugs in the backends it fronts. Keep it on a trusted LAN segment, never on a public IP.

## CHECK

```sh
nc -vz TARGET 6566
```

## SEE ALSO

- iana — [IANA Service Name and Transport Protocol Port Number Registry — 6566 (sane-port)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=6566) (iana.org)
- docs — [SANE Project — backends source repository](https://gitlab.com/sane-project/backends) (gitlab.com)

---

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