Server Log Parser & Analyzer
💡 Where to Find Your Logs
Server Log Location:
/profile/logs/example_date/console.log
Replace "example_date" with your server's current log session folder.
Common Log Files:
- •
.backend
- Backend system logs - •
console.log
- Main server console output - •
error.log
- Error messages and exceptions - •
script.log
- Script errors and warnings
Quick Tips:
- • Look for the most recent log folder by date
- • Check console.log first for startup errors
- • Use error.log for critical system issues
- • Use script.log for mod-related issues
- • Logs are created each time the server starts
No log entries parsed yet. Upload or paste log content and click "Analyze Log".