Setting up Minecraft

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
Syrox
New to forums
New to forums
Posts: 11
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri May 16, 2014 2:36 am

Setting up Minecraft

Post by Syrox »

Hello, I am having a problem setting up a modded minecraft server with the mod terrafirmacraft on my VPS, There is to problems, the first one is that I can't connect to the server, it says can't reach server when I add it to the minecraft server list.

the second is my bat file wont start the jar file.
the code for the bat file is: java -Xms1024M -Xmx1024M -jar terrafirmacraft.jar.

please answer fast.

kind regards
Fredrik.
.=QUACK=.Major.Pain
This is my homepage
This is my homepage
Posts: 1573
Joined: Sun Jun 26, 2011 8:03 am

Re: Setting up Minecraft

Post by .=QUACK=.Major.Pain »

Sounds like the server isn't running.

You might want to try putting the full path to java if your on a vds.
Use java.exe instead of just java.
Not sure what the other arguments are but here's what we use for our miniecraft.
First is different than yours, but maybe someone can explain exactly what they are.

Code: Select all

"C:\Program Files\Java\jre7\bin\java.exe" -Xincgc -Xmx1G -jar minecraft_server.jar
Remember, if your using 32 bit or 64 bit, java location is different.
Visit gspreviews.com And Rate & Review Your Old & Current GSP's
Find Your GSP Coupons at gspreviews.com/coupons/
Syrox
New to forums
New to forums
Posts: 11
Joined: Fri May 16, 2014 2:36 am

Re: Setting up Minecraft

Post by Syrox »

I know the server is running since when I launch Minecraft_Server.jar without the bin command/launcher it loads properly and says done but I still can't reach the server when I add it to the list in minecraft server list and connecting through direct connect don't help either.
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: Setting up Minecraft

Post by soja »

Have you specifically allowed java through the windows firewall? It blocks all connections by default.
Not a NFO employee
Syrox
New to forums
New to forums
Posts: 11
Joined: Fri May 16, 2014 2:36 am

Re: Setting up Minecraft

Post by Syrox »

I haven't touched the firewall att all, how do I make so it allows connections through?
MPQC
A semi-regular
A semi-regular
Posts: 16
Joined: Mon Jan 06, 2014 4:34 pm

Re: Setting up Minecraft

Post by MPQC »

I don't think you'd need to touch the firewall - I never did when I setup a vanilla minecraft server, or any other server for that matter.
Syrox
New to forums
New to forums
Posts: 11
Joined: Fri May 16, 2014 2:36 am

Re: Setting up Minecraft

Post by Syrox »

I shouldn't need it and I've checked java is allowed connection through the firewall.
Post Reply