🔐 How to Connect to a VPS from Windows or Mac
After purchasing a VPS, one of the first steps is connecting to the server. The most common method is SSH — a secure remote access protocol. This article provides a step-by-step guide for connecting to your VPS from Windows, macOS, or Linux.
🖥 Connecting from Windows using PuTTY
The most popular method is using PuTTY:
- 🔸 Download PuTTY from the official website and install it.
- 🔸 Open PuTTY and enter your server’s IP in the Host Name field.
- 🔸 Ensure the port is 22 and the connection type is SSH.
- 🔸 Click Open and accept the server key prompt.
- 🔸 Enter the username
root
and the password from your welcome email.
🍏 Connecting from macOS or Linux via Terminal
Both macOS and Linux come with a built-in terminal that supports SSH. Simply open the terminal and run:
ssh root@YOUR_SERVER_IP
Replace YOUR_SERVER_IP
with your actual VPS address. On the first connection, confirm the key by typing yes
, then enter your password.
🔐 Alternative: MobaXterm (Windows)
Another great tool is MobaXterm. It supports tabs, SFTP file transfers, a built-in terminal, and a user-friendly interface. The connection process is similar to PuTTY but offers more features for advanced users.
🔒 Security Tips
- ✅ Change the root password after your first login;
- ✅ Set up SSH keys and disable password logins;
- ✅ Allow port 22 only for your IP (if known in advance);
- ✅ Use Fail2Ban or similar tools to prevent brute-force attacks.
📌 What if You Can't Connect?
- ❗ Make sure the IP and port are correct.
- ❗ Check if antivirus or firewall is blocking your SSH client.
- ❗ Try MobaXterm instead of PuTTY.
- ❗ If nothing helps, contact Bit.Hosting support.
Having trouble connecting? Contact Bit.Hosting support — we’re here to help!