Installation Guide

Quick start guide
From purchase to first login

User guide: get your VPS online in minutes

This page covers the classic steps: purchase, receive login details, connect securely, and complete the first setup. If you get stuck, our support team can help you validate your configuration.

Step-by-stepNo technical fluff
Secure defaultsSSH-first approach
Best practicesUpdates + firewall
Support availableChat, email, phone
Before you start
You’ll need: your email inbox, a computer, and an SSH client (Terminal / PowerShell / PuTTY).
Email access
SSH client
10 minutes

Classic setup steps

Follow these steps in order. Most users are ready within the first few minutes.

1) Purchase your plan

Choose a plan and complete checkout. Use a real email address — it’s where we deliver access details.

2) Receive delivery email

You’ll receive your VPS information: IP address, username, temporary password (or SSH key instructions).

3) First login (SSH)

Connect using SSH, then change the default password immediately and apply basic security steps.

4) Update & secure

Run system updates, configure firewall rules, and set up a new user (recommended) for daily access.

5) Install your stack

Install what you need: web server, database, Docker, monitoring, or any tools for your workload.

6) Verify & go live

Test connectivity, confirm resource usage, and deploy your project. Add backups if needed.

Tip
If you don’t see the delivery email, check Spam/Promotions and search for “MyAlpha VPS”.

After purchase: what you receive

Your delivery email typically includes the following information.

Delivery email content

  • Server IP address
  • Username (often root for first login)
  • Temporary password (or SSH key instructions)
  • Region / location details
  • Basic login instructions
  • Support contact link

Recommended tools

  • Windows: PowerShell (built-in) or PuTTY
  • macOS: Terminal
  • Linux: Terminal
  • Optional: File transfer via SFTP (WinSCP / FileZilla)
SSH
SFTP
Secure

Connect to your VPS (SSH)

Use the IP address and credentials from your delivery email.

Windows (PowerShell)

Replace SERVER_IP with your IP.

ssh root@SERVER_IP

Enter the temporary password when prompted.

macOS / Linux (Terminal)

Same command works on most systems.

ssh root@SERVER_IP

If you use an SSH key, you’ll be told how to add it.

Security note
At first login, change the password immediately and keep it private.

First setup checklist (recommended)

These are common best-practice steps after your first login.

Do this first

  • Change the default password
  • Run system updates
  • Create a new user for daily use
  • Enable firewall (allow SSH)
  • Store credentials safely

Optional (but smart)

  • Enable automatic security updates
  • Set up backups (weekly/daily)
  • Install monitoring (uptime + resource usage)
  • Harden SSH (keys-only, disable root login)
  • Document what you installed (for future maintenance)
Update
Firewall
Backups

Installing your VPS workload

Pick the path that matches your use case.

Web hosting

Install a web server, configure your domain DNS, and secure with SSL. Ideal for websites and landing pages.

Docker apps

Install Docker and run your services in containers. Clean upgrades and easy rollbacks.

Backend / API

Deploy your API stack, add a reverse proxy, and monitor CPU/RAM usage for stability under load.

Want a managed setup?
Tell us your stack and we can guide you (or review your config) to avoid downtime.

FAQ

I purchased, but I didn’t receive the email. What should I do?

Check Spam/Promotions first. If you still can’t find it, contact support with your checkout email and approximate purchase time.

Do you provide a control panel?

Some plans can include a control panel option. If you need one, contact support and we’ll recommend the best approach for your use case.

Can you help me install my software?

Yes — we can guide you and review your configuration. For complex setups, we can propose a managed option depending on your needs.

What if I mess up my configuration?

Contact support. We can help you troubleshoot, restore from backups (if enabled), or reinstall if needed.

Is there a refund guarantee?

Yes, we offer a 31-day money-back guarantee (any reason). Please refer to the Refunds & Returns page for details.

Scroll to Top