Benefits⚡ Free Zero-Downtime Migration • 99.99% Uptime Guarantee • Free Auto-SSL & 24/7 WhatsApp Support!
DEVELOPER DOCUMENTATION & QUICKSTART GUIDES

CloudGUI Developer Documentation

Step-by-step technical guides, copy-pasteable terminal commands, and API references for deploying on AWS Mumbai infrastructure.

Documentation Topics (5)
Getting Started

60-Second Server Quickstart

Launch an enterprise AWS EC2 Graviton3 instance in Mumbai (ap-south-1) with Ubuntu 22.04 LTS.

Bash / Local Terminal SSH Connection
# 1. Set read-only permissions for your private key
chmod 400 cloudgui-mumbai-key.pem

# 2. Connect to your instance using your public IP
ssh -i cloudgui-mumbai-key.pem ubuntu@YOUR_SERVER_IP

# 3. Update packages and verify Graviton3 ARM architecture
sudo apt update && sudo apt upgrade -y
uname -m # Returns: aarch64
Technical Highlights & Notes
  • Pre-hardened with UFW firewall enabled by default.
  • Includes AWS CLI v2 pre-installed and authenticated.
  • Sovereign Indian IP allocated in AWS Mumbai (ap-south-1).