How to Connect via FTP/SFTP to Your vServer
A vServer without FTP access? Unthinkable! If you want full control over your server, accessing it via FTP or SFTP is essential. Here you will learn step by step how to connect with FileZilla or WinSCP quickly and easily.
Prerequisites
By default, there is no FTP server installed on your vServer. To use FTP/SFTP, you first need to configure the server via SSH.
If you want a secure connection, we recommend using SFTPâit works directly with your SSH access and is encrypted by default.
Connecting with FileZilla via SFTP
- Open FileZilla â Launch FileZilla and enter the server address (your server’s IP address) in the “Host” box in the Quickconnect bar.
- Enter Username â The default is “root” unless you have set up a different user.
- Enter Password â Use your Root password which you received via email. If you have changed it, use your new password.
- Set Port Number â For SFTP, this is always Port 22.
- Connect â Click “Quickconnect” or hit Enter.
- Confirm Warning â If a warning about an unknown host key appears, click “OK”.
You can now upload, download, and manage files!
Connecting with WinSCP via SFTP
If you prefer using WinSCP, follow these steps:
- Start WinSCP â Open the program.
- Add New Server:
- Protocol: Select SFTP.
- Server Address: Enter your server’s IP address.
- Username: Usually “root”.
- Password: Enter your Root password.
- Set Port â Default is Port 22 for SFTP.
- Save and Connect â Save the session and click “Login”.
- Confirm Security Warning â If you receive a host key warning, confirm it with “Yes”.
You are now connected to your vServer and can manage files!
FTP Server Credentials
Username | root |
Password | Root Password |
Port | 22 |
Protocol | SFTP |
Installing an FTP Server via SSH
If you need a traditional FTP server, you can install it like this:
- Connect via SSH â Connect to your vServer using SSH.
- Update Package Lists â Run the following command:
apt-get update
- Install FTP Server â Use the command:
apt-get install proftpd
- Adjust Configuration â After installation, customize the FTP server to your preference.
Important Note: FTP is unencrypted! Always use SFTP whenever possible.
Why SFTP?
SFTP (SSH File Transfer Protocol) is the secure alternative to FTP.
✔ Encrypted Transmission â Your data cannot be intercepted.
✔ No Extra FTP Server Needed â SFTP works over existing SSH access.
✔ Easy Setup â No additional software required.
Even Easier: The VionityCP Web Interface
If you wish to manage your vServer more efficiently, check out our VionityCP web interface. It allows you to manage your server directly through the browserâincluding FTP/SFTP access!
Now you know how to quickly and securely connect to your vServer. If you have any questions, feel free to contact support! 🚀