# WHATPORT(5003)

## NAME

port 5003 — FileMaker Server — FileMaker's client-server data port — FileMaker Pro and Go talk to FileMaker Server here.

Protocol: TCP  
IANA registry

## DESCRIPTION

Claris registered 5003 as fmpro-internal for FileMaker's proprietary transport, and it is the port FileMaker Pro and FileMaker Go use to open hosted databases on FileMaker Server. Claris documents it as required through the firewall alongside 80 and 443, and it is not configurable. A listener on 5003 means a FileMaker Server is hosting solutions for clients somewhere.

## EXPOSURE

**Expose with care.** Claris's own deployment model puts this port in front of remote clients, so exposure is defensible — but only with a real TLS certificate installed on the server, strong account passwords, and the admin console (16000) kept off the public internet.

## CHECK

```sh
nc -vz TARGET 5003
```

## SEE ALSO

- docs — [Claris — Ports used by FileMaker Server](https://help.claris.com/en/server-installation-configuration-guide/content/ports-used-by-server.html) (help.claris.com)
- iana — [IANA port registry — 5003 (fmpro-internal)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=5003) (iana.org)

---

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