Minecraft-java (MineOS) install via Apps (truecharts)

Xinefus

Cadet
Joined
Mar 8, 2022
Messages
4
Ref: https://www.truenas.com/community/threads/setup-minecraft-server-via-apps-gui.91816/

Happy Weekend everyone,

I've been trying to look through the web and figure out how to find the solution to this but haven't yet put a finger on it. I have been successfully able to run a vanilla instance of MC via the minecraft-java app in SCALE using the truecharts library. However, when I try and create an instance with a modded server (curseforge in this case) I get the following error:
Startup probe failed: dial tcp 172.16.0.35:25565: connect: connection refused
I'm not certain if this is the right forum to be asking this as the error probably stems somewhere from truecharts, but I'm not 100% sure. I found the ref thread, but no solid answer to what I'm trying to do.

Thanks for your help with this!

OS Version:TrueNAS-SCALE-22.02.0
Product:B450 AORUS M
Model:AMD Ryzen 5 2600X Six-Core Processor
Memory:16 GiB
 

MrBonsai88

Cadet
Joined
Dec 11, 2022
Messages
1
Not sure you figured this out but you need to use your Kubernetes Custer assigned IP for MineOS app.
To get this IP shell into your MineOS app and run the following:

Code:
hostname -I


Take that IP and inject into your MineOS Server.properties within MineOS console.

FYI.. Most default installations the Kubernetes cluster IP range is 172.16.0.0/16
 
Top