Overview
The Console (also called the Terminal) is the heart of your game panel. It gives you a live, real-time view of everything happening on your server — from player activity and logs to performance metrics. You can send commands, control server power, and diagnose issues all from one place.
Power Controls
Start, stop, and restart your server with one click.
Live Console
Send commands and read logs in real time.
Performance Stats
Monitor CPU, RAM, disk, and network usage live.
Power Controls
At the top right of the console you’ll find three power control buttons. These let you manage the running state of your server without needing any technical knowledge.
Start (Green)
Boots up your server. Use this when your server is offline and you want to bring it online.
Restart (Yellow)
Gracefully restarts your server. Useful after making configuration changes or installing plugins/mods.
Stop (Red)
Safely shuts down your server. Always prefer this over killing the process to avoid data corruption.
Live Console & Logs
The large scrolling area in the center of the page is your live console log. Every server event is streamed here in real time — player joins, disconnections, errors, plugin messages, and more.Reading the Logs
Each log line follows a structured format:INFO — General Information
INFO — General Information
Routine server activity. Players joining or leaving, world loading, plugin messages, and other standard events. No action needed.
WARN — Warning
WARN — Warning
A non-critical issue the server has flagged. It’s still running, but something may need your attention — such as a misconfigured plugin or a deprecated setting.
ERROR — Error
ERROR — Error
Something went wrong. The server may continue running, but a feature or plugin may have failed. Read the message carefully and investigate the cause.
FATAL — Critical Failure
FATAL — Critical Failure
A severe error that typically causes the server to crash or shut down automatically. If you see this, check the full log and contact support if needed.
Common Log Examples
Here’s what typical console output looks like in action:The console log does not persist between sessions. If you need to retain logs long-term, consider setting up a logging plugin on your server (e.g. CoreProtect for Minecraft).
Sending Commands
The command input bar is located at the bottom of the console, below the log output. This is where you type and send commands directly to your server.How to Send a Command
Click the command input bar
Click on the text field at the bottom of the console that says “Type a command…”
Type your command
Enter your command. For Minecraft, commands do not need a leading
/ when sent from the console — the server interprets them directly.Commands sent from the console run with full operator (OP) privileges — you don’t need to be opped in-game to use them here.
Useful Minecraft Commands
Here are some commonly used commands you can run straight from the console:Performance Stats
On the right-hand side of the console, you’ll find a set of live performance statistics that update in real time. These give you an at-a-glance view of your server’s health.Stats Explained
Address
Address
Your server’s connection address (e.g.
sg.corehost.store:20094). Share this with your players so they can connect. The port is unique to your server.Uptime
Uptime
How long your server has been running since it was last started. For example,
2d 3h 30m means the server has been online for 2 days, 3 hours, and 30 minutes. A low uptime may indicate a recent restart or crash.CPU Load
CPU Load
Shows your server’s current CPU usage as a percentage of the total available CPU allocated to your plan (e.g.
8.05% / 200%). If this is consistently near or above 100%, your server may be under heavy load — consider optimising plugins or upgrading your plan.Memory (RAM)
Memory (RAM)
Displays how much RAM your server is currently using vs. the total allocated (e.g.
5.7 GiB / 14 GiB). If usage is consistently near the limit, you may experience lag or crashes. Consider increasing your plan or reducing memory-intensive plugins.Disk
Disk
Shows your total disk usage (e.g.
19.92 GiB / 39.06 GiB). This includes your world files, plugins, backups, and logs. Monitor this regularly — running out of disk space can cause your server to stop saving chunks or crash.Network (Inbound / Outbound)
Network (Inbound / Outbound)
Tracks total data transferred to and from your server since last startup. High outbound traffic is normal for busy servers with many connected players. Unusually high values may indicate bots or a DDoS attempt.
Players Online
Players Online
Shows the number of currently connected players. If this shows Not Available, your server may be starting up, offline, or the query port may not be configured.
Performance Charts
At the bottom of the console page, three live graphs give you a visual history of your server’s resource usage over time.CPU Load
Tracks CPU usage over time. Spikes are normal during world generation or large explosions. Sustained high usage suggests the server is under strain.
Memory
Shows RAM consumption over time. A steady climb that never drops may indicate a memory leak in a plugin.
Network
Displays inbound and outbound traffic. Useful for spotting unusual activity or diagnosing connectivity issues.
Quick Reference
Start the server
Click the green play button at the top right of the console.
Restart the server
Click the yellow restart button. Applies config changes without a full shutdown.
Stop the server
Click the red stop button. Always stop gracefully to avoid data loss.
Send a command
Click the input bar at the bottom of the console, type your command, and press Enter.
View live logs
Scroll through the central console output area — it updates in real time.
Check RAM / CPU
Look at the right-hand stats panel for live resource usage.
Get your server IP
Find it in the Address field on the right-hand stats panel (e.g.
sg.corehost.store:20094).Frequently Asked Questions
Why is my console not showing any output?
Why is my console not showing any output?
If the console appears blank or frozen, try refreshing the page. If the server is offline, no logs will appear until it’s started. Check the power buttons to confirm the server status.
My CPU usage is at 100% — what should I do?
My CPU usage is at 100% — what should I do?
High CPU is often caused by too many plugins, a large number of players, or a runaway process. Try restarting the server, removing resource-heavy plugins, or reducing view distance in your server config. If it persists, consider upgrading your plan.
My server says 'Players Online: Not Available' — why?
My server says 'Players Online: Not Available' — why?
This usually means the server is still starting up, or the query port isn’t configured. Wait a minute after startup and refresh the page. If it still shows unavailable, check if the configured IP is correct in the More>Players section.
Can I run commands while the server is offline?
Can I run commands while the server is offline?
No — commands require an active server process to execute. Start your server first, then send commands once it’s fully booted.
How do I find my server's IP address to share with friends?
How do I find my server's IP address to share with friends?
Need Help?
Contact Support
Our support team is available 24/7. If you’re experiencing console errors, crashes, or performance issues, we’re here to help.