Skip to main content

Getting Started

Complete these steps to set up your account and launch your first GPU instance.

Quick Start Checklist

  • Create account and verify email
  • Add funds to wallet (minimum €10)
  • Add or generate SSH key
  • Launch your first instance

Account Setup

  1. Sign up at console.substrate.ai
  2. Verify your email address
  3. Complete your profile

Note: An organization is automatically created upon first login. All resources and billing are organization-scoped.

Wallet Funding

Substrate AI Cloud uses a prepaid wallet system. Funds must be added before launching instances.

Important: The first hour is charged immediately upon instance launch. Insufficient balance causes instance suspension.

Add Funds

  1. Navigate to Wallet page
  2. Click "Add Funds"
  3. Complete payment via Stripe
  4. Funds appear instantly

Minimum deposit: €10

Your wallet balance and transaction history are displayed in the wallet dashboard.

SSH Keys

At least one SSH key is required for instance authentication.

Option 1: Upload Existing Key

  1. Go to SSH Keys page
  2. Click "Add SSH Key"
  3. Enter a descriptive name
  4. Paste your public key content

Locate your public key:

# Linux/macOS
cat ~/.ssh/id_rsa.pub
# Windows PowerShell
Get-Content ~\.ssh\id_rsa.pub

Option 2: Generate New Key

Let the platform generate a key pair:

  1. Click "Generate SSH Key"
  2. Enter a descriptive name
  3. Download both keys immediately
  4. Store the private key securely

Warning: The private key is shown only once. Loss requires generating a new key pair.

Set proper permissions (Linux/macOS):

chmod 600 /path/to/private_key.pem

Supported Key Types

  • ssh-rsa
  • ssh-ed25519
  • ssh-dss
  • ecdsa-sha2-nistp256/384/521

Regions

Instances are deployed in specific geographic regions.

Key Considerations

FactorDetails
LatencyChoose regions closest to you for optimal performance
AvailabilityGPU types and quantities vary by region
VolumesStorage volumes must be in the same region as instance

Available regions: Stockholm, Helsinki, Oslo, Singapore, US East, US West

Note: Region cannot be changed after selecting a GPU configuration.

Next Steps

Verify you have completed:

  • Funded wallet (minimum 1 hour of instance cost)
  • At least one SSH key added
  • Understanding of hourly billing model

Continue to Launching Instances