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.
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.
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.
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. Your server will be created and ready in about 60â90 seconds.
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.
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