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 Manager in Plesk. You can use these steps to organise your website content, add a fresh page, or drop in a configuration file such as .htaccess without needing an FTP client or SSH access.

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 linked below.

Official Documentation Reference

Prerequisites

  • A Noiz hosting account with Plesk access.
  • At least one domain or subscription added to your Plesk account.

How to Create a Directory in the Plesk File Manager

  1. Log in to your Plesk account.
  2. Click Files in the sidebar menu.

    Files item in the Plesk sidebar menu

  3. If your account holds more than one domain, click the domain you want to work on.

    Selecting a domain in the Plesk File Manager when several domains are present

  4. Under File Manager, open the directory in which the new folder should live. For website content this is usually httpdocs, which is the document root that Plesk serves to visitors. Open a different directory first if you want the new folder created somewhere else.

    httpdocs directory shown in the Plesk File Manager

  5. Click the + (plus) icon and choose Create Directory.

    Create Directory option under the plus icon in the Plesk File Manager

  6. Type a directory name, for example my-directory, in the input box, then confirm with OK. The new folder appears inside whichever directory you had open in step 4.

    Entering a new directory name in the Plesk File Manager

How to Create a File in the Plesk File Manager

  1. Open the directory that should contain the file, then click the + (plus) icon and choose Create File.

    Create File option under the plus icon in the Plesk File Manager

  2. Type the file name, for example home.html, in the input box, then confirm with OK. To edit the file straight away, tick Use HTML editor (or the code editor) before you confirm, or select the file afterwards and choose Edit.

Useful to Know

  • Web root: anything you place directly in httpdocs is publicly reachable. A file created as httpdocs/home.html is served at yourdomain.com/home.html (replace yourdomain.com with your own domain).
  • Nested paths: the File Manager creates the folder or file inside the directory you currently have open, so open the target folder before you click the plus icon.
  • Hidden files: names that begin with a dot, such as .htaccess, are hidden by default. If you cannot see a file you created, enable Show Hidden Files from the settings toggle in the File Manager toolbar.
  • Naming: avoid spaces and special characters in file and folder names to keep URLs and scripts predictable; use hyphens instead, for example my-page.html.

Troubleshooting

The Create Directory or Create File option is greyed out: you have not selected a writable directory. Open httpdocs (or another folder you own) first, then click the plus icon.

The new file or folder does not appear: it was likely created inside a different directory than you expected. Check the breadcrumb path at the top of the File Manager, and enable Show Hidden Files if the name starts with a dot.

If you need a hand creating or editing content in your Plesk File Manager, the Noiz support team is available. Open a ticket from your Noiz client area and the team will assist.

  • 0 Users Found This Useful
  • plesk, files, directory, filemanager
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 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 Create an FTP Account in Plesk

You can already reach your files over FTP with your main Plesk subscription login, which gives...

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...