CrownPanel CLI App
Getting Started
Download CrownPanel-CLI
The latest release of CrownPanel CLI for Linux and Windows is available on our GitHub Releases page:
https://github.com/CrownCloud-Net/CrownPanel-CLI/releases
You may also build the CLI from source directly from the GitHub repository.
API Key
An API key can be generated or regenerated at any time from the Account Settings section in CrownPanel.
To access it:
- Click on
Hey, <username>in the CrownPanel navigation bar. - Select Account Settings from the dropdown menu.
- Generate or copy your API key.
Configure the API Key
After obtaining your API key:
- Open the file named
.crownpanelin your preferred text editor. - Replace
YOUR-API-KEYwith your actual API key. - Save the file.
The CLI is now ready to authenticate and interact with CrownPanel.

