Problem FTB Infinity 1.3.4 Linux Server starting problems.

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Optimel

New Member
Jul 29, 2019
15
0
0
Hello,

i've run into a bit of trouble. I got myself a linux server couple of days ago and for some weird reason if i launch the ServerStart.sh i wont start the server. but if i use java -Xmx6144M -Xms6144 -java minecraft_server1.7.10.jar nogui i does work but only vanilla. can annyone please help me?


Regards,

Optimel
 

Enigma-V2

New Member
Jul 29, 2019
32
0
0
on linux you need to make the .sh files executable.

run these comands in the folder the files are located:

chmod +x ServerStart.sh
chmod +x FTBInstall.sh

then use:
./ServerStart.sh to launch the server

make sure to amend your parameters (in ServerStart.sh) to suit your needs
 

DZCreeper

New Member
Jul 29, 2019
1,469
0
1
Actually, you should only have to chmod +x the ServerStart.sh file. It calls FTBInstall.sh internally so marking that file as executable is redundant and only required if running it externally.