Minecraft server setup question

Having problems with the panel? Have questions? Post here!
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Minecraft server setup question

Post by Masher »

You should use whatever IP the server is actually using; I'm guessing 192.168.8.102. You can leave the config.yaml at 0.0.0.0; that tells it to listen on all IPs.

Is the server actually starting? Is Windows firewall blocking the traffic? Anything in the game logs?
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
SunnyLo
Posts: 15
Joined: Fri Feb 09, 2018 2:42 pm

Re: Minecraft server setup question

Post by SunnyLo »

I change the config.yml IP to 0.0.0.0, and the panel to 192.168.8.102. But still not working.

I try to double click the start.bat file in my bungeecord server, but still same error.

I tried to turn off all the firewalls, but still not working.

What do you mean by game logs?
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Minecraft server setup question

Post by Masher »

The bungee server should create a log.

Does the bungee server work when you launch it's bat file outside of the panel?
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
SunnyLo
Posts: 15
Joined: Fri Feb 09, 2018 2:42 pm

Re: Minecraft server setup question

Post by SunnyLo »

I can turn on the bungee server outside the panel using the bat file.

Here is the log of the bungee server:
23:17:58 [INFO] Using standard Java JCE cipher.
23:17:58 [INFO] Using standard Java compressor.
23:17:58 [INFO] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.12-SNAPSHOT:5e67309:183
23:17:58 [INFO] Discovered module: ModuleSpec(name=cmd_alert, file=modules\cmd_alert.jar, provider=TravisCiModuleSource())
23:17:58 [INFO] Discovered module: ModuleSpec(name=cmd_find, file=modules\cmd_find.jar, provider=TravisCiModuleSource())
23:17:58 [INFO] Discovered module: ModuleSpec(name=cmd_list, file=modules\cmd_list.jar, provider=TravisCiModuleSource())
23:17:58 [INFO] Discovered module: ModuleSpec(name=cmd_send, file=modules\cmd_send.jar, provider=TravisCiModuleSource())
23:17:58 [INFO] Discovered module: ModuleSpec(name=cmd_server, file=modules\cmd_server.jar, provider=TravisCiModuleSource())
23:17:58 [INFO] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules\reconnect_yaml.jar, provider=TravisCiModuleSource())
23:17:59 [INFO] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.12-SNAPSHOT:5e67309:183 by SpigotMC
23:17:59 [INFO] Loaded plugin ClientStats version 2.8.5 by MTC
23:17:59 [INFO] Loaded plugin BungeeWhiteList version 1.0 by xGabryMC
23:17:59 [INFO] Loaded plugin cmd_find version git:cmd_find:1.12-SNAPSHOT:5e67309:183 by SpigotMC
23:17:59 [INFO] Loaded plugin cmd_server version git:cmd_server:1.12-SNAPSHOT:5e67309:183 by SpigotMC
23:17:59 [INFO] Loaded plugin cmd_alert version git:cmd_alert:1.12-SNAPSHOT:5e67309:183 by SpigotMC
23:17:59 [INFO] Loaded plugin cmd_send version git:cmd_send:1.12-SNAPSHOT:5e67309:183 by SpigotMC
23:17:59 [INFO] Loaded plugin cmd_list version git:cmd_list:1.12-SNAPSHOT:5e67309:183 by SpigotMC
23:17:59 [INFO] Enabled plugin reconnect_yaml version git:reconnect_yaml:1.12-SNAPSHOT:5e67309:183 by SpigotMC
23:17:59 [INFO] [ClientStats] Hooked into Bungeecord !
23:17:59 [INFO] Enabled plugin ClientStats version 2.8.5 by MTC
23:17:59 [INFO] Enabled plugin BungeeWhiteList version 1.0 by xGabryMC
23:17:59 [INFO] Enabled plugin cmd_find version git:cmd_find:1.12-SNAPSHOT:5e67309:183 by SpigotMC
23:17:59 [INFO] Enabled plugin cmd_server version git:cmd_server:1.12-SNAPSHOT:5e67309:183 by SpigotMC
23:17:59 [INFO] Enabled plugin cmd_alert version git:cmd_alert:1.12-SNAPSHOT:5e67309:183 by SpigotMC
23:17:59 [INFO] Enabled plugin cmd_send version git:cmd_send:1.12-SNAPSHOT:5e67309:183 by SpigotMC
23:17:59 [INFO] Enabled plugin cmd_list version git:cmd_list:1.12-SNAPSHOT:5e67309:183 by SpigotMC
23:17:59 [INFO] Listening on /0.0.0.0:25565
23:17:59 [INFO] Started query on /0:0:0:0:0:0:0:0:25565
23:18:31 [INFO] Closing listener [id: 0xd23741dc, L:/0:0:0:0:0:0:0:0:25565]
23:18:31 [INFO] Closing listener [id: 0x532609ac, L:/0:0:0:0:0:0:0:0:25565]
23:18:31 [INFO] Closing pending connections
23:18:31 [INFO] Disconnecting 0 connections
23:18:32 [INFO] Disabling plugins
23:18:32 [INFO] Closing IO threads
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Minecraft server setup question

Post by Masher »

Can you post what's in the bat file and what you're using on the executable tab in the panel. Do you have the game type set to Minecraft?
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
SunnyLo
Posts: 15
Joined: Fri Feb 09, 2018 2:42 pm

Re: Minecraft server setup question

Post by SunnyLo »

Things inside bat file:
@echo off
java -Xmx256M -Xms256M -jar BungeeCord.jar
PAUSE

Things in the executable table in panel + proof of set game type to Minecraft.
https://imgur.com/a/Ik4Mb
SunnyLo
Posts: 15
Joined: Fri Feb 09, 2018 2:42 pm

Re: Minecraft server setup question

Post by SunnyLo »

Is it the end of support?
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Minecraft server setup question

Post by Masher »

Server executable setting needs to be java, not the Jar. Enter the full path to your java.

Working directory should be just a directory; remove the bungee.jar.
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
SunnyLo
Posts: 15
Joined: Fri Feb 09, 2018 2:42 pm

Re: Minecraft server setup question

Post by SunnyLo »

Thanks for the support, IT IS FINALLY WORKING
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Minecraft server setup question

Post by Masher »

Great, glad to hear!
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
Post Reply