---
title: "How to Manage Your Files on Your Server"
description: "When working with a website there are many different ways you can manage the files and folders. Managing files includes, creating, editing, uploading, and moving them on the server. Files and folders..."
url: https://www.inmotionhosting.com/support/website/how-to-manage-files-server/
date: 2013-02-05
modified: 2022-03-11
author: "InMotion Hosting Contributor"
categories: ["Website"]
type: post
lang: en
---

# How to Manage Your Files on Your Server

![Learn How to Manage Your Files on Your Server](https://www.inmotionhosting.com/support/wp-content/uploads/2022/03/How-to-Manage-Your-Files-on-Your-Server-1024x538.png)

When working with a website there are many different ways you can manage the files and folders. Managing files includes, **creating**, **editing**, **uploading**, and **moving** them on the server. Files and folders can be managed directly on the server using the **File Manager**, an **FTP** program like FileZilla or CyberDuck, or you can use an **HTML Editor** to manage your files.

- [How to Create a New File?](#create-new-file)
- [How Do I Upload a File to My Server?](#upload-file)
- [How Do I Move Files on My Server?](#move-files)
- [How Do I Edit a File on My Server?](#edit-file)
- [How Do I Delete a File on My Server?](#delete-file)

**Important!** These articles are geared for beginners and are not going to touch upon file management through [SSH (Shell)](/support/server/ssh/how-to-login-ssh/). This is because SSH is not enabled on our shared servers and requires a [VPS](https://www.inmotionhosting.com/vps-hosting) or [Dedicated server](https://www.inmotionhosting.com/dedicated-servers) to use.

## Managing your Files with cPanel, FTP, and an HTML editor

Below is a list of basic ways to **create**, **[edit](https://www.inmotionhosting.com/support/website/website-design/how-to-create-a-bootstrap-under-construction-page/)**, **upload**, and **move** your files on your InMotion Hosting server.

**Note** If you do not know where your files are located on the server, please see out article on [What directory should I put my files in?](/support/website/where-to-upload-files/).

### [How to create a new file?](/support/website/create-new-file/)

When managing a website, you most likely will need to be able to **create files** on the server. This article explains **how to create a file** using the cPanel File Manager, FTP ( Specifically FileZilla ), and an HTML editor ( We will use notepad++ ).

### [How do I upload a file to my server?](/support/website/how-to-upload-files-server/)

When using different Free Open Source Software like WordPress or Joomla, you may need to install the software manually, In order to install programs like these, you will need to **upload the files to the server**. This tutorial will give the steps to **upload files** to your server using the cPanel File Manager, an FTP program (FileZilla), and an HTML editor (notepad++).

### [How do I move files on my server?](/support/website/how-to-move-files-on-server/)

**Moving files** can be done several ways. To teach you **how to move your files**, we will move files using the cPanel File manager and an FTP program ( FileZilla ).

### [How do I edit a file on my server?](/support/website/how-to-edit-a-file/)

You can **edit your files** with whatever program you want.To edit the code in your web files, you can use the cPanel File Manager, an FTP Program or an HTML editor. This article walks through the **steps for editing a file** through the cPanel File Manager, the FileZilla FTP program, and the notepad++ HTML editor.

**Note!** If you are using WordPress, Joomla, Drupal, or another Open Source Software to edit your site, this article does not apply to you. You will need to use the programs WYSIWYG editor to edit the pages with Open Source Software like these.

### [How do I delete a file on my server?](/support/website/how-to-delete-a-file/)

There is a few ways you can delete files from your server. This article will explain how to delete files using the File Manager and and FTP program (FileZilla).
