promotional bannermobile promotional banner

Status Server

Check your Hytale server status instantly.
icon.png

icon.png

Description

πŸ–₯️ Server Status Plugin

Unlike Minecraft, Hytale currently does not provide a public server list or native server pinging, making it difficult to check whether a server is online or see how many players are connected.

πŸš€ Server Status Plugin fills this gap.

By integrating with hytale-status.com, any server running the plugin can securely report its status in real time β€” without affecting performance or stability.

The plugin is lightweight, safe, and designed to work silently in the background while delivering accurate server data.


✨ Features

  • πŸ”΄ Real-time server status via hytale-status.com
  • 🌍 Works with any Hytale server running the plugin
  • ⚑ Minimal setup β€” install and forget
  • πŸ›‘οΈ Performance-friendly and non-intrusive
  • πŸ”Œ Easy integration with:
    • Websites
    • Dashboards
    • Server lists
    • Mods and external tools

πŸ› οΈ Installation & Usage

  1. πŸ“¦ Install the plugin on your Hytale server.
  2. βœ… Once installed, the server automatically starts reporting its status.
  3. 🌐 Your server is now accessible through the public hytale-status.com API.
  4. 🧩 Use the API to display live server status anywhere you want.

No configuration required.


πŸ”— API Integration

After installing the plugin, you can retrieve live server data using a simple HTTP GET request.

🌐 Simple API Request

https://api.hytale-status.com/v1/pinger?hostname=57.129.112.60

Optional custom port:

https://api.hytale-status.com/v1/pinger?hostname=57.129.112.60&port=5520

{
  "success": true,
  "result": {
    "sessionId": "c8f2a4d1-9a3b-4d6e-8f21-7b9f3a1c2e45",
    "serverName": "Hytale Community Server",
    "online": 42,
    "maxPlayers": 200,
    "motd": "Welcome to the official Hytale Community Server!",
    "uptime": 86400,
    "version": "1.0.0",
    "worlds": [
      {
        "name": "overworld",
        "tps": 30,
        "online": 30,
        "players": [
          "Alex",
          "Steve",
          "Nova",
          "Riven"
        ]
      },
      {
        "name": "dungeon_hub",
        "tps": 29,
        "online": 12,
        "players": [
          "Luna",
          "Kai",
          "Echo"
        ]
      }
    ]
  }
}

The Status Server Team

profile avatar
  • 1
    Projects
  • 372
    Downloads