{
  "port": 16001,
  "protocol": "tcp",
  "service": "FileMaker Server admin connector (fmsascon)",
  "oneLiner": "FileMaker Server's local-only Admin Console URL: http://localhost:16001/admin-console.",
  "whatItIs": "IANA registers 16001 as fmsascon, \"Administration Server Connector\", to FileMaker. Claris documents it as the way to open the Admin Console on the primary machine itself — http://localhost:16001/admin-console — and states plainly that port 16001 is only available on the local host, not from a remote machine. Remote administrators use the HTTPS console on the server's normal web port instead.",
  "exposure": {
    "verdict": "never",
    "note": "Documented as loopback-only. If 16001 answers from another host, either the binding was changed or something other than FileMaker Server is listening."
  },
  "checkCommand": "curl -sI --max-time 5 http://localhost:16001/admin-console",
  "links": [
    {
      "title": "Claris — Starting FileMaker Server Admin Console (localhost:16001)",
      "url": "https://help.claris.com/en/server-help/content/start-admin-console.html",
      "kind": "official-docs"
    },
    {
      "title": "IANA Service Name and Transport Protocol Port Number Registry — 16001 (fmsascon)",
      "url": "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=16001",
      "kind": "iana"
    }
  ]
}
