File Manager

The File Manager lets you browse and edit a sandbox's files right in your browser — no SFTP, no SSH. A file tree on the left, a code editor on the right.

Open it

On any ready sandbox, open the actions menu (the button) and choose File Manager. It opens over your dashboard.

Browse and edit

  • Tree (left): click a folder to expand it; click a file to open it. There's a search box to jump to a path.
  • Editor (right): a full code editor with syntax highlighting. Make changes and click Save.
  • Theme: toggle the light/dark theme with the sun/moon button; it remembers your choice.

Manage files

The toolbar acts on the Target folder — shown in the toolbar and set by your tree selection (a folder selects itself; a file selects its parent folder).

ActionWhat it does
New folder / New fileCreate an empty folder or file in the target folder.
UploadUpload a file into the target folder, with a live progress bar.
Copy / PasteCopy the selected file or folder, then paste it into the target folder.
RefreshRe-read the tree (keeps your expanded folders).

With a file open in the editor, its header has Download, Rename, and Delete as well.

Read-only files

Some files open in read-only mode:

  • Protected files — files SandyWP manages (such as wp-config.php) can be viewed but not edited.
  • Binary files — images and other non-text files can't be edited in the editor; download them instead.
  • Very large files — files too big for the editor are download-only.

Notes

  • The File Manager works on a ready sandbox; it isn't available while a sandbox is still provisioning.
  • On sandboxes with a very large number of files, the tree may be truncated — a note tells you when that happens.
  • Uploads count toward your storage.

Next steps