In this guide, you will learn how to connect in SSH on Windows using the Putty client. This will allow you to remotely connect to your VPS server. Let’s go! ?
Here are the steps for an SSH connection on Windows:
- Putty client download
- Collecting SSH access information
- Connecting to your VPS
Summary
- What you will need
- Step 1 – Download Putty Client
- Step 2 – Gather SSH Credentials
- Step 2.1 – SSH Details for Shared Hosting
- Step 2.2 – SSH Details for Virtual Private Servers (VPS)
- Step 3 – Connecting to your VPS
What you will need
Before logging in using SSH, you will need the following:
- A Windows computer
- The Putty SSH Client
- Your server’s IP address and password
Step 1 – Download Putty Client
You can download the latest version of the Putty client here .
Étape 2 – Collecte d’informations d’accès SSH
Une fois que le client Putty est installé sur votre système, vous devez localiser les détails nécessaires pour établir votre connexion SSH.
Étape 2.1 – Détails SSH pour l’hébergement partagé
Si vous disposez d’un compte d’hébergement Web mutualisé, les détails de connexion SSH se trouvent dans la section SSH de votre panneau de contrôle et dans la catégorie Avancé.
Là, vous verrez tous les détails requis, tels que IP SSH , Port SSH et Nom d’utilisateur SSH avec Mot de passe SSH. Le mot de passe utilisé pour la connexion SSH est identique à celui du FTP. Dans le cas où vous l’avez oublié ou que vous ne le connaissez pas, vous pouvez le réinitialiser à l’aide de la section Accès FTP de votre panneau de contrôle.

Dans le cas où l’accès SSH est réglé sur Désactivé , activez-le et appuyez sur Mettre à jour .
Étape 2.2 – Détails SSH pour Virtual Private Servers (VPS)
Pour vous connecter à un serveur privé virtuel (VPS), vous pouvez localiser toutes les informations requises dans la section Serveurs en haut de votre panneau de contrôle. Sélectionnez votre VPS dans la liste déroulante pour consulter ses informations.

Dans le cas où vous ne connaissez pas le mot de passe root de votre VPS, il peut être réinitialisé en appuyant sur la zone Raccourcir le mot de passe .
Step 3 – Connecting to your VPS
- Open the Putty client you just downloaded.

- Enter your server’s IP address. You can get this information from your host. Click the Open button to continue.

- You will first need to fill in your username after Login as:. In this tutorial, we will use root as the username since it is the user who has all the permissions on the server. After entering your username, simply press the Enter button on your keyboard.
- Now you will need to enter your password, which you can get from your host (and where it can be changed). Just enter your password and continue by pressing the Enter button on your keyboard.
IMPORTANT! You will not see any indication on the screen when entering your password (or even ****)
Conclusion
Thanks for following this short guide! ?
You learned how to connect to your server using Putty and therefore learned how to manage your server remotely.
Hope to see you again for another tutorial! ?