Webuzo

How to Create an FTP Account in Webuzo

FTP (File Transfer Protocol) is a simple way to upload and download your website’s files. Creating a dedicated FTP account is especially useful when you want to give a developer access to one folder without handing over your main panel login.

New to FTP? Our primer on what an FTP client is explains the basics in plain language.

Create an FTP account in Webuzo

  1. Log in to your Webuzo Enduser Panel.
  2. Open the Files section and click FTP Accounts.
  3. Enter a username and a strong password.
  4. Set the directory this account may access. To limit a developer to one site, point it at that site’s folder only.
  5. Click Create FTP Account.

Connect with an FTP client

Use a free client like FileZilla with these details:

  • Host: your domain or server IP
  • Username: the FTP username you created
  • Password: the password you set
  • Port: 21 for FTP, or 22 for SFTP

For a secure connection, follow our guide on using FTPS in FileZilla. You can also review our recommended FTP settings.

Frequently asked questions

Should I use FTP or SFTP?

Use SFTP or FTPS whenever possible — plain FTP sends your password unencrypted. SFTP runs over the secure SSH port 22.

Can I limit an FTP user to one folder?

Yes. Set the account’s directory to that specific folder when you create it, and the user cannot browse outside it.

Prefer not to use FTP at all?

You can upload directly in the browser with the Webuzo File Manager — no client needed.

Was this article helpful?