{"id":37929904,"url":"https://github.com/ketbome/hytale-server","last_synced_at":"2026-01-21T07:32:33.830Z","repository":{"id":332836516,"uuid":"1135184311","full_name":"Ketbome/hytale-server","owner":"Ketbome","description":"Docker image for Hytale dedicated server with web panel. Easy setup, auto-download, real-time console.","archived":false,"fork":false,"pushed_at":"2026-01-18T23:16:26.000Z","size":358,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-19T12:10:55.802Z","etag":null,"topics":["dedicated-server","game-server","gaming","hypixel","hytale","hytale-server","java","minecraft","server-management","web-panel"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ketbome.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-15T18:53:42.000Z","updated_at":"2026-01-19T06:05:35.000Z","dependencies_parsed_at":"2026-01-19T05:00:42.278Z","dependency_job_id":null,"html_url":"https://github.com/Ketbome/hytale-server","commit_stats":null,"previous_names":["ketbome/hytale-server"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Ketbome/hytale-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ketbome%2Fhytale-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ketbome%2Fhytale-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ketbome%2Fhytale-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ketbome%2Fhytale-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ketbome","download_url":"https://codeload.github.com/Ketbome/hytale-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ketbome%2Fhytale-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dedicated-server","game-server","gaming","hypixel","hytale","hytale-server","java","minecraft","server-management","web-panel"],"created_at":"2026-01-16T17:35:01.252Z","updated_at":"2026-01-20T06:00:37.227Z","avatar_url":"https://github.com/Ketbome.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hytale Dedicated Server - Docker\n\nDocker image for Hytale dedicated server with web panel, auto-download, and JWT authentication.\n\n![Panel Preview](docs/images/panel.png)\n\n## Quick Start\n\n```bash\n# 1. Create folder\nmkdir hytale \u0026\u0026 cd hytale\n\n# 2. Download files\ncurl -O https://raw.githubusercontent.com/ketbome/hytale-server/main/docker-compose.yml\ncurl -O https://raw.githubusercontent.com/ketbome/hytale-server/main/.env.example\n\n# 3. Configure\ncp .env.example .env\nnano .env  # Change PANEL_USER and PANEL_PASS!\n\n# 4. Start\ndocker compose up -d\n\n# 5. Open panel\n# http://localhost:3000\n```\n\n## Authentication\n\nThe panel requires login. Default credentials:\n- **User**: `admin`\n- **Pass**: `changeme`\n\n⚠️ **Change these in your `.env` file before deploying!**\n\n```env\nPANEL_USER=your_username\nPANEL_PASS=your_secure_password\n```\n\n## Configuration\n\nCopy `.env.example` to `.env` and edit:\n\n```env\n# Server\nJAVA_XMS=4G\nJAVA_XMX=8G\nBIND_PORT=5520\n\n# Panel Auth\nPANEL_USER=admin\nPANEL_PASS=changeme\nJWT_SECRET=optional-random-string\n```\n\n### All Variables\n\n| Variable | Default | Description |\n|----------|---------|-------------|\n| `JAVA_XMS` | `4G` | Minimum RAM |\n| `JAVA_XMX` | `8G` | Maximum RAM |\n| `BIND_PORT` | `5520` | Game UDP port |\n| `AUTO_DOWNLOAD` | `true` | Auto-download game |\n| `PANEL_USER` | `admin` | Panel username |\n| `PANEL_PASS` | `changeme` | Panel password |\n| `PANEL_PORT` | `3000` | Panel HTTP port |\n\n### RAM Guide\n\n| Players | JAVA_XMX |\n|---------|----------|\n| 1-10 | 4G |\n| 10-20 | 6G |\n| 20-50 | 8G |\n| 50+ | 12G+ |\n\n## Web Panel Features\n\n- 📜 Real-time console logs\n- ⌨️ Send server commands\n- 🔐 JWT authentication\n- 📁 File manager (upload, edit, delete)\n- 🌍 Multi-language (EN/ES/UK)\n- 📊 Server status \u0026 uptime\n\n## Manual Download\n\nIf auto-download fails, get files from https://hytale.com and place in `./server/`:\n- `HytaleServer.jar`\n- `Assets.zip`\n\n## Commands\n\n```bash\n# View logs\ndocker compose logs -f\n\n# Stop\ndocker compose down\n\n# Update\ndocker compose pull \u0026\u0026 docker compose up -d\n\n# Backup\ndocker compose stop\ntar -czvf backup.tar.gz server/\ndocker compose start\n```\n\n## Firewall\n\n```bash\n# Linux\nufw allow 5520/udp\n\n# Windows\nNew-NetFirewallRule -DisplayName \"Hytale\" -Direction Inbound -Protocol UDP -LocalPort 5520 -Action Allow\n```\n\n## Ports\n\n| Service | Port |\n|---------|------|\n| Game | 5520/UDP |\n| Panel | 3000/TCP |\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md)\n\n## License\n\n**Free for personal and non-commercial use.**\n\nCommercial use by companies with \u003e$100k revenue requires permission. See [LICENSE](LICENSE).\n\n---\n\n*This project is not affiliated with Hypixel Studios or Hytale.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fketbome%2Fhytale-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fketbome%2Fhytale-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fketbome%2Fhytale-server/lists"}