Console & Logs
Stream live server logs and send commands in real time.
MC-Vector's Console view gives you a live stream of your server's log output and lets you execute commands directly from the app.
Live Log Streaming
Open the Console tab in any server to see logs as they appear in real time.
| Feature | Details |
|---|---|
| ANSI Colors | 16-color support — INFO, WARN, ERROR are visually distinct |
| Auto-scroll | Follows new output when within 120 px of the bottom |
| Log buffer | Last 2,000 lines kept in memory |
Scroll up to pause auto-scroll and review history.
Sending Commands
Type any server command into the input field at the bottom and press Send (or Enter).
Note
Do not include a leading slash. Type
say Hello, not /say Hello.# Give a player items
give Steve diamond 64
# Change the weather
weather clear
# List online players
list
ngrok Address Display
If ngrok is active, the Console header alternates between showing localhost and the public ngrok URL every 3 seconds so you can quickly copy it to share with friends.
Accessing Log Files
Server logs are written to the server's logs/ directory:
| File | Contents |
|---|---|
latest.log | The current session's log |
YYYY-MM-DD-1.log.gz | Compressed archives of previous sessions |
To browse these files, switch to the Files tab and navigate to logs/.