docs/content/en/reference/mesheryctl/system/dashboard.md
Open the Meshery dashboard in browser.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system dashboard [flags] </div> </pre>Open the Meshery dashboard in browser
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system dashboard </div> </pre>Open the Meshery dashboard in browser and use port-forwarding (if default port is taken already)
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system dashboard --port-forward </div> </pre>Open the Meshery dashboard in browser and use port-forwarding, listen on port 9081 locally, forwarding traffic to meshery server in the pod
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system dashboard --port-forward -p 9081 </div> </pre>(optional) skip opening of the Meshery dashboard in browser.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system dashboard --skip-browser </div> </pre> <pre class='codeblock-pre'> <div class='codeblock'> Note: Meshery's web-based user interface is embedded in Meshery Server and is available as soon as Meshery starts. The location and port where the Meshery dashboard is exposed varies depending upon your mode of deployment. See accessing the Meshery dashboard for additional deployment-specific options: https://docs.meshery.io/installation/accessing-meshery-ui. </div> </pre>Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.