WHATPORT(3301) whatport.net WHATPORT(3301)
3301

Tarantool

Tarantool's default binary (iproto) port — an in-memory database with a Lua application server attached.

TCP IANA registry

Description

IANA registers 3301 to Tarantool, and it is the default listen port for the server's binary iproto protocol, used by every client driver and by replication between instances. Tarantool is an in-memory data store that also runs arbitrary Lua stored procedures, so a connection here reaches both the data and a code-execution surface. Default configurations have historically allowed a guest user, which is why IANA's own entry flags known unauthorized use of the port.

Exposed to the internet?

Do not expose

A database that executes Lua for its clients must not be internet-facing: bind it to a private interface, disable guest access, and reach it over a VPN or SSH tunnel.

Check it yourself

$ nc -v TARGET 3301   # Tarantool answers with a 128-byte greeting

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.