File Manager & Log Viewer
File Manager
Section titled “File Manager”URL: /dashboard/site/[id]/file-manager
Browse, edit and manage your WordPress site files directly from the browser, without a separate FTP client.
Features
Section titled “Features”- 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
.ziparchives - Edit file permissions (CHMOD)
- Select multiple files for bulk operations
Log Viewer
Section titled “Log Viewer”URL: /dashboard/site/[id]/logs
Read WordPress logs in real time to identify PHP errors, plugin issues and malfunctions.
Prerequisite
Section titled “Prerequisite”Enable the debug log in wp-config.php:
define('WP_DEBUG', true);define('WP_DEBUG_LOG', true);