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
- Sign up at console.substrate.ai
- Verify your email address
- 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
- Navigate to Wallet page
- Click "Add Funds"
- Complete payment via Stripe
- 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
- Go to SSH Keys page
- Click "Add SSH Key"
- Enter a descriptive name
- 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:
- Click "Generate SSH Key"
- Enter a descriptive name
- Download both keys immediately
- 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
| Factor | Details |
|---|---|
| Latency | Choose regions closest to you for optimal performance |
| Availability | GPU types and quantities vary by region |
| Volumes | Storage 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