Console

The console module provides full access to your Minecraft server console. Send commands and view real-time server output.

Console

Real-Time Output

The console displays your server's output in real-time using WebSocket connections. You'll see all server messages including:

  • Player join/leave notifications
  • Chat messages
  • Plugin/mod messages
  • Server errors and warnings
  • Command responses

The console automatically scrolls to show the latest messages. You can scroll up to view older logs.

Sending Commands

To send a command to the server:

  1. Type your command in the input box at the bottom
  2. Press Enter or click the Send button

Command Examples

say Hello, players!
give Steve diamond 64
tp Steve 0 100 0
weather clear
time set day

Console Features

FeatureDescription
Auto-scrollAutomatically follows new messages
Copy TextSelect and copy console output
Command HistoryUse up/down arrows to recall previous commands
Color SupportMinecraft color codes are rendered properly

SSH Access

For advanced users, VoxelDash also provides SSH access to the server console. This can be configured in the settings and allows you to connect using any SSH client.