Server Console
The console gives you direct access to your server's terminal. View logs, run commands, and troubleshoot issues in real-time.
Accessing the Console
- Go to your server dashboard
- Click the Console tab in the sidebar
- The terminal window will load with recent logs
Console Interface
Log Output
The main area displays server output:
- Server startup messages - Configuration and initialization
- Player activity - Joins, disconnects, chat (game-dependent)
- Command output - Results from commands you run
- Errors and warnings - Issues that need attention
Logs are color-coded:
- White - Normal output
- Yellow - Warnings
- Red - Errors
Command Input
At the bottom, you'll find the command input field:
- Type your command (without prefix like
/) - Press Enter to send
- View the output in the log area
Commands vary by game. Check your game's documentation for available commands.
Running Commands
How to Run Commands
- Click the command input field
- Type your command
- Press Enter
Most game commands work without a prefix. For example:
- Minecraft: Type
say Helloinstead of/say Hello - The leading slash is added automatically
Command History
Press the Up Arrow key to cycle through previous commands. This saves time when running similar commands repeatedly.
Common Command Examples
Commands vary by game, but here are typical examples:
Server Management:
save-all # Save the world
stop # Gracefully stop the serverPlayer Management:
list # Show online players
kick [player] # Remove a player from the server
ban [player] # Ban a player permanentlyWorld Commands:
time set day # Change time to day
weather clear # Clear the weatherConsole Features
Auto-Scroll
The console automatically scrolls to show new output. Click anywhere in the log area to pause auto-scroll, then click the "Scroll to bottom" button to resume.
Copy Output
Select text in the console and copy it to share error messages or logs with support.
Clear Console
Click the clear button to remove all visible logs. This only clears your view - server logs are still saved.
Permission Requirements
Console access depends on your permission level:
| Permission | Can View | Can Send Commands |
|---|---|---|
| Read | ✓ | ✗ |
| Write | ✓ | ✓ |
| Admin | ✓ | ✓ |
Be careful with commands! Some commands can cause data loss or break your server. Always make a backup before running risky commands.
Troubleshooting
Console Not Loading
- Check your internet connection
- Refresh the page
- Try a different browser
- Clear browser cache
Commands Not Working
- Server offline - Start the server first
- Wrong syntax - Check the command format
- No permission - You need Write or Admin access
- Game limitation - Some commands only work in certain contexts
Excessive Errors in Console
If you see many errors:
- Take a screenshot or copy the error messages
- Check if the errors started after a specific change
- Review recent file modifications
- Restore from a backup if needed
- Contact support with the error details
Console Disconnected
If the console disconnects:
- The page will show a "Reconnecting" message
- Wait a few seconds for automatic reconnection
- If it doesn't reconnect, refresh the page
- Check if the server is still running
Best Practices
- Make backups before running commands that modify data
- Test commands on a test server first when possible
- Read documentation for your game's specific commands
- Monitor output after running commands for errors
- Keep logs by copying important output for reference