Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Small utility to start hytale servers without doing authentication each time

License

Notifications You must be signed in to change notification settings

mraliscoder/hytale-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

Hytale Starter

A Go application to handle authorization & restart in case of crashing


HYTALE HOSTING IN RUSSIA

https://koara.games/


Running Hytale

  1. Use official downloader tool to download server package:
    https://downloader.hytale.com/hytale-downloader.zip
  2. Place hytale-starter from Releases to Server/ directory (where the file HytaleServer.jar is located)
  3. Run chmod +x hytale-starter
  4. Run ./hytale-starter first time. It will generate configuration files and ask for authorization. Please follow the instruction. You must own at least one copy of the game.
  5. You can shut down the server by pressing Ctrl+C anytime

Configuration

Hytale Starter uses two configuration files:

  • startup.json - main configuration file
  • .hytale-auth.json - current session storage

You are supposed to edit only startup.json

{
 "jvm_arguments": "",
 "game_arguments": "",
 "proxy": {
 "url": "",
 "username": "",
 "password": ""
 }
}
  • jvm_arguments - this is arguments like -Xmx you pass to java.
  • game_arguments - this is game arguments you can configure. Documentation available here.
  • proxy is optional, you can omit it if you don't need to use proxy. Proxy is used only for authorization.
  • proxy.url is http proxy url in http://address:port style or http://username:password@address:port style.
  • proxy.username - you can set username if you skipped it in proxy.url param
  • proxy.password - you can set password if you skipped it in proxy.url param

Proxy settings can also be passed using HTTP_PROXY and HTTPS_PROXY environment variables.

About

Small utility to start hytale servers without doing authentication each time

Resources

License

Stars

Watchers

Forks

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /