How to SSH into your VPS?

After receiving your VPS login details, the first thing you'll want to do is log in to the VPS. If you have never used a command line before, you may want to read our Knowledgebase article "How to Connect to Your VPS with sFTP."

An SSH (Secure Shell) client is required to connect to your VPS. Linux and Mac OS X users can benefit from pre-installed terminals (Terminal, found in /Applications/Utilities, or Konsole in some Linux distributions). Windows users should download a program called PuTTY, found here: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

To connect to your VPS, enter the following in the terminal (inserting your server's IP address), press enter, and type your root password when prompted:

# ssh root@xx.xx.xx.xx 
 
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Installing CSF (ConfigServer Firewall) on a server

This guide will walk you through installing CSF on a VPS/Dedicated server. Preparing the...

How to install Python with mod_wsgi on a CentOS VPS or Server with cPanel?

The world knows that cPanel/WHM is not too Django, or python friendly. However, this is a step...

How to Find the folder with most files / inodes?

To find the folder with most files or inodes run the following command:find / -xdev -printf...

How do I upload files large or small to my VPS server?

We don't do posting and going to data centre anymore to upload files.Also uploading via any of...

Basic Linux Commands

Below is a brief guide for basic usage of a Linux shell (command line). Once you've mastered...