Skip to content

SFTP Access with WinSCP

SFTP lets you manage files on your KVM server with a graphical file manager. This is useful for uploading websites, server files, backups, configuration files, or larger folders.

Download WinSCP from the official website: https://winscp.net/eng/download.php

Create a new connection in WinSCP and enter these values:

FieldValue
File protocolSFTP
Host nameYour service ip
Port numberUsually 22 unless you changed it
User nameUsually root, unless you created another user
PasswordYour ssh password

WinSCP

After logging in, WinSCP shows two sides:

  • Left side: files on your computer
  • Right side: files on your server

Drag files from the left side to the right side to upload them. Drag files back to download them.

For many applications, common target directories are:

PathUse
/rootroot user’s home directory
/home/<user>normal user’s home directory
/var/wwwwebsite files
/optapplication files
/etcsystem configuration files

If you configured SSH key login, WinSCP can use the same key.

  1. Open Advanced in the login window.
  2. Go to SSH → Authentication.
  3. Select your private key file under Private key file.
  4. Save the session.
  5. Connect again.

WinSCP supports PuTTY .ppk keys directly. If your key is in OpenSSH format, WinSCP can usually convert it when selecting the file.