Developer Tools
The Logs page gives you a browser-based viewer for your server's key log files: Nginx/Apache access and error logs, PHP-FPM logs, MySQL slow query log, and the system journal. No SSH required.
Open your server and click "Logs" in the sidebar.
Use the dropdown at the top to select the log you want to view: Nginx Access, Nginx Error, PHP-FPM, MySQL Slow Query, System Journal, or a custom application log path.
The panel shows the last 200 lines of the selected log. Lines are colour-coded: errors in red, warnings in yellow, successful requests in grey.
Type in the search box to filter log lines in real time. Useful for finding all requests to a specific URL, or all lines containing a PHP error class.
Click "Refresh" to fetch the latest lines. Enable "Live Tail" to auto-refresh every 3 seconds — useful when debugging a live issue.
Click "Download" to save the full log file to your computer for offline analysis.
Tips