How Do I Access My VPS Server via SSH? Print

  • SSH Access, Secure Shell, Command Line, Terminal, VPS Login
  • 0

SSH (Secure Shell) is the primary way to securely access your VPS command line. This gives you full control to run commands, install software, and manage files.

Step-by-Step Guide:

For Windows Users (Using PuTTY):

  1. Download and install PuTTY.

  2. Open PuTTY. In the "Host Name (or IP address)" field, enter your VPS IP address.

  3. Ensure the "Port" is 22 and "Connection type" is SSH.

  4. Click "Open."

  5. A terminal window will open. Log in with your root username (usually root) and the root password provided in your BurjHost VPS welcome email.

    • Note: When typing the password, you won't see any characters—this is a security feature.

For Mac / Linux Users (Using Terminal):

  1. Open the Terminal application.

  2. Type the following command and press Enter:
    ssh root@your.vps.ip.address
    (Replace your.vps.ip.address with your actual IP).

  3. The first time you connect, you may see a warning about authenticity. Type yes and press Enter.

  4. Enter your root password when prompted.

You are now logged into your VPS server!


Was this answer helpful?

« Back

Powered by WHMCompleteSolution