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:
- Go to the TrueNAS Scale web interface and navigate to the “Apps” section.
- Click on “Discover Apps”.
- Click on the three dots next to the button “Custom App” in the top right corner.
- Select “Install via YAML”.
- Paste the contents of one of the example files from the examples directory in the GitHub repository.
- Modify the configuration as needed, such as setting environment variables, volumes, and ports. Don’t forget to add a name for your app.
- 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!