Skip to main content
1

Add a Payment Method (Recommended)

Go to Billing > Payment Methods. Add a credit/debit card (Stripe) or use cryptocurrency (Cryptomus). You can also complete payment during deployment.
2

Add an SSH Key

Go to Settings > SSH Keys and click Add SSH Key.If you don’t have one, generate it:
ssh-keygen -t ed25519
Paste the contents of ~/.ssh/id_ed25519.pub into the form.
3

Deploy a Server

Go to Virtual Machines and click Create Server.
  1. Choose a location
  2. Select a plan
  3. Pick an operating system
  4. Set billing cycle (monthly or yearly)
  5. Select your SSH key
  6. Set a hostname
  7. Choose payment method
  8. Click Deploy
The server will be ready in about 30–60 seconds.
4

Connect

Once the server status is Running, connect via SSH:
ssh ubuntu@YOUR_SERVER_IP
For Debian servers, use debian@YOUR_SERVER_IP instead. Find the IP address on your server’s detail page in the dashboard.