Browse your files.
No FTP.
Browse, edit, upload, and download remote WordPress site files in the browser — no FTP, SSH, or server credentials required.
Full WordPress filesystem access without FTP. WP Smart includes a complete file manager with integrated Monaco Editor (same engine as VS Code). Edit, upload, and manage files for any site in a few clicks.
Tree navigation
Sidebar with an expandable folder hierarchy. The active path syncs to the URL for shareable links and the Back button.
Integrated Monaco editor
Code editor with syntax highlighting for PHP, HTML, CSS, JS, JSON, and more — the VS Code engine, in the browser.
Multi-file upload
Upload multiple files in parallel in one selection — direct API upload to the WordPress site, not through WP Smart servers.
Download files
Download any file as a local backup in one click — essential before editing critical files like functions.php.
Rename and edit
Rename files and folders inline. Edit any text file in Monaco and save straight to the server.
Permission management
Change chmod on files and folders with numeric input (e.g. 644, 755) — fix permission errors without the terminal.
Zip and unzip
Create ZIP archives from files and folders or extract existing ZIPs in the browser — no SSH required.
Drag and drop
Drag files and folders from the main panel to the sidebar to move them — no terminal, no mv commands.
Delete with confirmation
Delete files and folders with a confirmation toast — removal happens on the remote site server.
Image and video preview
Click an image or video file to open an in-app overlay preview — no download needed.
Manage the site’s core safely
Skip the download-edit-upload FTP loop. With the built-in editor you change files in seconds, with clear visuals and minimal risk.
<?php
// Child theme — safe edits
add_action('wp_enqueue_scripts', function () {
wp_enqueue_style('parent-style',
get_template_directory_uri() . '/style.css'
);
}, 20);Direct to site · parallel uploads · no WP Smart storage hop.
No more endless FTP uploads
Save time on custom work — upload whole file sets at once and see changes on the WordPress site immediately, without waiting.
Permissions in seconds
A filesystem privilege UI that replaces the command line — apply recursive or specific permissions with validation that blocks unsafe settings.
Manage the server like your desktop
Forget terminal commands or endless FileZilla queues — move plugins, templates, or whole file sets with a mouse gesture, every time you touch the site.