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.

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 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.

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.

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.

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.

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.

Enter a name for the folder, 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 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.

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.

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.

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.

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.

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

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.

Browse to the file on your computer and click Open.
Symlinks
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
uploadsdirectory 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-contentdirectory, 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.

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

Rename a symlink
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.

Move a symlink
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.

Copy a symlink
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.

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

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.
