Connect to a Server Using Putty

How to Connect with a Windows GUI Client

The PuTTY SSH client is part of the PuTTY suite of utilities. It is available for all versions of Windows.

A. Download the latest version of the PuTTY utilities. We recommend the MSI Windows Installer package.

B. Install the package and run PuTTY.

C. Enter the server IP address (208.87.141.206, for example) in the Host Name field. If your server has a domain name, you may use that in place of the IP address.

D. Enter the server SSH default port: 22.

E. Select SSH as the connection type.

F. Click the Open button to proceed.

 

G. A login as: message will pop-up and asks you to enter your SSH username. For VPS users, this is usually root. However, for shared hosting users, you will need to enter a predefined username like u721233450. After entering your username, press Enter.

 

H. Type your VPS or SSH password and press Enter again. For security reasons, the screen won’t show the password but will register what you type.

 

Congratulations! You have successfully connected to your account using the PuTTY SSH client.

  • putty, Connect to a Server Using Putty, How to Connect PuTTY, How to Connect with a Windows GUI Client
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Access your Folders(Linux/Centos) using WinSCP

Guide on how to access the folders in your vps linux! This is the easiest way, First make sure...

How to traceroute your VPS IP?

How to Use the Traceroute Command Traceroute is a command which can show you the path a...

Command line bandwidth monitors for Linux

If you are a Sysadmin, monitoring bandwidth usage on your server is an important task. We agree...

Check the RAM Usage in Linux

1. Login to your VPS using Putty. 2. Type: free -m

How to do “mysqladmin flush-hosts” on VPS server?

How to fix this error "MySQL Database Error: Host '127.0.0.1' blocked because of many...