How to Login to Your Linux Dedicated Server / VPS Using SSH (Mac, Linux, Windows)
Your Dedicated Server / Virtual Private Server (VPS) has been successfully installed with your choice of Linux operating system. To manage your server, you need to connect to it using SSH (Secure Shell).
This guide explains how to log in from Mac, Linux, and Windows.
Your VPS Access Details
You would have received an email with details similar to the following:
- VPS Name
- IPv4 Address
- Username
- Password
You can connect using either the hostname or the IP address.
Login from Mac or Linux
Mac and Linux systems have SSH built in.
Steps
Open Terminal
Mac: Applications → Utilities → Terminal
Linux: Open your Terminal application
Run the following command:
Or using the VPS hostname:
If prompted with:
Type:
Enter the password provided in your email.
You are now logged in to your VPS.
Login from Windows (Using PowerShell)
Modern Windows versions (Windows 10 and above) include SSH by default.
Steps
Open PowerShell
Press
Win + X→ Click Windows PowerShellRun the SSH command:
Or:
Type
yeswhen asked to confirm the connection.Enter the VPS password.
You are now connected.
Login from Windows (Using PuTTY)
PuTTY is a popular free SSH client for Windows.
Step 1: Download PuTTY
Download PuTTY from the official site:
https://www.putty.orgInstall and launch PuTTY.
Step 2: Configure PuTTY
In Host Name (or IP address) enter:
or
Ensure:
Port:
22Connection type:
SSHClick Open
Step 3: Login
Click Yes if a security alert appears.
When prompted:
enter:
Enter the password provided in the email.
You are now logged in to your VPS.
Important Security Recommendations (Highly Recommended)
After your first login, we strongly recommend:
Change your password
Set up SSH key-based login (more secure than passwords)
Disable password login once SSH keys are configured
Update your server
Troubleshooting
Connection timeout
Ensure port 22 is not blocked by your local firewall or network.
Wrong password
Passwords are case-sensitive. Copy-paste carefully.
Permission denied
Make sure the username is exactly
ubuntu.
Need Help?
If you face any issues logging in, please contact our support team with:
Your VPS name
Error message (if any)
Screenshot (for PuTTY users)
We will be happy to assist you.