Plesk File Manager is one of the most practical tools for day-to-day website administration. It allows you to browse, upload, edit, move, rename, compress, and delete files directly from the control panel without connecting through FTP or SSH. For hosting users, developers, and site administrators, this can save time when making quick changes to website files, checking logs, or managing application assets.
In a managed hosting environment, File Manager is especially useful when you need fast access to files in your hosting account but do not want to use an external client. It provides a browser-based interface for working with the document root, configuration files, media folders, backups, and other content stored on the server. This guide explains how to use File Manager in Plesk, what you can do with it, common use cases, and best practices for safe file management.
What File Manager in Plesk is used for
File Manager is a built-in Plesk tool that gives you visual access to the filesystem of your hosting subscription or domain. Instead of navigating directories through command-line tools, you can open folders in the panel and manage files through a web interface.
Typical uses include:
- Uploading website files such as HTML, CSS, JavaScript, images, and application assets.
- Editing configuration files like
.htaccess,web.config, or application-specific config files. - Reviewing logs for troubleshooting.
- Creating folders for new application content.
- Renaming, copying, moving, or deleting files and directories.
- Extracting archives or compressing files before download or transfer.
For hosting customers, this is often the simplest way to perform small changes without leaving the hosting control panel. It is particularly convenient for static websites, staging environments, WordPress maintenance, and quick emergency fixes.
How to open File Manager in Plesk
The exact navigation can vary slightly depending on the Plesk theme and hosting provider configuration, but the general steps are the same.
Step-by-step access
- Log in to your Plesk control panel.
- Select the relevant subscription, domain, or website.
- Open Files or File Manager from the domain tools section.
- Browse the directory tree to reach the folder you need.
In many hosting accounts, the main website files are stored in the httpdocs directory. This is usually the document root for the domain, meaning files placed there are publicly accessible through the website.
If your hosting plan includes multiple sites or separate subscriptions, be sure you are working in the correct domain context before changing files. This helps prevent accidental edits to the wrong website.
Main areas of the File Manager interface
Once File Manager opens, you will typically see a file list, folder navigation, and action controls. The layout may differ slightly, but the core functionality remains consistent.
Folder navigation
The folder tree lets you move between directories on the hosting account. You can expand folders, go up one level, and quickly access common locations such as:
httpdocsfor public website fileslogsfor website and server logsprivateor similar protected folders for non-public data
File list
The file list displays names, sizes, modification dates, and file types. This view helps you identify the correct file before editing or replacing it.
Toolbar actions
Depending on permissions and interface layout, the toolbar may include options such as:
- Upload
- New File
- New Folder
- Edit
- Open
- Copy
- Move
- Rename
- Delete
- Compress
- Extract
- Permissions
- Download
How to upload files in Plesk File Manager
Uploading files is one of the most common tasks performed through File Manager. This is useful when you need to add website pages, replace images, deploy application files, or update content without using FTP.
Upload procedure
- Open the target folder, usually
httpdocsor a subfolder inside it. - Click Upload.
- Select one or more files from your local device.
- Wait for the upload to finish.
- Confirm the files appear in the directory.
If you are uploading a complete site build, it is usually better to compress the files into a ZIP archive first, upload the archive, and then extract it inside the correct directory. This often reduces upload time and keeps the deployment process organized.
Best practices for uploads
- Check the destination folder before uploading.
- Keep filenames simple and consistent.
- Avoid spaces and special characters unless required by your application.
- Use the correct file encoding for text files, especially when editing configuration or language files.
How to edit files directly in Plesk
File Manager includes a built-in text editor for modifying plain-text files such as HTML pages, CSS stylesheets, PHP scripts, JSON files, and configuration files. This is useful for quick changes and troubleshooting.
Editing a file
- Locate the file you want to edit.
- Right-click it or select it and choose Edit.
- Make the required changes in the editor.
- Save the file.
For example, you may use the editor to update a maintenance message, correct a path in a configuration file, or add a redirect rule. However, for large files or complex development workflows, local editing tools and deployment methods are often more efficient.
Important notes when editing
- Always back up the file before editing critical configuration.
- Be careful with syntax in files such as
.htaccess, XML, JSON, and PHP. - Do not use the editor for binary files such as images, archives, or compiled assets.
- If the file controls site routing or server behavior, test changes immediately after saving.
How to create folders and files
File Manager lets you create new directories and blank files directly in the hosting account. This is useful for building site structure, preparing application folders, or adding placeholder files.
Create a new folder
- Open the parent directory where the new folder should be created.
- Select New Folder.
- Enter the folder name.
- Confirm creation.
Create a new file
- Go to the folder where the file should be placed.
- Select New File.
- Enter the filename with the correct extension.
- Open the file and add content if needed.
Creating folders from File Manager is useful for organizing content such as images, assets, cache, uploads, or application-specific directories. Good folder structure helps keep hosting accounts manageable over time.
How to move, copy, rename, and delete files
These actions are common when managing website content, but they should be used carefully. Small mistakes in file names or paths can affect website availability.
Moving files
Use move when you want to place a file or folder in a different directory. This is useful for reorganizing content or replacing outdated assets.
Copying files
Copy creates a duplicate file in another location. This is helpful when preparing backups, duplicates for testing, or alternative versions of the same content.
Renaming files
Rename is often used to activate or disable configuration files, version files, or maintenance pages. For example, renaming a backup file extension may temporarily remove it from use by the website.
Deleting files
Delete permanently removes a file or folder from the hosting account. Before deleting anything, confirm that it is no longer required by the application or website.
For safety, avoid deleting directories that contain application core files unless you are certain they are no longer needed. If the hosting platform supports a trash or recycle feature, use it when available. Otherwise, it is best to create a backup first.
How to use archives in File Manager
Plesk File Manager usually supports working with compressed archives such as ZIP files. This is convenient for deployments, transfers, and backups.
Compress files
Compression groups selected files or folders into a single archive, making them easier to download or move. This is especially useful when you need to export site content or reduce the number of upload actions.
Extract archives
Extraction unpacks the archive into the selected folder. This is commonly used when deploying a website package or restoring content from a compressed backup.
When to use archives
- Uploading a full website package
- Backing up a set of files before making changes
- Moving assets between environments
- Installing a theme, template, or extension package
After extraction, verify that the files were placed in the correct directory. A common mistake is extracting into one folder level too deep, which can cause missing file errors on the site.
How to set file permissions in Plesk
Permissions control who can read, write, or execute files on the server. In hosting environments, correct permissions are important for both security and application stability.
Common permission use cases
- Allowing a web application to write to an upload directory
- Restricting access to sensitive configuration files
- Fixing issues caused by incorrect ownership or access settings
In Plesk, you may be able to view and adjust permissions for specific files and folders from File Manager. If you are not sure which values to use, follow your application’s documentation or your hosting provider’s recommendations.
As a general rule, use the least permissive settings that still allow the site to function. Overly open permissions can create security risks, while overly restrictive permissions may prevent the application from working correctly.
How to work with website logs
File Manager can also help you inspect logs stored in your hosting account. Logs are useful when troubleshooting website errors, email issues, redirects, or failed application requests.
Typical log use cases
- Checking PHP errors
- Reviewing access requests
- Finding redirect loops or 404 errors
- Identifying file permission problems
Log files may grow quickly, so it is a good idea to review them periodically. If you are diagnosing a production issue, the most recent entries are usually the most relevant.
Safe file management tips for hosting users
File Manager is convenient, but it should be used carefully, especially on active production websites. A few basic practices can reduce the risk of downtime or data loss.
- Always verify you are in the correct domain or subscription before editing files.
- Make a backup before changing configuration files or replacing live assets.
- Prefer small, incremental edits over large untested changes.
- Test pages after uploads or file replacements.
- Keep file and folder names consistent to avoid broken links.
- Do not store sensitive data in publicly accessible folders.
If your hosting account supports staging, it is often best to test major changes there first and then apply them to production after validation.
Common use cases for Plesk File Manager
File Manager is used in many everyday hosting tasks. Some of the most common scenarios include:
- Replacing a homepage file during a website update
- Uploading an SSL verification file or domain validation asset
- Editing
.htaccessfor redirects, caching, or access control - Updating CMS configuration files after a migration
- Checking logs after a plugin or theme update
- Moving image assets into a new folder structure
- Deploying a static landing page quickly during maintenance
For hosting customers who manage multiple websites, the file browser can also help with routine maintenance across different domains, as long as access is properly organized and permissions are clear.
Troubleshooting File Manager issues
If File Manager is not working as expected, the issue is often related to permissions, account limits, browser behavior, or file access restrictions.
File or folder not visible
Confirm that you are in the correct directory and that the file is not hidden by naming rules or permissions. Some files beginning with a dot, such as .htaccess, may require settings that allow hidden files to be shown.
Unable to edit a file
This may happen if the file is read-only, restricted by permissions, or locked by the system. Check permissions first and confirm that your hosting plan allows the required access.
Upload fails or stops
Large files may fail due to browser limits, timeouts, or server restrictions. Try uploading a ZIP archive instead of many separate files, or use an alternative transfer method if supported.
Changes do not appear on the website
This can happen because of caching, incorrect file location, or editing the wrong domain. Clear application or browser cache and confirm the file is in the correct document root.
Accidentally deleted or overwritten a file
Restore the file from a backup if one is available. This is one of the main reasons backups are essential before editing live hosting files.
Best practices for using File Manager in managed hosting
In a managed hosting environment, File Manager should be treated as a convenient operational tool rather than a replacement for proper deployment workflows. It is best used for quick fixes, small adjustments, and emergency maintenance.
- Use version control for application code whenever possible.
- Keep a separate backup before making direct changes in production.
- Use File Manager for targeted edits, not large-scale code management.
- Document important file changes so future maintenance is easier.
- Coordinate with your hosting provider if you suspect server-side restrictions.
For websites that require frequent updates, consider combining File Manager with FTP, Git deployment, or SSH-based workflows depending on the tools included in your hosting service.
FAQ
What is the default website folder in Plesk?
In many Plesk hosting accounts, the main website files are stored in httpdocs. This is usually the public document root for the domain.
Can I use File Manager instead of FTP?
Yes, for many tasks File Manager can replace FTP. It is convenient for uploads, edits, and quick changes, but FTP may still be better for large transfers or ongoing file management.
Is it safe to edit configuration files in File Manager?
Yes, but only if you understand the file’s syntax and have a backup. A small mistake in a configuration file can affect the website immediately.
How do I upload a full website through File Manager?
You can upload a ZIP archive containing the site files to the correct folder and then extract it there. After extraction, confirm that the files are in the correct document root.
Can I change file permissions in Plesk?
In many cases, yes. File Manager may allow permission changes depending on your hosting plan and account settings. Use only the permissions needed for the application to work properly.
Why can’t I see some files in File Manager?
Hidden files, restricted folders, or permission settings may prevent certain files from appearing. If needed, check whether hidden files are enabled and confirm that the folder is accessible.
What should I do before deleting a file?
Back it up first, confirm that it is not used by the website, and if possible test the impact in staging before removing it from production.
Conclusion
Plesk File Manager is a practical tool for hosting users who need direct access to website files without using external software. It supports common hosting tasks such as uploading content, editing configuration files, organizing folders, managing archives, and reviewing logs. When used carefully, it can speed up maintenance and simplify routine administration inside the Plesk control panel.
For the best results, use File Manager with a backup-first approach, verify the correct domain and document root before making changes, and apply cautious file permission practices. In a hosting environment, those habits help keep websites stable, secure, and easier to maintain over time.