Terminal
Live server log console for real-time monitoring and deep debugging.
The Terminal is Voxta's diagnostic console — a live stream of everything the server is logging in real time. Service startups, AI calls, errors, warnings, performance metrics — all of it scrolls here.
Open the Terminal by pressing F2 or via the Advanced menu.
When to open it
- Something's broken — the Terminal almost always has an error message that pinpoints the issue.
- A service won't start — watch the Terminal as you re-enable it to see exactly where startup fails.
- First time installing a Python-based service — dependency installs log here. If installation hangs, the Terminal shows you which package is taking forever.
- You filed a bug report — copy a relevant Terminal slice and attach it.
Filtering
The Terminal supports filtering by log level (info / warning / error) and by source service. Use the filters when the log is too noisy to read — drop down to errors-only when triaging.
Logs are also written to disk in your Voxta Data folder. If you need a longer history than what's visible on screen, look there.