Problem Server shuts down on startup

  • 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

Sliskigabubblan

New Member
Jul 29, 2019
5
0
0
When i start my FTB server, it immediatly shuts down and leaving no crash report behind. All this happened after i changed the ip adress inside the server config file.
 
First thing would be to remove the IP as that's probably your issue. You most likely have it set to the wrong IP address.
 
create a .bat or shell file to start the server that contains:

java -jar my_server.jar (or whatever your jar name is)
pause

this will prevent the window from closing instantly and will let you read what it's doing.

Alternately you can do java -jar my_server.jar >> error.txt then open the txt file and see what is output to the console.
 
Usually I find those that close straight away don't have java installed, but since you had it running prior to that, I'd suggest your server.properties file may contain an invalid character.
 
When you edit any server config file don't use the likes of wordpad or notepad, use a raw text editor like notepad++ or if you're happy use a hex editor with a plain text edit function.