SFTP lets you upload and download files over SSH. On a VPS, it uses the same login details as normal SSH: the VPS IP address, SSH username, SSH password or key, and SSH port.

The default SSH/SFTP port is 22 unless you changed it.

For the full FileZilla connection walkthrough, use How to connect to SFTP using FileZilla.

For a VPS connection, use these values in FileZilla or WinSCP:

FieldVPS value
ProtocolSFTP
HostYour VPS public IP address
Port22, unless you changed SSH to a different port
UsernameYour Linux SSH username, often root on a fresh VPS
Password / keyYour SSH password, or the private key that matches the public key on the VPS

Once connected, upload files into the folder used by the software you are running. Do not upload game files randomly into / unless a guide specifically tells you to.

Useful VPS upload locations

PathUsed for
/homeUser folders and service accounts.
/rootRoot user files. Only use this when logged in as root.
/optCommon location for manually installed server software.
/var/logSystem and service logs.
/srvCommon location for hosted services, depending on your setup.

If SFTP fails, test normal SSH first. If SSH does not work, SFTP will not work either.

If you are not sure where a game server file should go, check the game-specific guide before uploading it.

  • 0 Корисниците го најдоа ова како корисно
Дали Ви помогна овој одговор?

Понудени резултати

What is a VPS and how can one be used for Game Hosting?

A VPS, or Virtual Private Server, is a private slice of a larger physical server. You get your...

How to access your VPS

After your VPS has been created, you need to connect to it before you can install software,...

How to reboot, shut down, or start your VPS

The VPS control panel includes power controls for stopping, restarting, and starting your VPS...

How to use the VPS console or VNC

The VPS console gives you direct screen access to the virtual server. It is useful when normal...

How to reinstall or rebuild your VPS

Reinstalling a VPS replaces the current operating system with a fresh install. This is useful...