Install FTB Infinity 1.7 server for noobs

I have a FTB infinity server running with version 1.7 (FTBServer-1.7.10-1291).

It was set up using MineOS (not node), and I’ll attest to that it waseverything other than trivial. I still shudder at (and refuse trying ) udating it. It never starts up after updates. Thats another story.

I finally managed to get it working by followng these instructions, only swapping out for infinity in stead for direwolf:

As I said, i did this with the non-node version of MineOS. For node, i think it should be enough to just skip all the Profile-steps, as node reads out any .jar files available in the server directory.

I think the relevant commands for you would be:

cd 
wget http://ftb.cursecdn.com/FTB2/modpacks/FTBInfinity/1_11_2/FTBInfinityServer.zip
mkdir ftbi 
cd ftbi 
unzip ../FTBInfinityServer.zip
chmod +x FTBInstall.sh
 ./FTBInstall.sh

( – ignore if you are running MineOS Node:
the commands sections for profile in the instructions:
As root:

mv /home/mc/ftbi /var/games/minecraft/profiles
cp -R /var/games/minecraft/profiles/ftbi /* /var/games/minecraft/servers/(servername)/
chown -R mc:mc /var/games/minecraft/servers/(servername)

– ignore if you are running MineOS Node end)

After this you should be able to follow the directions as is on page :slight_smile:

Then again, the FTB-servers (and in particular infinity) are ficle beasts easily angered…