Server Management
Server Management
Section titled “Server Management”This guide covers all server management features available in the KyuubiSoft Panel.
Dashboard
Section titled “Dashboard”The dashboard provides an overview of your server:
- Server Status - Online/Offline/Starting
- Player Count - Current and maximum players
- Resource Usage - CPU, Memory, TPS
- Quick Actions - Start, Stop, Restart buttons
- Alerts - Update notifications, permission issues
Server Controls
Section titled “Server Controls”Starting the Server
Section titled “Starting the Server”- Click Start on the dashboard or sidebar
- Watch the console for startup progress
- Server is ready when you see “Server started”
Stopping the Server
Section titled “Stopping the Server”- Click Stop
- Players receive a warning message
- World data is saved automatically
- Container stops gracefully
Restarting the Server
Section titled “Restarting the Server”- Click Restart
- Performs stop then start
- Use for applying configuration changes
Console
Section titled “Console”The live console shows real-time server output:
Features
Section titled “Features”- Auto-scroll - Follows new messages
- Search/Filter - Find specific log entries
- Command History - Arrow keys to recall commands
- Copy - Select and copy log text
Executing Commands
Section titled “Executing Commands”Type commands in the input field and press Enter:
/say Hello everyone!/time set day/tp Player1 Player2See Commands Reference for all available commands.
Quick Settings
Section titled “Quick Settings”Fast access to common server settings:
| Setting | Description |
|---|---|
| Server Name | Display name in server list |
| MOTD | Message of the day |
| Max Players | Maximum concurrent players |
| Password | Server password (optional) |
| Whitelist | Enable/disable whitelist |
Changes apply after server restart.
Performance Monitoring
Section titled “Performance Monitoring”Memory Statistics
Section titled “Memory Statistics”- Heap Used - Current JVM heap usage
- Heap Max - Maximum available heap
- Non-Heap - Metaspace, code cache
- Memory Pools - Detailed breakdown
TPS (Ticks Per Second)
Section titled “TPS (Ticks Per Second)”- Current TPS - Real-time value
- Average TPS - 60-second rolling average
- Min/Max - Lowest and highest in window
Target: 20 TPS (50ms per tick)
MSPT (Milliseconds Per Tick)
Section titled “MSPT (Milliseconds Per Tick)”- Shows how long each tick takes
- < 50ms = Good performance
-
50ms = Server is lagging
CPU Usage
Section titled “CPU Usage”- Container CPU percentage
- System CPU percentage
Player Management
Section titled “Player Management”Online Players
Section titled “Online Players”View all connected players with:
- Username and UUID
- Current world and position
- Playtime and join count
- Health and hunger
Player Actions
Section titled “Player Actions”Click on a player for actions:
| Action | Description |
|---|---|
| Kick | Remove from server |
| Ban | Permanent ban |
| Teleport | Move to location |
| Give Item | Add items to inventory |
| Heal | Restore health |
| Gamemode | Change gamemode |
| OP | Grant operator status |
Player Details
Section titled “Player Details”Detailed player view includes:
- Overview - Stats and position
- Inventory - All items with icons
- Appearance - Equipped items
- Chat - Player’s chat history
- Deaths - Death locations
Whitelist
Section titled “Whitelist”Manage server whitelist:
- Go to Whitelist
- Add players by username
- Enable whitelist in Quick Settings
World Management
Section titled “World Management”World List
Section titled “World List”View all loaded worlds:
- World name and type
- Player count per world
- World size on disk
WebMap Integration
Section titled “WebMap Integration”If EasyWebMap is installed:
- Live 2D map view
- Player positions
- Chunk rendering
Access at the WebMap page or http://SERVER:18081
Scheduler
Section titled “Scheduler”Automate server tasks:
Creating Tasks
Section titled “Creating Tasks”- Go to Scheduler
- Click Add Task
- Configure:
- Task type (Backup, Restart, Command, Broadcast)
- Schedule (Cron expression or interval)
- Options
Task Types
Section titled “Task Types”| Type | Description |
|---|---|
| Backup | Create server backup |
| Restart | Restart the server |
| Command | Execute a command |
| Broadcast | Send message to players |
Schedule Examples
Section titled “Schedule Examples”# Every day at 4 AM0 4 * * *
# Every 6 hours0 */6 * * *
# Every Sunday at midnight0 0 * * 0Server Updates
Section titled “Server Updates”Checking for Updates
Section titled “Checking for Updates”- Go to Settings → Updates
- Click Check for Updates
- View available version info
Update Configuration
Section titled “Update Configuration”| Option | Description |
|---|---|
| Auto-Check | Check automatically |
| Check Interval | How often to check |
| Notify Players | Alert players of updates |
| Patchline | Release or pre-release |
| Backup Before | Create backup first |
| Auto-Apply | Automatic installation |
Applying Updates
Section titled “Applying Updates”- Download the update
- Optionally create backup
- Apply update (restarts server)
Broadcasts
Section titled “Broadcasts”Send messages to all players:
- Go to Broadcasts or use console
- Enter message
- Click Send
Or via console:
/say [Server] Restarting in 5 minutes!