How to Create an FTP Account in Plesk

You can already reach your files over FTP with your main Plesk subscription login, which gives full access to the subscription's home directory. When you instead want to give someone access to only one website, or only a single folder, create a separate FTP account. Each FTP account is locked to the home directory you assign, so the user cannot browse or change anything outside it. This is the safe way to hand a developer, designer or client limited upload access without sharing your main Plesk login.

Last reviewed: 27 July 2026, against Plesk Obsidian 18.0 (latest stable). This guide is written for Noiz hosting and is kept current against Plesk. It complements, and does not replace, the official Plesk documentation.

Prerequisites

  • A hosting subscription on a Noiz Plesk server, with login access to the Plesk control panel.
  • The website (domain) you want to grant access to, already added to your subscription.
  • The folder you want the account restricted to, for example the whole site or a single subfolder.

Create the FTP Account

  1. Log in to your Plesk account.
  2. Click Websites & Domains in the sidebar menu.
    Websites and Domains item in the Plesk sidebar menu
  3. Under the list of Domain names, click the appropriate domain.
    Selecting a domain name from the list in Plesk
  4. Under Files & Databases, click FTP Access.
    FTP Access option under Files and Databases in Plesk
  5. Click Add an FTP Account.
    Add an FTP Account button on the Plesk FTP Access page
  6. Fill in the account details:
    • FTP account name: a username for the account, for example john. This is the name the user logs in with.
    • Home directory: click the folder icon and choose the directory this account may access. Point it at the whole site (for example httpdocs) or at a single subfolder. The account cannot move above the folder you choose.
    • Password: type a strong password, or click Generate to create one. Click Show to reveal and copy it.
    New FTP account form in Plesk showing account name, home directory and password fields
  7. Confirm with OK.

Connect With the New Account

Use these settings in any FTP client, such as FileZilla, to connect with the account you just created:

  • Host: your domain name, such as ftp.yourdomain.com, or the server's IP address. Replace yourdomain.com with your own domain.
  • Username: the FTP account name you set, for example john.
  • Password: the password you set for the account.
  • Port: 21 (the default FTP port).

Use an Encrypted Connection

Plain FTP sends your username and password across the internet in clear text. Where your FTP client offers it, choose FTP over TLS (FTPS, explicit encryption) so both the login and the file transfer are encrypted. In FileZilla, set the encryption to Require explicit FTP over TLS. This still uses port 21 but protects your credentials.

Troubleshooting

Login fails or "530 Login incorrect": re-check the username and password, and confirm you are connecting to the correct host. Passwords are case sensitive.

The account cannot see other websites or folders: this is expected. An FTP account is restricted to its home directory and cannot browse outside it. Create a separate account, or widen the home directory, if broader access is needed.

Connection times out: confirm the host and port are correct and that no local firewall is blocking outbound FTP. Switching the client to passive mode resolves most transfer stalls behind home or office routers.

If you are on a managed Noiz plan and would prefer the Noiz team to set up FTP access for you, contact Noiz support and the team will take care of it.

  • 0 Users Found This Useful
  • plesk, hosting, account, ftp
Was this answer helpful?

Related Articles

How to Upload Files via the Plesk File Manager

This guide shows you how to upload files to your website using the Plesk File Manager on your...

How to Create Files and Directories in the Plesk File Manager

This guide shows you how to create a new directory (folder) and a new file inside the File...

How to Edit a File in the Plesk File Manager

The Plesk File Manager lets you view and edit the files inside your hosting subscription directly...

How to Change an FTP Account Password in Plesk

This guide shows you how to change the password on an additional FTP account for a domain hosted...

How to Rename an FTP Username in Plesk

This guide shows you how to rename an existing FTP account in Plesk, changing the username you...