How can I connect to linux vps/server?

How to Connect PuTTY

  1. Download Putty ; https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html 
  2. Launch the PuTTY SSH client, then enter your server’s SSH IP and SSH Port. Click the Open button to proceed.
    The main menu of PuTTY SSH client
  3. login as: message will pop-up and asks you to enter your SSH username. For VPS and Server users, this is usually root.  After entering your username, press Enter.
  4. Type your SSH password and press Enter again. For security reasons, the screen won’t show the password but will register what you type.
    Connecting to your server via PuTTY

Congratulations! You have successfully connected to your account using the PuTTY SSH client. You can list all available SSH commands by executing help via the terminal.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Linux VPS Initial Login Procedures

Hi, If you purchased a server with Linux Operating system, your current password must be changed...

Webuzo Install

yum install wget nano -y wget -N http://files.webuzo.com/install.sh chmod 0755 install.sh...

Limiting Network Speed

In order not to exceed the monthly traffic limit of your virtual server, you can install the...