Your first server in 5 minutes
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:
- A BareMeta account â create one free
- A verified email address (check your inbox after signing up)
- A payment method (billing starts when your server is created)
Launching your server
After signing in, you'll land on the Virtual Machines page. Click the + New Instance button in the top right.
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, or click Custom build to dial in exact resources.
Pick an image from the catalogue â Ubuntu, Debian, Rocky Linux, AlmaLinux, Fedora, and selected marketplace images such as Docker, PostgreSQL, and k3s. Hardened Ubuntu images (CE / CIS / STIG) carry a small monthly premium.
Enter a name for your server â letters, numbers, and hyphens only. Something like my-website or dev-server-01 works well.
Tick the Terms of Service checkbox and click đ Launch Server. Provisioning usually completes in a couple of minutes, but image preparation, host load, and network setup can add time.
Connecting to your server
Once the server is running, click the SSH button on your server row. If the guest network and platform SSH terminal are available, a terminal will open directly in your browser.
The login username matches the OS you picked â ubuntu for Ubuntu, rocky for Rocky Linux, debian for Debian, and so on. Full list and how to connect from your local terminal: see Connecting to your server.
Next steps
- Secure your server â the first thing you should do after connecting
- Set up a web server â get Nginx running and host a website
- Install a database â MySQL or PostgreSQL setup guide
- Understand billing â how charges work and how to manage costs