Skip to content

Server Management

This guide covers all server management features available in the KyuubiSoft Panel.

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
  1. Click Start on the dashboard or sidebar
  2. Watch the console for startup progress
  3. Server is ready when you see “Server started”
  1. Click Stop
  2. Players receive a warning message
  3. World data is saved automatically
  4. Container stops gracefully
  1. Click Restart
  2. Performs stop then start
  3. Use for applying configuration changes

The live console shows real-time server output:

  • Auto-scroll - Follows new messages
  • Search/Filter - Find specific log entries
  • Command History - Arrow keys to recall commands
  • Copy - Select and copy log text

Type commands in the input field and press Enter:

/say Hello everyone!
/time set day
/tp Player1 Player2

See Commands Reference for all available commands.

Fast access to common server settings:

SettingDescription
Server NameDisplay name in server list
MOTDMessage of the day
Max PlayersMaximum concurrent players
PasswordServer password (optional)
WhitelistEnable/disable whitelist

Changes apply after server restart.

  • Heap Used - Current JVM heap usage
  • Heap Max - Maximum available heap
  • Non-Heap - Metaspace, code cache
  • Memory Pools - Detailed breakdown
  • Current TPS - Real-time value
  • Average TPS - 60-second rolling average
  • Min/Max - Lowest and highest in window

Target: 20 TPS (50ms per tick)

  • Shows how long each tick takes
  • < 50ms = Good performance
  • 50ms = Server is lagging

  • Container CPU percentage
  • System CPU percentage

View all connected players with:

  • Username and UUID
  • Current world and position
  • Playtime and join count
  • Health and hunger

Click on a player for actions:

ActionDescription
KickRemove from server
BanPermanent ban
TeleportMove to location
Give ItemAdd items to inventory
HealRestore health
GamemodeChange gamemode
OPGrant operator status

Detailed player view includes:

  • Overview - Stats and position
  • Inventory - All items with icons
  • Appearance - Equipped items
  • Chat - Player’s chat history
  • Deaths - Death locations

Manage server whitelist:

  1. Go to Whitelist
  2. Add players by username
  3. Enable whitelist in Quick Settings

View all loaded worlds:

  • World name and type
  • Player count per world
  • World size on disk

If EasyWebMap is installed:

  • Live 2D map view
  • Player positions
  • Chunk rendering

Access at the WebMap page or http://SERVER:18081

Automate server tasks:

  1. Go to Scheduler
  2. Click Add Task
  3. Configure:
    • Task type (Backup, Restart, Command, Broadcast)
    • Schedule (Cron expression or interval)
    • Options
TypeDescription
BackupCreate server backup
RestartRestart the server
CommandExecute a command
BroadcastSend message to players
# Every day at 4 AM
0 4 * * *
# Every 6 hours
0 */6 * * *
# Every Sunday at midnight
0 0 * * 0
  1. Go to SettingsUpdates
  2. Click Check for Updates
  3. View available version info
OptionDescription
Auto-CheckCheck automatically
Check IntervalHow often to check
Notify PlayersAlert players of updates
PatchlineRelease or pre-release
Backup BeforeCreate backup first
Auto-ApplyAutomatic installation
  1. Download the update
  2. Optionally create backup
  3. Apply update (restarts server)

Send messages to all players:

  1. Go to Broadcasts or use console
  2. Enter message
  3. Click Send

Or via console:

/say [Server] Restarting in 5 minutes!