Articles on: Virtual Servers

How do I access my VPS via SSH?

log inSSH (Secure Shell) allows you to securely connect to your VPS command line from your local device. This is the most common method for managing Linux-based VPS environments.

Requirements



Before you can connect via SSH, make sure you have the following:

The IP address of your VPS
The root password (or another user with SSH access)

You will also require an SSH client:

Linux/macOS: Terminal is built-in
Windows: We recommend PuTTY or the Windows Terminal

Accessing SSH on Linux or macOS



Open Terminal.
Use the following command (replace the IP with your VPS IP): ssh root@10.0.0.1
When prompted, enter your root password.

Accessing SSH on Windows (via PuTTY)



Download and open PuTTY from putty.org.
In the Host Name (or IP address) field, enter your VPS IP address.
Ensure the Port is set to 22 and the Connection type is SSH.
Click Open.
A terminal window will open. Log in as root and enter your password when prompted.

We recommend setting up SSH key authentication and disabling password login for improved security and easier access.

If you’re having trouble connecting, please ensure your firewall isn’t blocking port 22 and that your VPS is running. If your server responds to ping, but you're still unable to log in then you will need to access the server via console to configure your firewall or sshd service correctly.

If you experience any issues or need assistance, feel free to contact our support team or email helpdesk@elitehost.co.za.

Updated on: 14/04/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!