How to Connect to Your VPS with sFTP

As an alternative to SSH, you can use sFTP to connect to your VPS. sFTP (or FTP over SSH) uses the same login credentials and port as SSH, except it is usually used with FTP clients (like FileZilla for Windows, or Transmit for OS X). sFTP provides a graphical interface and the benefits of an FTP client's ease-of-use, though it lacks the versatility of a command line.

To access your VPS via sFTP, follow these steps:

 

  1. Open your preferred FTP client.
  2. If available, choose the sFTP connection protocol; otherwise, enter the following connection details:
    • Host: [VPS main IP address]
    • User: root
    • Pass: [root password]
    • Port: 22

You may also connect with any other user that you've setup on the VPS, for example a user account created in WHM/cPanel.

  • payment
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What happens when a VPS reaches its bandwidth limit?

If your VPS exceeds its bandwidth limit, our system will automatically suspend the service. You...

OpenVZ or Xen VPS - Which is faster, and which is better?

The question is often asked whether OpenVZ or Xen, two of the most common hypervisors in VPS web...

How to Check CPU Info with SSH on Linux VPS

To check the CPU allocation and information on your VPS, simply log in to SSH as root, and run...

Basic iptables Usage & Commands

Iptables is a program that allows you to configure Linux's built-in firewall. By default, no...

Do I need a VPS? (Shared vs. VPS Hosting)

We often hear the question, "do I need a VPS?" Whether you are looking to upgrade from Shared...