How to Connect to Your VPS Using SFTP
SFTP (Secure File Transfer Protocol) allows you to securely transfer files between your computer and your VPS. You can connect to your VPS using an SFTP client such as FileZilla or WinSCP.
Requirements
Before connecting, make sure you have the following information:
-
Server IP Address
-
Username (usually
root) -
Password
-
Port:
22
Method 1: Connect Using FileZilla
-
Download and install FileZilla on your computer.
-
Open FileZilla.
-
At the top of the window, enter the following details:
-
Host: Your VPS IP address
-
Username:
root(or your VPS username) -
Password: Your VPS password
-
Port:
22
-
Click Quickconnect.
After connecting successfully, you will see your VPS files on the right side and your local computer files on the left side. You can upload or download files by dragging and dropping them.
Method 2: Connect Using WinSCP (Windows)
-
Download and install WinSCP.
-
Open WinSCP.
-
Enter the following information:
-
File Protocol: SFTP
-
Host Name: Your VPS IP address
-
Port Number:
22 -
User Name:
root -
Password: Your VPS password
-
Click Login.
Once connected, you can easily manage files between your computer and your VPS.
Common Issues
Connection Timeout
-
Ensure your VPS is running.
-
Check that port 22 is open in your firewall.
Authentication Failed
-
Verify that the username and password are correct.
Security Tip
For better security, it is recommended to use SSH keys instead of passwords when connecting to your VPS.
If you need help connecting to your VPS using SFTP, please contact the Ateex Support Team.