Connecting to your Linux server

To connect to your Linux VPS or Dedicated Server, you need a ssh client.  We recommend using putty, as it is a basic, easy to use ssh client.  You may download putty from here: http://www.prohosterz.com/clients/downloads.php?action=displaycat&catid=1

You will see this once you open up putty:

 

putty

 

You basically don't have to do anything else except to enter the IP of your server, which you should get in the email with the account information.  Enter the IP in the section where it says "Host Name (or IP Address)."  Leave port to 22 unless you changed the port to something else.  Then hit enter.  It will pop up something like this:

 

putty security alert

 

Just select yes and you will be prompted to login.

Login as: (this part is the username, this is most likely going to be root or admin, see your email with the account info for it)

Password: (you get this in your email with the account info)

 

Then you should be all set!

  • 5 Users Found This Useful
Was this answer helpful?

Related Articles

How can I create a database from an sql backup file ?

First, create the database.. /path/to/bin/mysqladmin -u $mysqlusername -p$mysqlpassword create...

How can I see all running processes from my server?

Type the following command from shell prompt.It will display the currently running processes. ps...

Connecting to your Windows server

To connect to your Windows VPS or Dedicated server, you use Remote Desktop Connection. Go to:...

Memory usage seems too high inside a VPS

There are cases when you may notice that the memory usage is too high inside your VPS without a...

How to enable swap inside your VPS

A lot of people are asking about swap in an OpenVZ VPS. Usually swap is not good but in some...