# Manage WordPress files in the MyKinsta dashboard

**URL:** https://community.kinsta.com/t/manage-wordpress-files-in-the-mykinsta-dashboard/6410
**Category:** News and Announcements
**Created:** [June 5, 2026, 5:11pm UTC](https://community.kinsta.com/t/manage-wordpress-files-in-the-mykinsta-dashboard/6410 "2026-06-05T17:11:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jeff](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/jeff/32/16_2.png) [@jeff](https://community.kinsta.com/u/jeff)
#### Post date: [June 5, 2026, 5:11pm UTC](https://community.kinsta.com/t/manage-wordpress-files-in-the-mykinsta-dashboard/6410/1 "2026-06-05T17:11:57Z")

</div>

Based on our totally unscientific survey (we asked a few people), the file most often edited in a WordPress installation is `config.php`. Usually less than 4KB, this file contains the information a site needs to get online after a migration or changes (sometimes unexpected) to the database backend.

But editing `config.php` (even in an emergency) demands access to the server’s file system usually available only through tools like an FTP/SFTP client. That means you need to add server addresses, usernames, and passwords to another application that has access to your website.

Our new **Files** tool in the MyKinsta dashboard provides quick access to every file in a WordPress installation, including essential components like configuration files. Maybe more importantly, the work within the **Files** tool we call the file manager around here happens under the same security umbrella you have chosen for MyKinsta’s multi-factor authentication.

## How to manage files and folders in MyKinsta

The new file manager is just a couple of clicks away when you log in to MyKinsta. After selecting a WordPress site in the dashboard, you’ll find **Files** in the left-hand menu:

 ![A screenshot of the MyKinsta dashboard with the Files option highlighted.](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/2/26b3862bcc880db423c7033dcd629810fd123ae6.png)Accessing **Files** in the MyKinsta dashboard.

From here, you can now…

- Navigate the directories of a WordPress installation
- Upload, download, rename, move, copy, and delete files
- Create, rename, move, copy, and delete folders
- Rename, move, copy, and delete symbolic links (symlinks)
- View and edit text files (including PHP, JavaScript, and style sheet documents)

What’s more, some of these actions can be performed in bulk for multiple files and folders simultaneously.

Let’s take a closer look at some of these capabilities. But first, a warning:

### Important

The file manager allows quick changes to files and folders within a WordPress installation without the overhead of SFTP logins. In an emergency, it might even help you get a misconfigured website back online fast. But errors in changes to files or folders can also take your site offline.

Make sure your site is backed up before making changes. This is particularly important when working in live environments.

### Working with folders

Navigate your website’s file system by clicking on folder names. A breadcrumb menu at the top of the file manager display allows you to jump to any location on the current path.

At any time, you can create a new folder at the current location by clicking the Create folder button near the top of the page:

 ![A screenshot showing the MyKinsta file manager interface with the Create folder button hilighted.](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/1/108e9e0bf75d2eef4568ecf0ca80c86374355594.png)Locating the **Create folder** button.

Other folder actions (renaming, moving, copying, or deleting) begin by clicking on the kebab (three-dot) menu to the right of a folder name:

 ![A screenshot showing the kebab menu with folder actions in MyKinsta.](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/4/48c6f33b56e954eaa8488eb82e494ac8612f1199.png)  
The kebab menu initiates most folder actions.

When copying or moving a folder, you will be asked to navigate to the destination for the action:

 ![A screenshot showing the dialog for moving a file in the MyKinsta file manager.](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/2/2d0a32c62bccc97faf78b3c76b7626ea29a065b9.png)Moving a folder in MyKinsta’s file manager.

**Note:** When moving, copying, or deleting a folder, you will be moving, copying, or deleting all of that folder’s contents.

The file manager opens with a view of the `public` folder, which is the root directory of most WordPress sites at Kinsta. But you can navigate up another level for access to resources like site logs:

 ![Screenshot showing folder contents within the MyKinsta file manager.](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/1/1f7c46c7bdf10135713e161f988373466c321bdb.png)Display of folder contents within the MyKinsya file manager.

The `logs` folder in the display above is a symlink. The real path of a symlink is displayed beside the file or folder name (`/var/log/siteslogs` in this case).

### Working with files

Viewing the contents of a file is the default action for plain-text documents in the file manager. Simply click on the filename to view documents like PHP code, JavaScripts, CSS, and more:

 ![A screenshot showing a file view in MyKinsta's file manager.](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/d/d6f32457aea71ce588c39881dc42e2282776a718.png)Viewing a PHP file in MyKinsta’s file manager.

You can’t view binary files (like images, PDFs, audio and video files, and Word documents). If you attempt to view a binary file, you are asked if you would like to download the file instead:

 ![A screenshot showing the prompt to download a binary file in MyKinsta's file manaager.](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/e/ec1b1b3949ecd1620863bda8626691f03775be67.png)A download prompt for a binary ZIP file in the MyKinsta file manager.

**View** is just one of the actions available for files in the kebab menu to the right of a filename:

 ![A screen shot showing the actions available for files in MyKinsta.](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/c/cf531a0179ecc60af7ce363f6bc34160f7bac31c.png)The file options menu in the MyKinsta file manager.

You can begin editing a file by selecting **Edit** in the kebab menu or by clicking the **Edit** button when viewing a file:

 ![](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/6/65c4308aebdfdae01ca8c640dc2d49cbd066df4c.png)Locating the **Edit** button in the file manager’s file viewer.

After making edits, you can write the revised file to disk by clicking the **Save changes** button:

 ![A screenshot with the Save changes button highlighted in the MyKinsta file manager,](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/5/5d9661f4e0211d1a95dd9674b72cef9c95cee199.png)The **Save changes** button commits edits to disk.

Files can also be downloaded from the server and uploaded:

 ![A screenshot with the Upload file button highlighted in the MyKinsta file manager.](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/5/5b5475d459c40129c4519e068661c82bfc6f06ee.png)Locating the **Upload file** button in MyKinsta’s file manager.

This is a great way to download a file for editing in your preferred application before returning it to the server.

Like with folders, when moving or copying a file, the file manager will ask you to navigate to a target destination:

 ![A screenshot showing the dialog when copying a file in the MyKinsta file manager.](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/5/58f4bc9444636bfcdd1d9d4dee169ee01a5fdbe9.png)The file manager dialog for copying a file.

You can move, copy, and delete multiple files and folders simultaneously. Select the target files and folders using the checkboxes to the left of their names and then choose the desired action from the **Actions** menu:

 ![A screenshot showing the options available in the kebab menu when executing bulk actions.](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/2/256ae9783f274effc99caaa68e6af99daa0b8722.png)An example of bulk actions in the MyKinsta file manager.
### Working with symlinks

You can use the file manager to rename, move, copy, and delete symlinks:

 ![A screenshot showing the kebab menu actions for symlinks in the MyKinsta file manager.](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/0/0740d5472b7bf33cb16a35655428da478acc948c.png)The actions available for symlinks in the MyKinsta file manager.
## Tell us what you think

June 2026 marked the first release of the file manager. You can learn more about the feature in our [extensive documentation](https://kinsta.com/docs/wordpress-hosting/site-management/wordpress-file-manager/), and we hope you’ll find it to be a time-saver right inside MyKinsta.

Do you have your own wish list for an in-dashboard file manager? [Let us know](https://kinsta.com/kinsta-support/)!

The post [Manage WordPress files in the MyKinsta dashboard](https://kinsta.com/changelog/file-manager/) appeared first on [Kinsta®](https://kinsta.com).

* * *
This is a companion discussion topic for the original entry at [https://kinsta.com/changelog/file-manager/](https://kinsta.com/changelog/file-manager/)
