docs/content/en/reference/mesheryctl/system/login.md
Authenticate to a Meshery Server
Authenticate to the Local or a Remote Provider of a Meshery Server
The authentication mode is web-based browser flow
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system login [flags] </div> </pre>Login with the Meshery Provider of your choice: the Local Provider or a Remote Provider.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system login </div> </pre>Login with the Meshery Provider by specifying it via -p or --provider flag.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system login -p Meshery </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.