Account Setup
Create an account
- Go to yourplatform.com/signup
- Enter your email and choose a password
- Verify your email via the confirmation link
- Complete your profile (name, organisation)
Add a payment method
A payment method is required before creating any resources.
- Navigate to Billing → Payment Methods
- Click Add Card and enter your details
- Click Save
info
We support Visa, Mastercard, and American Express. Invoices are generated monthly.
Set up SSH keys
SSH keys are used to securely access your virtual machines.
- Go to Settings → SSH Keys → Add SSH Key
- Paste your public key (e.g. contents of
~/.ssh/id_rsa.pub) - Give it a label and save
Generate a key if you don't have one:
ssh-keygen -t ed25519 -C "your@email.com"
Create a project
Projects organise your resources (VMs, databases, deployments, etc.).
- From the dashboard, click New Project
- Enter a name and optional description
- Click Create