Quick Start Guide

Get your Admin workspace up and running in under 5 minutes. Follow these steps to initialize your project and deploy your first instance.

Install CLI
Authenticate
3
Initialize
4
Deploy
1

Install the Admin CLI

Completed

First, install the Admin command-line interface globally on your system. This tool will help you manage projects, deployments, and configurations.
Node.js v18+ is required.

npm install -g @admin/cli
💡 Verify the installation by running admin --version in your terminal.
2

Authenticate & Connect

Completed

Log in to your Admin account via the CLI. This links your local development environment to your cloud workspace.

admin login

After authentication, select your target workspace or create a new one when prompted.

3

Initialize Project

In Progress

Create a new Admin project in your desired directory. The init command will scaffold a starter configuration and guide you through initial setup options.

admin init my-project && cd my-project
🛠️ During initialization, choose your preferred stack: Next.js, React, or Node.js API.
View Templates
4

Deploy to Production

Pending

Once your project is configured, deploy it to the Admin cloud with a single command. Your instance will be live globally within seconds.

admin deploy --prod

After deployment, you'll receive a unique URL to access your live dashboard. You can also configure custom domains in the settings panel.

Ready to build something amazing?

Once you've completed these steps, explore our documentation to learn about advanced features, API integrations, and customization options.