Quickstart Guide
Deploy your first cloud instance in under 5 minutes. Learn how to authenticate, configure your environment, and launch a production-ready server.
1. Installation
The CloudNexus CLI is the primary tool for managing your infrastructure. Install it via npm, pip, or download a native binary.
Ensure you have Node.js 18+, Python 3.9+, or a compatible shell environment. Docker is required for local preview environments.
2. Configure Environment
Authenticate your CLI by running the setup command. This will open a browser window for OAuth2 authorization and securely store your credentials.
Configure your default region and project:
3. Deploy Your First Instance
Create a new compute instance with our declarative YAML configuration:
Your instance is now live and accessible. Monitor resource utilization in the dashboard or via cnx monitor watch.
4. Regional Availability
CloudNexus operates across 50+ global regions. Select the closest region to your target audience for optimal latency.
| Region | Code | AZs | Latency (Avg) |
|---|---|---|---|
| US East (Virginia) | us-east-1 |
3 | 12ms |
| EU West (Ireland) | eu-west-1 |
3 | 18ms |
| Asia Pacific (Tokyo) | ap-northeast-1 |
2 | 24ms |
| South America (SÃŖo Paulo) | sa-east-1 |
2 | 32ms |
For GDPR and HIPAA workloads, ensure all instances and storage buckets are provisioned within EU or US regions respectively. Cross-region replication requires explicit enablement.
Next Steps
- Configure Auto-Scaling Policies
- Set Up Monitoring & Alerting
- Integrate with CI/CD Pipelines
- Explore the REST API Reference