Skip to content

File Manager & Log Viewer

URL: /dashboard/site/[id]/file-manager

Browse, edit and manage your WordPress site files directly from the browser, without a separate FTP client.

  • Browse site folders (public_html, wp-content, plugins, themes, etc.)
  • View and edit text files: .php, .js, .css, .json, .html, .htaccess, wp-config.php
  • Create new folders and files
  • Rename, move, copy and delete files and folders
  • Compress to .zip archives
  • Edit file permissions (CHMOD)
  • Select multiple files for bulk operations

URL: /dashboard/site/[id]/logs

Read WordPress logs in real time to identify PHP errors, plugin issues and malfunctions.

Enable the debug log in wp-config.php:

define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);