Hello Everyone,
i cannot start my Ftb Revelation Server for me and 5 other friends.
I bought a Linux Ubuntu 18.04 64bit Server, with 4 CPU vCores and 8 GB Ram.
Running Minecraft Vanilla is no Problem, on this Server.
Heres what i did:
Added a new user with
adduser ftb
Added User ftb to root/admin
usermod -aG sudo ftb
installed Java 8
sudo apt-get install openjdk-8-jre
changed Java from 11 to 8 (becauce i installed vanilla before)
update-alternatives --config java
Downloaded the newest FTB Revelation for linux to home/ftb
wget https://api.modpacks.ch/public/modpack/35/174/server/linux
made id Executable with
chmod a+x ./linux
Unpacked it with
./linux 35 174 --path /home/ftb
and at last started the Server with
java -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -Xmx6144M -Xms4096M -jar forge-1.12.2-14.23.5.2846-universal.jar nogui
what is wrong, what can i do.
i cannot start my Ftb Revelation Server for me and 5 other friends.
I bought a Linux Ubuntu 18.04 64bit Server, with 4 CPU vCores and 8 GB Ram.
Running Minecraft Vanilla is no Problem, on this Server.
Heres what i did:
Added a new user with
adduser ftb
Added User ftb to root/admin
usermod -aG sudo ftb
installed Java 8
sudo apt-get install openjdk-8-jre
changed Java from 11 to 8 (becauce i installed vanilla before)
update-alternatives --config java
Downloaded the newest FTB Revelation for linux to home/ftb
wget https://api.modpacks.ch/public/modpack/35/174/server/linux
made id Executable with
chmod a+x ./linux
Unpacked it with
./linux 35 174 --path /home/ftb
and at last started the Server with
java -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -Xmx6144M -Xms4096M -jar forge-1.12.2-14.23.5.2846-universal.jar nogui
what is wrong, what can i do.