Control Panel

How do I clear the console?

The console is a live stream of your server's output, so "clearing" it simply tidies your current view — it never erases your actual logs. Here's how to reset the on-screen clutter and, more usefully, how to cut down the noise at its source.

How it works

Everything the console shows is also written to latest.log in the Files tab. That means refreshing or navigating away only clears what's displayed on screen; your full log history stays safely on disk.

How to clear your view

  1. Refresh the Console tab, or navigate away and back — the on-screen history resets to recent output.
  2. To reduce noise going forward, address whatever is spamming the console (see the console-spam article) rather than trying to wipe it repeatedly.

Tip: Because everything is saved to latest.log in the Files tab, nothing is lost when the view refreshes — you can always read the full history there.

Frequently asked questions

Can I delete old logs? Yes, you can remove old log files in the Files tab under the logs folder, but there's rarely a need — they're small and useful for diagnosing issues.