1
Add a Payment Method (Recommended)
Go to Billing > Payment Methods to add a Visa or Mastercard. You can also pay with a supported cryptocurrency during deployment.
2
Add an SSH Key for Linux
Go to Settings > SSH Keys and click Add SSH Key.If you don’t have one, generate it:Paste the contents of
~/.ssh/id_ed25519.pub into the form.3
Deploy a Server
Open the new server flow. After sign-in, the console opens Create Server.
- Choose a currently available location
- Select a tier and plan
- Pick an operating system (Linux images are available on every plan; Windows Server images require 2 or more vCPUs)
- Review the billing options shown in the console
- For Linux, select your SSH key
- Set a hostname
- Choose payment method
- Click Deploy
4
Connect
Once the server status is Running, connect to a Linux server via SSH:For Debian servers, use
debian@YOUR_SERVER_IP instead. For Windows Server, connect over RDP as Administrator. Find the IP address on your server’s detail page in the dashboard.