How to Create and Manage FTP Accounts
Set up FTP access for managing website files.
Steps
Go to Websites & Domains > FTP Access.
Click Add an FTP Account.
Fill in username, password, and home directory.
- How to Connect to the FTP Account
To connect to your FTP account, you’ll need the following information:
FTP Server (Host): Your domain name or server IP address (e.g.,
ftp.yourdomain.com
or123.123.123.123
)Port: 21
Username: The one you created
Password: The one you set
Protocol: FTP (File Transfer Protocol)
Encryption: No encryption or use plain FTP (unless your server supports FTP over TLS)
Example using WinSCP:
Download and install WinSCP.
Open WinSCP and click on "New Site".
Set the following:
File protocol: FTP
Host name: your domain or server IP
Port number: 21
User name: your FTP username
Password: your FTP password
Click "Login" to connect.
Once connected, you’ll be able to upload, download, and manage your website files directly.
Last updated