Common issues and solutions.
"Command not found: sadclaw"
Cause: CLI not installed or not in PATH.
Solution:
# Use npx instead
npx sadclaw
# Or install globally
npm install -g sadclaw
"No wallet found"
Cause: Wallet not initialized.
Solution:
"Insufficient SOL for transaction"
Cause: Need SOL for Solana transaction fees.
Solution:
Send at least 0.01 SOL to your wallet address:
"Insufficient USDC"
Cause: Not enough USDC to purchase VM.
Solution:
Check your balance: npx sadclaw balance
Fund your wallet with USDC on Solana
"Transaction failed"
Cause: Network congestion or RPC issues.
Solution:
Wait a few seconds and retry
Try a different RPC endpoint:
"VM not provisioning"
Cause: Backend provisioning delay.
Solution:
Wait up to 5 minutes - provisioning can take time
Check status: npx sadclaw list
If stuck in "provisioning" for >10 minutes, contact support
"Can't SSH into VM"
Cause: Various connection issues.
Solutions:
Verify VM is active: npx sadclaw list
Check your network/firewall allows outbound SSH (port 22)
Get credentials manually and test:
Cause: Duration ended.
Solution:
The VM has been terminated. You need to purchase a new one:
Tip: Set up monitoring to extend VMs before expiration.
"Permission denied (publickey)"
Cause: SSH key mismatch.
Solution:
Use the CLI to connect (it handles keys automatically):
Or retrieve fresh credentials:
Cause: Can't connect to API server.
Solution:
Check your internet connection
Verify API URL is correct:
"Invalid signature"
Cause: Wallet signature verification failed.
Solution:
Ensure you're using the correct keypair:
"NFT not found"
Cause: Invalid NFT mint address or not owned by wallet.
Solution:
Verify the NFT mint address is correct
Check you're using the wallet that owns the NFT
List your VMs to get correct mint addresses:
"RPC rate limited"
Cause: Too many requests to public RPC.
Solution:
Use a dedicated RPC provider:
"Transaction timeout"
Cause: Solana network congestion.
Solution:
Try during off-peak hours
Increase priority fee (if supported)