Manage a local Hytale dedicated server using the official
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill hytale --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hytale?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-hytale)More formats (shields.io, HTML) on the badges page.
---
name: Hytale Server Skill
description: Manage a local Hytale dedicated server using the official
downloader and screen.
---
# Hytale Server Skill
Manage a local Hytale dedicated server using the official downloader and screen.
## Requirements
- Java 21+ (Installed)
- Screen (Installed)
- Hytale Downloader (User must provide)
- Credentials (User must provide `hytale-downloader-credentials.json` in `~/hytale_server`)
## Setup
1. **Download the Hytale Downloader:**
- Get the zip from: `https://downloader.hytale.com/hytale-downloader.zip`
- Unzip it and place `hytale-downloader-linux-amd64` in `~/hytale_server/`.
- Make it executable: `chmod +x ~/hytale_server/hytale-downloader-linux-amd64`
2. **Add Credentials:**
- Place your `hytale-downloader-credentials.json` in `~/hytale_server/`.
## Commands
### `hytale start`
Starts the server in a detached screen session.
- **Run:** `/home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh start`
### `hytale stop`
Gracefully stops the server.
- **Run:** `/home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh stop`
### `hytale update`
Downloads or updates the server files using the Hytale Downloader.
- **Run:** `/home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh update`
### `hytale status`
Checks if the server process is running.
- **Run:** `/home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh status`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!