Need help on FTB server installation!!!

  • 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

Tampawned

New Member
Jul 29, 2019
13
0
0
I'm looking for help on installing this to make a new server or even install it onto my current server. I tried to install this about 3 or 4 times and it just doesnt seem to work. If theres something i need to change or anything of that manner please tell me.

OS: Windows 7
 
What exactly dosn't work?
All you should have to do is download the server file, start it with the .bat file, and then connect.

My guess is that there is a problem with your Java, you either have an old version installed, or the path is incorrect. Both of these should be able to be fixed by uninstalling java, and then dowloading the latest version.
 
Sorry i didnt specify what was wrong but i found a fix. I took the .bat from my bukkit server and and inserted it into the FTB .bat

@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit.jar
PAUSE

Changed the craftbukkit.jar so it looked like this.

@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar FTB-Beta-A.jar
PAUSE

And it fixxed the problem.