Setup minecraft server via apps GUI

Joined
Jul 10, 2016
Messages
521
I assume you're referring to MineOS that allows you to create & manage Minecraft servers for Minecraft Java Edition on your FreeNAS/TrueNAS system?

You can install MineOS from the plugins section in the GUI. You only need to enter a name for the plugin, no need to touch any of the other settings.

Once you have the plugin installed, read this post: https://www.truenas.com/community/threads/minecraft-mineos-setup.77266/
 

stavros-k

Patron
Joined
Dec 26, 2020
Messages
231
You can install MineOS from the plugins section in the GUI. You only need to enter a name for the plugin, no need to touch any of the other settings.

SCALE does not have the plugins from CORE.

Hi ..
After serious amount of hours I'm lost here.
Does anyone manage to do this and want to share some easy follow steps to accomplish this ?

Thanks in advance ...

Right now there is not ready made app for scale for MineOS. You can always make an App Request in the TrueChart's github page.
But i can say that because there are only a very few maintainers right now, it won't be priority first. There is other things that needs to be done first.
You can always come and help if you are up to!

Also i would wait for 21.04 release before even thinking putting any real data on SCALE.
 

ornias

Wizard
Joined
Mar 6, 2020
Messages
1,458
Right now there is not ready made app for scale for MineOS. You can always make an App Request in the TrueChart's github page.
But i can say that because there are only a very few maintainers right now, it won't be priority first. There is other things that needs to be done first.
You can always come and help if you are up to!
Thanks for the headsup, to be fair... once I've all my personal pet project migrated to SCALE apps, Minecraft is on my "needs to be look at" list :)
But indeed: We really need more maintainers, because I can't maintain 80% of everything :P
 

pernils

Explorer
Joined
Aug 31, 2015
Messages
87
Start to think that my servers two nic could be one of the problem.
If I try use the docker cli ..
Code:
docker run -d -p 25565:25565 --name mc -e EULA=TRUE --restart=always -v /home/docker/minecraft/_data:/data itzg/minecraft-server

It start the container but the port is not exposed (checked with nmap).
And if I try to use the GUI "Launch Docker Image" is ends up with just Deploying.

Will have to read up about docker commands to see if I can sort this out .
 

ornias

Wizard
Joined
Mar 6, 2020
Messages
1,458
@pernils I think you misunderstand what SCALE is.

SCALE uses k8s with a docker backbone, it does not support docker out-of-the-box (it needs unsupported modifications in many cases, like ports).

You either need to modify the docker stack or use the integrated options to deploy containers (see the GUI). Which I think is perfectly possible with this simple container
 

pernils

Explorer
Joined
Aug 31, 2015
Messages
87
Okay, seems that I have lots of reading to catch up on this ...
One thing that I'm missing is some sort of logging to investigate where it turned south. Maybe there is , so it just me not clever enough to look in the right spot.
Will investigate when I'm back from work ...
 

Xinefus

Cadet
Joined
Mar 8, 2022
Messages
4
I'm sorry to revive this old post, but I haven't found other threads relating to this anywhere lately either. Has anyone been able to successfully do this?

I have been attempting to load a modded server via the minecraft-java (truecharts) without luck. I have been able to run a basic MC server though! So I know it works.. just trying to do the modded part. My attempt is with curseforge. If no answer here, i'll throw up a new thread. :) Thank you!
 

ath0rus

Cadet
Joined
Jun 21, 2022
Messages
1
can i use MineOS with custom setup like paper minecraft (server hosting setup)
 

RoyalRik

Cadet
Joined
Jan 22, 2023
Messages
2
I'm sorry to revive this old post, but I haven't found other threads relating to this anywhere lately either. Has anyone been able to successfully do this?

I have been attempting to load a modded server via the minecraft-java (truecharts) without luck. I have been able to run a basic MC server though! So I know it works.. just trying to do the modded part. My attempt is with curseforge. If no answer here, i'll throw up a new thread. :) Thank you!
Do you know if I can import a Minecraft server that I have running in Minecraft Java on a desktop here? Is that even possible?
I know Minecraft Bedrock edition works, but this one is Java...
 
Top