RemarkableCloud

FTP Account Management in Webuzo

How to create FTP accounts in Webuzo, set directory restrictions, and connect with an FTP client.

Updated August 2026

Create an FTP account

  1. Log into Webuzo Enduser Panel.
  2. Go to FTP → Add FTP Account.
  3. Enter a username.
  4. Set a strong password.
  5. Set the FTP Root Directory: restrict the account to a specific folder (e.g. /home/username/public_html/yourdomain.com). The user cannot navigate above this directory.
  6. Click Add.

Connecting with an FTP client

Use FileZilla, Cyberduck, Transmit, or any SFTP/FTP client.

FileZilla settings

  1. Open FileZilla → File → Site Manager → New Site
  2. Set:
FieldValue
ProtocolSFTP - SSH File Transfer Protocol (recommended)
HostYour server IP or hostname
Port22 (SFTP) or 21 (FTP)
Logon TypeNormal
UsernameYour FTP username
PasswordYour FTP password
  1. Click Connect

Use SFTP, not FTP: Plain FTP transmits credentials and files in cleartext: anyone on the network can read them. SFTP encrypts everything over SSH. Always choose SFTP when your FTP client supports it (it always does).

Manage existing FTP accounts

FTP → FTP Accounts: lists all accounts with their home directories.

Actions:

  • Edit: change password or home directory
  • Delete: removes the FTP account (does not delete files)

Anonymous FTP

For public file sharing, Webuzo supports anonymous FTP (no credentials required):

  1. FTP → Anonymous FTP
  2. Enable anonymous access
  3. Set the public directory

Anonymous FTP security risk: Only enable anonymous FTP for intentionally public directories. Never set the anonymous FTP root to your website’s document root.

FTP connection issues

Connection refused on port 21 FTP may be blocked by the firewall. Check Webuzo Admin Panel → Services → FTP Server → verify it’s running. Also check CSF firewall allows port 21.

Login fails with correct credentials The FTP user may be restricted to a directory that doesn’t exist. Edit the account and verify the home directory path.

Can connect but see wrong directory The FTP root is set to the wrong path. Edit the account → update FTP Root Directory → save.

Still stuck? Ask a human, we answer in minutes.