How to access Linux VPS server

To access your Linux VPS server first time you need to setup following applications to your computer to access it. 

HOW TO ACCESS VPS USING PUTTY?

1.   You need to download latest version of Putty.exe file here: https://putty.org/
2.   Open downloaded putty.exe file and write your IP Address/Hostname in text field (SSH default Port:22)
3.   Select Connection Type SSH
And Press “Open” Button
4.   After Click Open you will get black command line interface window.
5.   It will ask you for username by default username for Linux Servers are root, just type root as username and press enter.
6.   After that it will ask you for Login Password of root, 
just type your password and press enter. 
(As you notice Password is hide and you can’t see what you are typing, So just type carefully)


HOW TO ACCESS VPS USING SFTP?

    1. Download WinSCP
    2. Run the downloaded file to install it.
    3. Now, you’ll need to configure the settings to connect to the server. Fill in the fields as follows:

File Protocol: SFTP 
Port:
22
Host Name
Server IP / Hostname
User name: root

PasswordServer Password

Click “Login

  • linux vps, access vps, access linux server, linux
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to access server via Remote Desktop (RDP)?

Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft, which provides a...

How to install Let’s Encrypt on CentOS 7 with Apache?

Today, we will show you, How to install Let’s Encrypt on CentOS 7 with Apache. Let’s Encrypt is a...

Domains are not showing in WHM -> List accounts

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

HOW TO INSTALL LITESPEED WEB SERVER IN LINUX SERVER?

Litespeed Cache is useful to increase high performance for your Wordpress Website. Following are...

Remove ONLY_FULL_GROUP_BY in my.cnf file

Remove ONLY_FULL_GROUP_BY in my.cnf file First you need to find my.cnf file location and then...