Install
openclaw skills install hytaleManage and control a local Hytale dedicated server with commands to start, stop, update, and check the server status using the official downloader.
openclaw skills install hytaleManage a local Hytale dedicated server using the official downloader and screen.
hytale-downloader-credentials.json in ~/hytale_server)Download the Hytale Downloader:
https://downloader.hytale.com/hytale-downloader.ziphytale-downloader-linux-amd64 in ~/hytale_server/.chmod +x ~/hytale_server/hytale-downloader-linux-amd64Add Credentials:
hytale-downloader-credentials.json in ~/hytale_server/.hytale startStarts the server in a detached screen session.
/home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh starthytale stopGracefully stops the server.
/home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh stophytale updateDownloads or updates the server files using the Hytale Downloader.
/home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh updatehytale statusChecks if the server process is running.
/home/clawd/.npm-global/lib/node_modules/clawdbot/skills/hytale/hytale.sh status