Your first server in 5 minutes

⏱ 5 min read đŸŸĸ Beginner Last updated: April 2026

This guide walks you through creating, launching, and connecting to your first BareMeta server. By the end you'll have a running Linux server accessible from your browser — no prior cloud experience required.

Before you start

You'll need:

â„šī¸  Not sure which server size to pick? Start with Starter (ÂŖ3.99/mo). You can always create a larger one later.

Launching your server

1
Sign in and go to Virtual Machines

After signing in, you'll land on the Virtual Machines page. Click the + New Instance button in the top right.

2
Choose what you're building

The wizard will ask what your server is for. Pick the option that best describes your use case — this helps set sensible defaults. Don't worry, you can use the server for anything regardless of what you pick here.

3
Pick a size

Choose how much CPU, RAM, and storage you need. For most personal projects and small websites, Starter or Small is plenty. You can see the exact specs (vCPUs, RAM, storage) under each option.

💡  Not sure? Pick Small (ÂŖ6.99/mo) — it handles most workloads comfortably and you can create a new larger server if you outgrow it.
4
Give it a name

Enter a name for your server — letters, numbers, and hyphens only. Something like my-website or dev-server-01 works well.

5
Agree to terms and launch

Tick the Terms of Service checkbox and click 🚀 Launch Server. Your server will be created and ready in about 60–90 seconds.

✅  You'll see your new server appear in the Virtual Machines list with a running status indicator once it's ready.

Connecting to your server

Once the server is running, click the SSH button on your server row. A terminal will open directly in your browser — no software to install.

You'll be logged in as the ubuntu user on Ubuntu servers. From here you can install software, configure your server, and get to work.

â„šī¸  Want to connect using a local terminal instead? See Connecting to your server for SSH key instructions.

Next steps