WHATPORT(5173) whatport.net WHATPORT(5173)
5173

Vite dev server

Vite's default development server port.

TCP

Description

Vite picks 5173 for vite dev unless server.port says otherwise, and it walks upward (5174, 5175) when the port is taken. Anything built on Vite — modern React, Vue, Svelte and SvelteKit setups — lands here. It is unregistered with IANA, so a listener on 5173 is a frontend developer's machine or a container running a dev build.

Exposed to the internet?

Do not expose

A dev server with hot-module reload, source maps and no auth has no business on a public interface.

Check it yourself

$ curl -sI http://localhost:5173/

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.