Quick Start Guide
Deploy your first application on CloudNexus in under 5 minutes. This guide covers installation, authentication, and your first deployment.
Prerequisites
- A free CloudNexus account with an active API key
- Git installed and configured on your local machine
- Basic familiarity with command-line interfaces
- Node.js 18+ or Python 3.10+ (for example apps)
Settings â Security â API Keys. Keep it secure; it grants full access to your account.
Step 1: Install the CLI
The CloudNexus Command Line Interface (cnx-cli) is the fastest way to manage resources, deploy applications, and monitor infrastructure.
Step 2: Authenticate
Connect your local CLI to your CloudNexus account using your API key.
Step 3: Initialize & Configure
Create a new project directory and initialize a CloudNexus configuration file. This file defines your infrastructure, regions, and scaling rules.
This generates a cloudnexus.yaml file. Here's a minimal example:
Step 4: Deploy
Push your application to CloudNexus with a single command. The platform automatically builds, provisions infrastructure, and routes traffic.
Verify & Monitor
Check the health of your deployment and view real-time metrics:
cnx status- View instance status, region, and uptimecnx logs --follow- Stream application logs in real-timecnx monitor- Open the web dashboard for CPU, memory, and network metrics
Next Steps
You've successfully deployed your first application. Explore these resources to scale your infrastructure: