Hostxpeed
Login Get Started →
Getting Started

How to Access Your VPS via SSH

4 min read
11 views
Apr 15, 2026

Prerequisites

Before connecting, make sure you have your server IP, username (usually root), and the password sent to your email.

Connecting from Linux / Mac

Open your terminal and run:

ssh root@YOUR_SERVER_IP

Enter your password when prompted.

Connecting from Windows

Download and install PuTTY. Enter your server IP in the Host Name field, select SSH, and click Open.

First Login Tips

  • Change your root password immediately: passwd
  • Update your system: apt update && apt upgrade -y
  • Consider setting up SSH key authentication for better security.

Was this article helpful?