# WHATPORT(5054)

## NAME

port 5054 — RLM web administration — The Reprise License Manager admin web server — license administration for CAD, EDA and VFX tools.

Protocol: TCP  
IANA registry

## DESCRIPTION

Reprise Software registered 5054 as rlm-admin, and the rlm daemon starts its embedded web server on that port automatically (override with `-ws NNNNN`). The license server itself answers on 5053, while 5054 is the browser interface used to view checkouts, edit the license file, reread licenses, and shut the server down. Since RLM v16.0 that interface is HTTPS by default with a self-signed certificate.

## EXPOSURE

**Do not expose.** It is an administrative plane that can stop the license server and rewrite its configuration, and installs commonly keep the shipped default credentials. Bind it to the internal network only.

## CHECK

```sh
curl -sk -o /dev/null -w '%{http_code}\n' https://TARGET:5054/
```

## SEE ALSO

- docs — [Reprise docs — The RLM Web Server](https://docs.reprisesoftware.com/docs/admin/rlm-web-server.html) (docs.reprisesoftware.com)
- iana — [IANA port registry — 5054 (rlm-admin)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=5054) (iana.org)

---

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