WHATPORT(6543) whatport.net WHATPORT(6543)
6543

Pyramid development server (IANA: lds-distrib)

The Pyramid/Waitress development server's default port, registered to IANA as lds_distrib.

TCP IANA registry

Description

IANA registers 6543 as lds-distrib, assigned to Jack Baker, but the occupant you will actually meet is a Python web app: a Pyramid project created from the standard cookiecutter ships development.ini with listen = localhost:6543, so pserve development.ini serves on 6543 through Waitress. That configuration also enables the pyramid_debugtoolbar, which exposes tracebacks and, historically, an interactive debugger console. Seeing it open means a developer's machine or a container that shipped its dev config into an environment it should not have.

Exposed to the internet?

Do not expose

A development server with the debug toolbar enabled leaks source, settings, and stack frames; the default config binds localhost for exactly this reason. Production uses a real WSGI deployment behind a reverse proxy, not 6543.

Check it yourself

$ curl -sI http://TARGET:6543/

See also

Seen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.

Get Beige Box →

also available as JSON · Markdown

Corrections or a missing port? Reply @rimrocksystems.