How to restart minecraft server
Sarah Oconnell
Published Mar 31, 2026

Navigate to the server that you want to restart and click the Server Actions icon. , then click Restart Servers. The Restart/Reboot Server window opens. To restart the server, click Restart Server. To reboot the server, click Reboot Server. How often should you restart a Minecraft server? You should always restart your server at least once every day. This allows …
There are other answers below:
This tutorial explains how to completely reset your server to as if you had just purchased it. This will reset all worlds and configuration on your server.Wh…
There is a restart command in minecraft. Do /restart One requirement: You need to change your “Settings.restart-script” in your “spigot.yml” to your spigot jar start file.
HOW TO RESET YOUR MINECRAFT SERVER. Log in to your server’s control panel (Guide: How to Access Your Server Control Panel). If you have more than one server, select the server you would like to reset. Stop your server if it is currently running. This prevents the server from creating any new files or modifying existing ones.
OK. Lets say you own a Minecraft server full of crazy, faithful ops who try to help but end up crashing your Minecraft server. I can solve that so your server will start up in 10 seconds after the crash. Lets start of by editing our start.bat, launch.bat, or the windows batch file you named.
Stop the server by closing the Minecraft server GUI or by using the /stop command in the server console. Navigate to the Minecraft server folder (e.g., C:\my_server). Rename the world folder (e.g. C:\my_server\world) to something different (e.g., C:\my_server\old_world). Start the server again. Reset Minecraft World by Deleting World Files
depending on how the startup script is set up you could just stop the server with /stop and the script can restart it
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
Locate your server files (If you’re using a hosting provider, there’s usually going to be a tab named “File Manager” on the left side of the panel). Locate world you’re looking to reset. If you are resetting the Overworld, it will be the folder named “world”.
Related Questions
How do I Reset my Minecraft server?
HOW TO RESET YOUR MINECRAFT SERVER Log in to your server’s control panel (Guide: How to Access Your Server Control Panel). If you have more than one server, select the server you would like to reset. Stop your server if it is currently running.
How do I get back to the Minecraft console?
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: To access the minecraft screen use the command “screen -r”. As a player logged into the server, stop the server by typing /stop.
How do I start a new Minecraft server without a server?
If you want to start over with a brand new Minecraft server, you can easily do this without having to order another server. You simply need to reset your server. Resetting your server allows you to completely remove everything from your server so that you can make a fresh start.
How do I Reset my server and overworld?
Locate your server files (If you’re using a hosting provider, there’s usually going to be a tab named “File Manager” on the left side of the panel). Locate world you’re looking to reset. If you are resetting the Overworld, it will be the folder named “world”.