How to create a Minecraft forge server in MineOS using unRaid + How to change java version

Опубликовано: 07 Май 2026
на канале: Lydia
29,540
408

Get MineOS-Node
Create Server

Do the following CH commands in unRaid command line:
Navigate to server directory
chmod -R o+w
Copy over server files
chmod -R o+w
chown -R 1000:1000

Set the correct jar and memory size

Update the java:
bin/bash
apt-get purge openjdk*
apt-get update
apt-get install software-properties-common
add-apt-repository ppa:webupd8team/java
apt-get update
apt-get install openjdk-8-jdk
java -version

I was working when I made this tutorial, so that's what the Alexa alarm and other noises you kept hearing in the background were.

0:00 - Setting up the MineOS docker
17:49 - Changing your java version