--- sidebar_label: "start" sidebar_position: 3 --- import { Table } from "docs-ui" export const metadata = { title: `start Command - Medusa CLI Reference`, } # {metadata.title} Start the Medusa application in production. ```bash npx medusa start ``` ## Options Option Description Default `-H `, `--host ` Set host of the Medusa server. `localhost` `-p `, `--port ` Set port of the Medusa server. `9000`