restart console on Minecraft Server

If this is a linux vserver or root server, you can use the “screen” tool to access the minecraft console again. Create a new startup script (start.sh) in the server directory to launch the JAR: #!/bin/sh screen -d -m -S “minecraft_screen” java -Xmx1024M -Xms1024M -jar minecraft_server.1.15.2.jar nogui Open your terminal and execute the following in … Read more