Create an FTP account
Open FTP Accounts
Log in to cPanel through your client area or at
yourdomain.com/cpanel. Go to Files and click FTP Accounts.Fill in the account details
- Log In — enter a username. This gets combined with your domain to form the full login (e.g.
uploads@yourdomain.com). - Domain — pick which domain the account is for.
- Password — set a strong password or use the Password Generator.
- Directory — the folder this account can access. cPanel pre-fills this based on the username. Clear everything after
public_html/and type a specific folder path, or enter/for access to the entire home directory. - Quota — set a disk space limit or leave it as Unlimited.
The FTP user can access all files and subfolders within their assigned directory but cannot navigate above it.
Manage existing accounts
Scroll down to the FTP Accounts list to see all your accounts. From here you can:| Action | What it does |
|---|---|
| Change Password | Set a new password for the account |
| Change Quota | Adjust or remove the disk space limit |
| Delete | Remove the account. Choose Delete to keep the files, or Delete the User’s Home Directory to remove them too |
Connect with an FTP client
Use these settings in any FTP client (FileZilla, Cyberduck, WinSCP, etc.):| Setting | Value |
|---|---|
| Host | yourdomain.com or your server’s IP address |
| Port | 21 |
| Username | The full FTP username (e.g. uploads@yourdomain.com) |
| Password | The password you set when creating the account |
| Protocol | FTP or FTPS (FTP over TLS) |