How to Edit a File in the Plesk File Manager

The Plesk File Manager lets you view and edit the files inside your hosting subscription directly in the browser, without needing an FTP client or SSH access. This guide shows you how to open a file for editing, make your changes, and save them on Noiz hosting.

Last reviewed: 27 July 2026, against Plesk Obsidian (latest stable). This guide is written for Noiz hosting and is kept current against Plesk. It complements, and does not replace, the official Plesk documentation linked below.

Official Documentation Reference

Prerequisites

  • Access to your Plesk control panel. If you are not sure how to log in, see How to Log in to Plesk.
  • An existing file in your subscription that you want to edit.

Edit a File in the Plesk File Manager

Step 1: Log in to your Plesk account.

Step 2: Click Files in the sidebar menu.

plesk-client-files-menu.gif

Step 3: Under File Manager, open the httpdocs directory. This is the document root for your main website, so the files that make up your site live here.

plesk-filemanager-httpdocs.gif

Step 4: Hover over the file you want to change so its row is highlighted, then click the menu icon plesk-contextmenu-file-edit.gif at the end of the row to open the context menu. Choose Edit in Code Editor for source-accurate editing of code, or Edit in HTML Editor for a visual editor.

plesk-filemanager-edit-file-contextmenu.gif

Step 5: Make your changes, then save by clicking OK. The saved file goes live immediately, so there is no separate upload or publish step.

plesk-editor-ui.gif

Which Editor Should You Use?

Plesk offers more than one editor from the context menu, and the choice matters:

  • Code Editor shows the raw source with syntax highlighting and line numbers. Use it for HTML, CSS, PHP, JavaScript, configuration files (such as .htaccess or wp-config.php), and anything where the exact characters matter.
  • HTML Editor is a visual (WYSIWYG) editor. It is convenient for simple text and formatting changes, but it can rewrite or reformat your markup when it saves. Avoid it for files that contain code you have hand-written, or your layout may change unexpectedly.
  • Text Editor is a plain, no-frills option for quick edits to plain-text files.

Before You Save: A Few Gotchas

  • Changes are live instantly. Because you are editing the file in place on the server, saving overwrites the running copy at once. For an important file, make a copy first: select the file, choose Copy from the context menu, and keep the copy as a quick rollback.
  • Permissions. If saving fails, the file or its parent directory may not be writable. Check the file's permissions in the File Manager and adjust them if needed.
  • Encoding. The editors save in UTF-8. If you paste content from another program and see odd characters, that is usually a character-encoding mismatch in the source you copied.

Need a Hand?

If you would rather not edit production files yourself, or a change has broken your site, Noiz support can help. Managed hosting customers can ask the Noiz team to make the edit or restore the file for you.

  • 0 Users Found This Useful
  • plesk, files, edit, editor
Was this answer helpful?

Related Articles

How to Upload Files via the Plesk File Manager

This guide shows you how to upload files to your website using the Plesk File Manager on your...

How to Create Files and Directories in the Plesk File Manager

This guide shows you how to create a new directory (folder) and a new file inside the File...

How to Create an FTP Account in Plesk

You can already reach your files over FTP with your main Plesk subscription login, which gives...

How to Change an FTP Account Password in Plesk

This guide shows you how to change the password on an additional FTP account for a domain hosted...

How to Rename an FTP Username in Plesk

This guide shows you how to rename an existing FTP account in Plesk, changing the username you...