File Manager

The MyKinsta file manager gives you quick, direct access to your WordPress site’s files and folders. You can browse, view, rename, download, upload, and delete files, as well as create and rename folders, all within the MyKinsta dashboard without needing to connect via SFTP, saving you time and effort.

To access the file manager in MyKinsta, click Sites, select the sitename, and click Files. The default directory that opens is the Public directory. If the public directory does not exist or has been renamed, it opens at the root directory.

File manager in MyKinsta.
File manager in MyKinsta.

Folder options

Click on a folder to view its contents. To rename, move, copy, or delete a folder, use the kebab (three dots) and select the required option.

Rename, move, copy, or delete a WordPress folder in MyKinsta's file manager.
Rename, move, copy, or delete a WordPress folder in MyKinsta’s file manager.

Rename a folder

To rename a folder, use the kebab (three dots) and select Rename. Enter the new name for the folder, and click Rename folder.

Rename a folder in MyKinsta's file manager.
Rename a folder in MyKinsta’s file manager.

Move a folder

To move a folder, use the kebab (three dots) and select Move. Browse to the destination where you want to move the folder, click a folder to open it, or use the breadcrumbs to navigate back to a parent folder. Then click Move folder to move the folder into the selected location.

Move a folder in MyKinsta's file manager.
Move a folder in MyKinsta’s file manager.

Copy a folder

To copy a folder, use the kebab (three dots) and select Copy. Browse to the destination where you want to copy the folder to, click a folder to open it, or use the breadcrumbs to navigate back to a parent folder. Then click Copy folder to copy the folder into the selected location.

Copy a folder in MyKinsta's file manager.
Copy a folder in MyKinsta’s file manager.

Delete a folder

To delete a folder, use the kebab (three dots) and select Delete.

If the folder contains files or subfolders, the confirmation window will indicate that the folder is not empty, and deleting it will also permanently delete all of its contents.

To confirm the deletion, click Delete folder.

Delete a folder in MyKinsta's file manager.
Delete a folder in MyKinsta’s file manager.

Create a new folder

To create a new folder, browse to the destination where you want to create the folder, click a folder to open it, or use the breadcrumbs to navigate back to a parent folder and click Create folder.

Create a new folder in WordPress with MyKinsta's file manager.
Create a new folder in WordPress with MyKinsta’s file manager.

Enter a name for the folder, and click Create folder.

Add a folder name and click Create folder.
Add a folder name and click Create folder.

File options

To view, edit, download, rename, move, copy, or delete a file, click the kebab (three dots) and select the required option.

View, edit, download, rename, move, copy, or delete a WordPress file in MyKinsta's file manager.
View, edit, download, rename, move, copy, or delete a WordPress file in MyKinsta’s file manager.

View a file

To view a file, use the kebab (three dots) and select View. You can use File Manager to view files that contain readable text, such as code, configuration, and markup files (for example, PHP, HTML, CSS, JavaScript, JSON, XML, YAML, and SQL).

You cannot view document, media, or binary file formats. This includes files such as PDFs, Word documents, spreadsheets, images, videos, audio files, fonts, archives, or executables. To view these files, you must download them.

You can also edit the file from the view window. To go back to File Manager, click the cross to close the file.

View a file in MyKinsta's file manager.
View a file in MyKinsta’s file manager.

Edit a file

To edit a file, use the kebab (three dots) and select Edit. You can use File Manager to edit files that contain readable text, such as code, configuration, and markup files (for example, PHP, HTML, CSS, JavaScript, JSON, XML, YAML, and SQL).

You cannot edit document, media, or binary file formats. This includes files such as PDFs, Word documents, spreadsheets, images, videos, audio files, fonts, archives, or executables. To edit these files, you must download them, make the changes, and upload them again.

When you make the required changes to your file, click Save changes. To go back to File Manager, click the cross to close the file.

Edit a file in MyKinsta's file manager.
Edit a file in MyKinsta’s file manager.

Download a file

To download a file, use the kebab (three dots) and select Download. The file is downloaded to your default download location, which varies by operating system, as follows:

  • Windows: C:\Users\<username>\Downloads
  • macOS: /Users/<username>/Downloads
  • Linux: /home/<username>/Downloads

Rename a file

To rename a file, use the kebab (three dots) and select Rename. Enter the new name for the file, and click Rename file.

Rename a file in MyKinsta's file manager.
Rename a file in MyKinsta’s file manager.

Move a file

To move a file, use the kebab (three dots) and select Move. Browse to the destination where you want to move the file, click a folder to open it, or use the breadcrumbs to navigate back to a parent folder. Then click Move file to move the file into the selected location.

Move a file in MyKinsta's file manager.
Move a file in MyKinsta’s file manager.

Copy a file

To copy a file, use the kebab (three dots) and select Copy. Browse to the destination where you want to copy the file to, click a folder to open it, or use the breadcrumbs to navigate back to a parent folder. Then click Copy file to copy it into the selected location.

Copy a file in MyKinsta's file manager.     
Copy a file in MyKinsta’s file manager.

Delete a file

To delete a file, use the kebab (three dots) and select Delete. To confirm the deletion, click Delete file.

Delete a file in MyKinsta's file manager.     
Delete a file in MyKinsta’s file manager.

Upload a file

To upload a file, browse to the directory you want to upload the file to, and then click Upload file.

You cannot upload a file with the same name as an existing file in the folder. If a file with that name already exists, MyKinsta will skip the upload. To upload the file again, first delete the existing file, then upload the new version.

Upload a file to your WordPress site in MyKinsta.
Upload a file to your WordPress site in MyKinsta.

Browse to the file on your computer and click Open.

A symlink is a shortcut or a link that points to another file or folder within your WordPress directory. It lets you access a file or directory from one location while the actual file lives somewhere else.

Symlinks are commonly used for:

  • Shared files or assets: Multiple WordPress sites may use the same uploads folder, plugin, or media library through a symlink instead of storing duplicate copies.
  • External or mounted storage: A symlink can point the uploads directory to external storage, such as a mounted network drive or cloud storage volume.
  • Development workflows: Developers often symlink plugins or themes from a local development repository into the WordPress wp-content directory, so changes update immediately without copying files.
  • Keeping large files outside the main WordPress directory: Large media libraries, backups, or generated files can be stored outside the main WordPress installation while still appearing accessible from within WordPress through a symlink.

If a folder or file uses a symlink, the link to that file or folder is shown in MyKinsta’s file manager.

Symlink in MyKinsta's file manager.
Symlink in MyKinsta’s file manager.

To rename, move, copy, or delete a symlink, click the kebab (three dots) and select the required option.

Rename, move, copy, or delete a symlink in MyKinsta's file manager.
Rename, move, copy, or delete a symlink in MyKinsta’s file manager.

To rename a symlink, use the kebab (three dots) and select Rename. Enter the new name for the symlink, and click Rename symlink. Renaming a symlink only changes the name of the link itself; it does not rename or modify the original file or folder it points to.

Rename a symlink in MyKinsta's file manager. 
Rename a symlink in MyKinsta’s file manager.

To move a symlink, use the kebab (three dots) and select Move. Browse to the destination where you want to move the symlink, click a folder to open it, or use the breadcrumbs to navigate back to a parent folder. Then click Move symlink to move the symlink to the selected location. This only moves the link; it does not move the original file or folder it points to.

Move a symlink in MyKinsta's file manager.
Move a symlink in MyKinsta’s file manager.

To copy a symlink, use the kebab (three dots) and select Copy. Browse to the destination where you want to copy the symlink to, click a folder to open it, or use the breadcrumbs to navigate back to a parent folder. Then click Copy symlink to copy the symlink to the selected location.

Copy a symlink in MyKinsta's file manager.
Copy a symlink in MyKinsta’s file manager.

To delete a symlink, use the kebab (three dots) and select Delete. To confirm the deletion, click Delete symlink.

Delete a symlink in MyKinsta's file manager.
Delete a symlink in MyKinsta’s file manager.

Bulk options

You can move, copy, and delete multiple files and folders simultaneously. Select the required files and folders, click Actions, and select Move, Copy, or Delete.

Move, copy, or delete multiple files and folders in MyKinsta's file manager.
Move, copy, or delete multiple files and folders in MyKinsta’s file manager.
Was this article helpful?

© 2013 - 2026 Kinsta Inc. All rights reserved. Kinsta®, MyKinsta®, DevKinsta®, and Sevalla® are trademarks owned by Kinsta Inc.The WordPress® trademark is the intellectual property of the WordPress Foundation, and the Woo® and WooCommerce® trademarks are the intellectual property of WooCommerce, Inc. Uses of the WordPress®, Woo®, and WooCommerce® names in this website are for identification purposes only and do not imply an endorsement by WordPress Foundation or WooCommerce, Inc. Kinsta is not endorsed or owned by, or affiliated with, the WordPress Foundation or WooCommerce, Inc. Legal information