How to Use File Manager at Hostinger: Learn How to Navigate and Manage Your Website Files
For Hostinger’s web hosting clients, understanding how to use File Manager helps with website management tasks like troubleshooting errors or changing site functionality.
File Manager is an essential feature of hPanel, our custom-built hosting control panel. It lets you create, delete, and edit your website’s files without using SSH or FTP clients.
In this article, we will explain how to use Hostinger’s File Manager effectively. You will also learn how to manage your website files and utilize this tool’s advanced features, like bulk editing and permission settings, to save time and streamline site management tasks.
What Is a File Manager?
A file manager is a file management tool located in your web hosting control panel. It lets users easily manage their website data without using an FTP file manager, SSH, or other third-party software.
How to Access Hostinger’s File Manager
The File Manager is available for all users, except for those who use Hostinger Website Builder. You can access File Manager through the website management menu in hPanel. Locate it like this:
- Enter hpanel.hostinger.com in your browser and log in to your account.
- Scroll down on the homepage, select your hosting plan, and click Manage.
- In the website dashboard, select File Manager to browse your files and folders. Alternatively, navigate to the sidebar menu and go to Files → File Manager.
How to Use File Manager at Hostinger
To better understand how Hostinger’s File Manager works, we will next look at how to navigate the tool, how to manage and edit your files and folders, and how to use the advanced features.
Navigating the File Manager
The File Manager interface has three sections – the left menu, file management area, and top menu. The left menu contains the following:
- My files – open the File Manager’s root folder.
- New folder – create a new folder in the current directory.
- New file – make a new file in the current directory.
- Trash bin – access the deleted files.
- Settings – change File Manager options, including its language.
- Logout – close the File Manager session.
You can also see how much space is currently available and the number of inodes in the left menu. Inodes are special tags that tell your server what kind of file something is and where to find all its pieces.
The file management area is located in the middle of the interface – this is where you see the current directory’s files and folders. From this area, access the shortcuts for managing files, like deleting, editing, and renaming your files, by right-clicking on them.
The breadcrumb navigation shows your current location and lets you move to another folder or jump directly to the homepage.
The third area is the top menu, which contains shortcuts for downloading and uploading files, as well as other advanced features. If you select a file or a folder, this section will also show the right-click menu’s shortcuts.
Managing Files and Folders
Users can do several file and folder management tasks in File Manager. For instance, you can create, upload, download, rename, and move a file or a folder.
To create a new file or folder in File Manager, access your desired directory and navigate to the left menu. Click the respective icon, enter the file or folder name, and click Create to confirm.
When creating a new file, specify its name and extension, such as yourfile.php.
If you want to download or upload a file or folder, navigate to the top bar instead. Click the downward arrow icon to download the selected file or folder and the upward arrow to upload items from your computer.
To copy, rename, and move a file or folder, simply select the item, right-click, and select the action you want to perform from the dropdown menu. You can also delete an item this way.
Important! We recommend unchecking the Skip trash bin box to avoid deleting the files permanently. By using the trash bin feature, you can easily restore the files if you need them later.
Editing Files
Our File Manager has a built-in text editor that lets you revise files directly from the tool. It makes the editing process more efficient as you don’t need to download and make changes locally.
File Manager’s text editor also has a syntax highlighter feature that makes reworking files easier and less prone to errors.
To edit a file, select it, right-click to open the dropdown menu, and select Edit. In the text editor window, modify the code and click the disk icon on the top right to save the changes. Then, click the X button on the left to close the window.
Using Advanced Features
In addition to managing website files, File Manager has several advanced features to streamline your web development tasks.
Some of the most used File Manager features are:
- Bulk actions – manage multiple files simultaneously. With bulk actions, you can delete or move multiple files at once. Click the checkmark icon from the top menu, select the items, and choose the action.
- Search function – find a file or folder using its name. Users can also filter whether they are looking for images, videos, audio, or PDF files.
- Permission editor – manage the viewing, editing, and execution rights to your files and folders. Set different rights for the website owner, a user group, or individual users.
- Archive – store multiple items into a single zip or tar file. Use the bulk selection to choose the files and click archive from the top menu.
- Directory info – shows the size or last modification of the selected file or current directory. This feature will also show the number of inodes in the directory.
We recommend to always back up your website before making any changes to your site files. If you run into any issues, our expert Customer Success team is available for all Hostinger users 24/7 via live chat.
Conclusion
Hostinger’s File Manager is a tool that lets users easily control their website data without using an FTP client, SSH connection, or third-party software. It is used for various tasks, like troubleshooting errors or making changes to your website’s files.
To access this tool, log in to hPanel, select your hosting plan, and click Manage → Files → File Manager. You can also access the File Manager directly from your web hosting account’s dashboard.
Hostinger’s File Manager lets you create, delete, download, upload, or edit files and folders. It also has several advanced features, making it easy to perform bulk actions and set up file permission rights for different users.
How to Use File Manager FAQ
In this section, we will answer common questions about Hostinger’s File Manager to help you understand the tool better.
Can I Edit Files Directly on the Server Using Hostinger’s File Manager?
Yes. You don’t need SSH, an FTP client, or other third-party software to modify your website files. You can edit website files directly through the File Manager.
Can I Undo Changes Made Using Hostinger’s File Manager?
Yes. You can undo changes you made when editing files. However, you can’t undo file deletion or creation. For this reason, we recommend creating a backup before modifying any files.
What Happens if I Accidentally Delete a File or Folder Using Hostinger’s File Manager?
You can restore the deleted files from the trash bin. If you skip the trash bin, you can download your website backup and restore it to retrieve the file.
Comments
July 20 2017
there is no file manger option in files.. it all have only file manger2 option.if i click it then it redirects to this site
November 13 2017
where is the settings option in file manager? I want to use .htaccess which is hidden and can access by unhiding it from settings.
July 09 2020
how can i extract the file in folder not from import website
July 14 2020
Hey there! You can extract it by first uploading it directly via file manager, or via an FTP client, and then extracting it by right clicking on it and clicking Extract :)
October 29 2020
does wordpress hosting have file manager option or not?
February 02 2021
Hi there! Yes, WordPress plans do include the hPanel along with File Manager.
August 08 2021
Theme editor not showing in WordPress?
September 17 2021
Hi Vinod, theme editor might not be showing up due to some code in your wp-config.php file. If you see the line
define( 'DISALLOW_FILE_EDIT', true );
, made sure to change it todefine( 'DISALLOW_FILE_EDIT', false );
Then your theme editor should be working as per usual :)August 30 2021
hi there would you please show me the exact path of file(functions-enfold.php) thank you
September 20 2021
Hi, each website's structure is different, so it will be different depending on what kind of website you have and where it's set to store the file. However, you can find a specific file having connected to SSH with command
find . -name functions-enfold.php
December 10 2021
How did 403 forbidden happen??? I did not do it this is my tablet and no one else. It needs fixed
December 14 2021
Hi Evelyn, 403 error generally means that the user does not have appropriate permissions to reach the website. Feel free to check out our guide on fixing 403 error to help you resolve this!
August 29 2022
its telling me to enter credentials where can i get the username and the password ?
September 02 2022
Hello! If you're trying to access your File Manager and you're being asked to enter credentials, then you would need to use the your Hostinger credentials, or just refresh the login page to access File Manager ?
November 14 2022
I mistakenly deleted my public_folder How do I get it back? Do I have to create a new folder and rename it? Please help me I feel like I’m in trouble
November 18 2022
Hey! If you have accidentally deleted a folder within your website files, there's no need to worry, as you can restore a backup!
August 18 2023
i am struggling to see files on my file manager once it is saved. Also i can't see few files published already on a website.
August 25 2023
Hello! Drop a message to our Customer Success team and we will check it out.
March 06 2024
Hi, i just bought 100 website hostinger plan. And my friend purchased domain from Hostinger. Now, pls advice -- how to connect that domain to my hosting account so that i make WP site for him? Thanks... RS
April 18 2024
Hi Ramesh! To connect your friend's domain to your hosting account, you'll need to point the domain to Hostinger's servers. Update the nameservers in their Hostinger account with the details from yours, then proceed with WordPress installation from your hosting control panel and manage it via the "Admin Panel" in the "Websites" section of your control panel 😊