Deploy your first server

Go from sign-up to a running, protected server in under five minutes.

Tutorial1 min readUpdated 20 Sept 2026.md
On this page

Before you begin#

You need an Avenlith account and an SSH key. Every new account receives €20 of credit to test the platform.

1. Choose a region#

Pick the region closest to your users. Istanbul (IST1) and Moscow (MOW1) have the lowest latency for Türkiye and CIS; Frankfurt (FRA1) serves Western Europe.

2. Create the server#

In the console choose Servers → Create, or use the CLI:

Shell
avenlith server create \
  --name web-01 \
  --plan vps-pro \
  --region ist1 \
  --image ubuntu-26.04 \
  --ssh-key ~/.ssh/id_ed25519.pub

3. Connect#

The server is ready in about 40 seconds. Connect with the IP shown in the console:

Shell
ssh root@203.0.113.24

Next steps#

  • Attach a private network
  • Enable automated backups
  • Create an API token for automation

Was this page helpful?

Still need help?

Our engineers answer tickets 24/7 — average first response in 7 minutes.

Contact support