Game Server Console
Web console allows direct management of your game server — start, stop, restart, send commands, and view logs in real-time.
Overview
| Feature | Details |
|---|---|
| Type | Web console (WebSocket) |
| Access | Through CoreSynth panel |
| ANSI support | Yes (colored logs) |
| History | Yes (scrollback) |
Accessing Console
Step 1 — Open Service
- Log in at coresynth.io
- Go to Dashboard > Services
- Select your game server
Step 2 — Launch Console
- In sidebar, click Console
- Console loads and displays logs
Controls
Power Buttons
At the top of console you have power buttons:
| Button | Function | Description |
|---|---|---|
| Start | Start | Starts the server |
| Stop | Stop | Safely stops server (graceful shutdown) |
| Restart | Restart | Safely restarts server |
| Kill | Kill | Forcefully terminates process (emergency only) |
Server States
| State | Color | Description |
|---|---|---|
| Running | Green | Server is running |
| Starting | Yellow | Server is starting |
| Stopping | Orange | Server is stopping |
| Offline | Red | Server is stopped |
| Installing | Blue | Installation in progress |
Sending Commands
To Console
- Find input field at bottom of console
- Type command (e.g.,
list,op Player1) - Press
Enter
Favorite Commands (Favorites)
Save frequently used commands:
- Type command in input field
- Click ★ (star) next to field
- Command is saved to favorites
- To use, click saved command
Tip: Save commands like
list,whitelist on,save-all
Command History
Console automatically saves history:
- Press
↑(up arrow) for previous command - Press
↓(down arrow) for next command - History is stored for the session
Viewing Logs
ANSI Formatting
Console supports colored logs:
- Green — informational messages
- Yellow — warnings
- Red — errors
- Blue/Blank — debug messages
Scrolling
- Scroll up — older logs
- Scroll down — newer logs
- Auto-scroll — automatically scrolls to new messages
Tip: If you want to read older logs, scroll up and auto-scroll will pause.
Copying Logs
- Select text in console with mouse
- Press
Ctrl+Cto copy - Paste into text editor or ticket
Game Commands
Minecraft
Examples of frequently used commands:
| Command | Description |
|---|---|
list | List online players |
op <player> | Grant OP permissions |
deop <player> | Remove OP permissions |
whitelist add <player> | Add to whitelist |
whitelist remove <player> | Remove from whitelist |
whitelist on | Enable whitelist |
gamemode <mode> <player> | Change gamemode |
tp <player1> <player2> | Teleport players |
save-all | Save world |
say <message> | Send message to all |
FiveM/GTA
| Command | Description |
|---|---|
status | Server status |
clientlist | Player list |
say <message> | Global message |
kick <id> <reason> | Kick player |
ban <id> <reason> | Ban player |
Rust
| Command | Description |
|---|---|
status | Server status |
users | Player list |
kick <name/steamid> | Kick player |
ban <name/steamid> <reason> | Ban player |
global.say <message> | Global message |
Server Statistics
Next to console you see live statistics:
| Metric | Description |
|---|---|
| CPU | Processor usage (%) |
| RAM | Memory usage (used/max) |
| Disk | Disk usage (used/max) |
| Uptime | Server uptime |
| Players | Connected player count |
Tip: If CPU or RAM consistently exceeds 90%, consider upgrading.
Troubleshooting
Server Won’t Start
Causes:
- Insufficient RAM
- Misconfiguration
- Missing EULA acceptance
Solution:
- Check logs in console
- Increase RAM in settings
- For Minecraft, accept EULA (
eula=true)
Console Not Responding
Cause: WebSocket connection issue.
Solution:
- Refresh page (F5)
- Clear browser cache
- Try different browser
Commands Not Working
Cause: Server offline or wrong format.
Solution:
- Verify server is running (status: Running)
- Check command syntax
- Some games require
/prefix
Server Automatically Restarts
Cause: Crash or resource limit.
Solution:
- Check logs for crash reason
- Increase allocated RAM
- Check plugins/mods
High CPU/RAM
Cause: Unoptimized server or too many players.
Solution:
- Optimize server configuration
- Lower view-distance
- Upgrade to higher plan
- Use optimized plugins (Paper instead of Spigot)
Security Recommendations
- Commands carefully — some commands can cause data loss (
/stop,/kill) - Regular backups — create backup before major changes
- RCON password — if using RCON, set strong password
- Whitelist — enable whitelist for private servers
Next Steps
- Game Servers — Overview — Supported games list
- Minecraft — Setup — Initial setup
- Task Scheduler — Automatic tasks
Need help? Open a support ticket or ask Alex.