Guide to accessing file transfer capabilities on Vultr Compute instances using secure alternatives to FTP
Vultr Compute instances do not support FTP by default, as it is an insecure protocol. Instead, we strongly recommend using SFTP (Secure File Transfer Protocol), which is built on SSH and provides encrypted file transfers.
You can use SFTP with your instance's SSH credentials. Follow our How to Use the SFTP Command in Linux article to get started.
Use the following connection details:
22
.root
user with password authentication, ensure you've logged in at least once via SSH to initialize your password.If you're using FileZilla or another GUI-based SFTP client, refer to their official documentation on how to configure SFTP connections. FileZilla fully supports key-based and password-based SFTP transfers.