Home
Softono
hytalepanel

hytalepanel

Open source TypeScript
28
Stars
3
Forks
13
Issues
1
Watchers
1 month
Last Commit

About hytalepanel

Docker image for Hytale dedicated server with web panel. Easy setup, auto-download, real-time console.

Platforms

Web Self-hosted Docker

Languages

TypeScript

HytalePanel

Docker-based web panel for managing multiple Hytale dedicated servers.

Panel Preview

If this project is useful to you and you'd like to support its development (or others like MinePanel), any help is appreciated:

Buy Me A Coffee

Features

  • πŸ–₯️ Multi-Server Management - Create and manage multiple servers from one panel
  • πŸ“œ Real-time Console - Live logs with WebSocket
  • πŸ“ File Manager - Upload, edit, delete server files
  • πŸ”§ Mod Manager - Install mods from Modtale or CurseForge
  • πŸ”„ Auto-Updates - Track and update server files with one click
  • πŸ” Authentication - JWT auth with SSO support
  • 🌍 Multi-language - English, Spanish, Ukrainian, Brazilian Portuguese

Documentation

For detailed guides, configuration options, and API reference:

πŸ“š hytalepanel.ketbome.com

Quick Start

# 1. Create folder and download files
mkdir hytale && cd hytale
curl -O https://raw.githubusercontent.com/ketbome/hytalepanel/main/docker-compose.yml
curl -O https://raw.githubusercontent.com/ketbome/hytalepanel/main/.env.example

# 2. Configure
cp .env.example .env
nano .env  # Change PANEL_USER and PANEL_PASS!

# 3. Start
docker compose up -d

# 4. Open http://localhost:3000

Default login: admin / admin β€” Change this!

Configuration

Basic .env settings:

PANEL_USER=admin
PANEL_PASS=your_secure_password
JAVA_XMS=4G
JAVA_XMX=8G

Mod Integration (Optional)

# Modtale - Get key from https://modtale.net
MODTALE_API_KEY=your-key

# CurseForge - Get key from https://console.curseforge.com
# Note: Wrap in single quotes (keys contain $ characters)
CURSEFORGE_API_KEY='$2a$10$your-key-here'

Ports

Service Port
Game 5520/UDP
Panel 3000/TCP

Contributing

See CONTRIBUTING.md

Contributors

License

Free for personal and non-commercial use.

Commercial use by companies with >$100k revenue requires permission. See LICENSE.


If you'd like to support this project, any help is appreciated πŸ’™

Buy Me A Coffee

This project is not affiliated with Hypixel Studios or Hytale.