A production-ready Pterodactyl Egg for hosting Hytale servers.
This egg uses the official Hytale Downloader, handles OAuth authentication, extracts server files automatically, and starts the server cleanly with panel-friendly configuration.
Designed for game server providers and self-hosters who want a reliable, zero-guesswork setup.
Remember we always offer free hosting for hytale and minecraft limited to 3GB Ram And Support @ https://discord.luxxy.cloud
- ✅ Automatic server download using the official Hytale Downloader
- ✅ OAuth device authentication handled at runtime
- ✅ Automatic extraction of downloaded server files
- ✅ Clean and readable console output
- ✅ Safe, panel-tested variable validation
- ✅ Optional automatic backups
- ✅ Configurable authentication modes
- ✅ Proper startup detection for Pterodactyl
- ✅ Restart-safe and update-safe
- ✅ Debian 13 + Eclipse Temurin 25 compatible
| Component | Version |
|---|---|
| Pterodactyl Panel | v1.x |
| Wings | Latest |
| Install Container | debian:13-slim |
| Runtime Image | ghcr.io/luxxy-gf/temurin-25:latest |
| Java | OpenJDK 25 (Temurin) |
- Download or clone this repository
- Import the Egg JSON into your Pterodactyl panel
- Create a new server using the Hytale Egg
- Ensure the following settings are used:
/auth login device
AFTER YOU HAVE VERIFIED YOUR SERVER DO: /auth persistence Encrypted
On the first startup, the Hytale server requires OAuth authentication.
Run the following command in the server console:
/auth login deviceFollow the instructions shown:
- Open the provided URL
- Enter the device code
- Complete login in your browser
After you have successfully verified and logged into the server, run this command once:
/auth persistence encryptedThis will:
- Securely store authentication credentials
- Persist authentication across restarts
- Prevent repeated OAuth login prompts