# WHATPORT(16000)

## NAME

port 16000 — FileMaker Server admin (fmsas) — Registered to FileMaker as its Administration Server access port.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA lists 16000 as fmsas, "Administration Server Access", registered by FileMaker (now Claris), which pairs it with 16001 (fmsascon) and the 16020/16021 Java Web Publishing ports. Historically the FileMaker Server Admin Console was reached at https://host:16000; current versions front the console on 443 and keep 16001 for local access. Because the number is convenient and unpoliced, other software squats it too, so confirm what answers before assuming FileMaker.

## EXPOSURE

**Do not expose.** An administration plane for a database server. If it is really FileMaker's admin service, it belongs on a management network, not on a public IP.

## CHECK

```sh
curl -skI --max-time 5 https://TARGET:16000/
```

## SEE ALSO

- iana — [IANA Service Name and Transport Protocol Port Number Registry — 16000 (fmsas)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=16000) (iana.org)
- docs — [Claris — Starting FileMaker Server Admin Console](https://help.claris.com/en/server-help/content/start-admin-console.html) (help.claris.com)

---

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