TrueNAS Scale

Take a look at the example files in the GitHub repository for setting up Hytale Server Container on TrueNAS Scale.

To create a custom app in TrueNAS Scale, follow these steps:

  1. Go to the TrueNAS Scale web interface and navigate to the “Apps” section.
  2. Click on “Discover Apps”.
  3. Click on the three dots next to the button “Custom App” in the top right corner.
  4. Select “Install via YAML”.
  5. Paste the contents of one of the example files from the examples directory in the GitHub repository.
  6. Modify the configuration as needed, such as setting environment variables, volumes, and ports. Don’t forget to add a name for your app.
  7. Click “Save” to create the custom app.

To make yourself an operator in the Hytale server, use the following command inside the container shell:

echo "op add USERNAME" > /tmp/hytale-console.in

Go to the Support page if you need help!


This site uses Just the Docs, a documentation theme for Jekyll.