docs/content/en/reference/references/mesheryctl/system/start.md
Start Meshery
Start Meshery and each of its cloud native components.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system start [flags] </div> </pre>Start meshery
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system start </div> </pre>(optional) skip opening of MesheryUI in browser.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system start --skip-browser </div> </pre>(optional) skip checking for new updates available in Meshery.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system start --skip-update </div> </pre>Reset Meshery's configuration file to default settings.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system start --reset </div> </pre>Specify Platform to deploy Meshery to.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system start -p docker </div> </pre>Specify Provider to use.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system start --provider Meshery </div> </pre>Go back to [command reference index]({{< ref "reference/references/mesheryctl/_index.md" >}}), if you want to add content manually to the CLI documentation, please refer to the [instruction]({{< ref "project/contributing/contributing-cli.md#preserving-manually-added-documentation" >}}) for guidance.