How to Create Folders and Files in the cPanel File Manager

The cPanel File Manager lets you create, organise, and edit your website files directly in your browser, without needing a separate FTP client. This guide shows you how to create a new folder and a new file inside File Manager, and points out the naming details that trip people up on Linux hosting.

Last reviewed: 27 July 2026, against the current stable release of cPanel and WHM (the Jupiter theme, which is now the default). This guide is written for Noiz hosting and is kept current against cPanel. It complements, and does not replace, the official cPanel documentation linked below.

Official Documentation Reference

Prerequisites

  • Access to your cPanel account (your Noiz welcome email contains the login details).
  • An idea of where the new folder or file needs to live. Your public website files sit inside public_html.

Create a New Folder

  1. Log in to your cPanel account.
  2. In the Files section, click File Manager.
    The File Manager icon in the Files section of cPanel
  3. Navigate to the directory where you want the new folder. To place it on your live website, open public_html first.
  4. On the toolbar at the top, click + Folder.
    The + Folder button on the cPanel File Manager toolbar
  5. In the New Folder Name field, type a name such as my-folder, then click Create New Folder. The new folder appears in the current directory.
    The New Folder Name dialogue box in cPanel File Manager

Create a New File

  1. Navigate to the directory where you want the new file.
  2. On the toolbar at the top, click + File.
    The + File button on the cPanel File Manager toolbar
  3. In the New File Name field, type a name such as myfile.txt, then click Create New File. The empty file appears in the current directory, ready for you to edit.

Naming Tips and Common Gotchas

  • Linux is case-sensitive. On Noiz hosting servers, MyFile.txt and myfile.txt are two different files. Pick a convention (lowercase is a safe default) and stick to it, or links pointing at the wrong casing will return a "not found" error.
  • Avoid spaces in names. Use hyphens (my-folder) or underscores (my_folder) instead of spaces, so your files behave predictably in URLs and on the command line.
  • Hidden files start with a dot. Files such as .htaccess are hidden by default. To see or create them, open Settings at the top right of File Manager and tick Show Hidden Files (dotfiles).
  • Location decides what is public. Anything inside public_html is served on your main domain. Files kept outside the document root stay private and are not reachable from the web.

Need a hand?

If you are on a managed Noiz plan and would rather have files created, moved, or edited for you, contact the Noiz support team through the client area and the team will assist.

  • 0 Users Found This Useful
  • cpanel, create, directory, filemanager
Was this answer helpful?

Related Articles

How to Upload Files via the cPanel File Manager

The cPanel File Manager lets you upload files to your hosting account straight from your web...

How to Edit a File in the cPanel File Manager

You can edit files directly on your website using the built-in File Manager in your cPanel...

How to Edit the .htaccess File in the cPanel File Manager

The .htaccess file is a per-directory Apache configuration file that controls redirects, URL...

How to Create an FTP Account in cPanel

File Transfer Protocol (FTP) lets you upload, download and manage the files in your hosting...

How to Change an FTP Account Password in cPanel

Every cPanel account has a main FTP login plus any number of additional FTP accounts you create...