#Can't start server

7 messages · Page 1 of 1 (latest)

scenic blade
#

Hi,
When I create a server, the server is correctly installed. But I don't see anything in the console.
If I go to the logs, I can see it crashed because I didn't agree to the EULA.
But I can't see anything in the web console, I can't restart it from the console.
I tried editing the EULA file, then restarting the container with docker restart <container_id> and then in the docker logs <container_id> I see that the server successfuly started, but I still doesn't see anything on the web console...

#

Container logs :

root@pterodactyl:/var/lib/pterodactyl/volumes/c12ca081-470d-4f40-905a-c37e688ad813# docker logs 7f9612c42e69
container@pterodactyl~ java -version
openjdk version "22.0.2" 2024-07-16
OpenJDK Runtime Environment Temurin-22.0.2+9 (build 22.0.2+9)
OpenJDK 64-Bit Server VM Temurin-22.0.2+9 (build 22.0.2+9, mixed mode, sharing)
container@pterodactyl~ java -Xms128M -Xmx16384M -Dterminal.jline=false -Dterminal.ansi=true -jar server.jar
[15:37:44] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forge_server]
[15:37:44] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 22.0.2+9
[15:37:44] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.2.4 starting: java version 22.0.2 by Eclipse Adoptium; OS Linux arch amd64 version 5.10.0-38-amd64
[15:37:44] [main/INFO] [ne.mi.fm.lo.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forge_server
[15:37:44] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=jar:file:///home/container/libraries/org/spongepowered/mixin/0.8.7/mixin-0.8.7.jar!/ Service=ModLauncher Env=SERVER
[15:37:44] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: No dependencies to load found. Skipping!
[15:37:44] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forge_server' with arguments []
[15:37:44] [main/INFO] [minecraft/Main]: You need to agree to the EULA in order to run the server. Go to eula.txt for more info.
#

Wings logs :

-- Journal begins at Sat 2025-12-13 17:08:50 CET. --
Feb 18 15:37:42 pterodactyl wings[2614]:  INFO: [Feb 18 15:37:42.053] detected server as entering a crashed state; running crash handler server=7a6ddf7a-eb0f-4bf5-a1c6-3424b1e40b7e
Feb 18 15:37:42 pterodactyl wings[2614]:  INFO: [Feb 18 15:37:42.217] acquired exclusive lock on power actions, processing event... action=start lock_id=61b87a7f-0cd7-11f1-ab40-bc24112b8674 server=7a6ddf7a-eb0f-4bf5-a1c6-3424b1e40b7e
Feb 18 15:37:42 pterodactyl wings[2614]:  INFO: [Feb 18 15:37:42.217] syncing server configuration with panel server=7a6ddf7a-eb0f-4bf5-a1c6-3424b1e40b7e
Feb 18 15:37:42 pterodactyl wings[2614]:  INFO: [Feb 18 15:37:42.233] performing server limit modification on-the-fly server=7a6ddf7a-eb0f-4bf5-a1c6-3424b1e40b7e
Feb 18 15:37:42 pterodactyl wings[2614]:  INFO: [Feb 18 15:37:42.236] performing server limit modification on-the-fly server=7a6ddf7a-eb0f-4bf5-a1c6-3424b1e40b7e
Feb 18 15:37:42 pterodactyl wings[2614]:  INFO: [Feb 18 15:37:42.242] completed server preflight, starting boot process... server=7a6ddf7a-eb0f-4bf5-a1c6-3424b1e40b7e
Feb 18 15:37:42 pterodactyl wings[2614]:  INFO: [Feb 18 15:37:42.992] starting resource polling for container container_id=7a6ddf7a-eb0f-4bf5-a1c6-3424b1e40b7e environment=docker
Feb 18 15:37:43 pterodactyl wings[2614]:  INFO: [Feb 18 15:37:43.279] releasing exclusive lock for power action action=start lock_id=61b87a7f-0cd7-11f1-ab40-bc24112b8674 server=7a6ddf7a-eb0f-4bf5-a1c6-3424b1e40b7e
Feb 18 15:37:44 pterodactyl wings[2614]:  INFO: [Feb 18 15:37:44.970] detected server as entering a crashed state; running crash handler server=7a6ddf7a-eb0f-4bf5-a1c6-3424b1e40b7e
Feb 18 15:37:45 pterodactyl wings[2614]:  INFO: [Feb 18 15:37:45.138] did not restart server after crash; occurred too soon after the last server=7a6ddf7a-eb0f-4bf5-a1c6-3424b1e40b7e```
torpid iron
#

Did you get the popup to accept the EULA? If not, go to server.properties and accept it from there.

tidal edge
#

Also when you have no power on/off function and no console , that means you browser cant connect to your wings deamon, check if this port is open/forwarded ?

torpid iron