How to update minecraft server linux
James Craig
Updated on March 22, 2026

sudo apt-get update sudo apt-get install curl jq -y Usage [] This script only handles updating the server JAR file itself. Should you need to stop the server, change permissions on the newly downloaded file, and start the server again afterwards, a wrapper script is recommended.
There are other answers below:
Create backups and download the new version. Before upgrading your Minecraft server, go to the Minecraft directory on your server: Go to the Minecraft server download page to get the URL for the new version. Download this version to your server with the command:
Visit and download the server file for your operating system. If you are using Windows, download the EXE file. If …
You need to check the minecraft download page for the url of the latest version ( … server.jar at the moment) and use that in your wget command instead …
Hello, this video here will show you how to update your Minecraft Bedrock server to the latest version of minecraft. Please make sure to watch the video care…
screen java -Xmx1024M -Xms1024M -jar server.jar nogui. A new random world will be created once booting is completed. You can press Ctrl+A+D to detach from this Screen session, which will place you back into the original terminal session you had while leaving Minecraft running inside the detached screen.
Setting up a Minecraft server on Linux (Ubuntu 12.04) is a fairly easy task on the command line. When choosing your server, be sure that it has (at a minimum)1GB of RAM, preferably at least 2GB. The first thing you need to do is to connect to your server through SSH.
If your server is out of date, it will download the latest minecraft server jar from the official Mojang S3 bucket. Then using screen it will announce to the server that it is going to restart for an update, and give a 30 seconds countdown before stopping the server. Next it will then backup your world into a new folder, incase something goes wrong.
Run the following wget command on your terminal shell to download the java file of the Minecraft server for Linux. sudo wget -O minecraft_server.jar 2. Install Minecraft Server on Fedora Linux
How to update minecraft linux server
- Update the Minecraft Server to the latest version
- Requirements. A Cloud Server running Linux (Ubuntu 16.04) Low-cost, powerful VPS hosting for running your custom applications, with a personal assistant and 24/7 support.
- Create backups and download the new version. …
- Stop the Minecraft Server and upgrade. …
- Restart the Minecraft Server. …
Related Questions
How do I update my Minecraft server to the latest version?
Go to the Minecraft server download page to get the URL for the new version. Download this version to your server with the command: For example, the command to download the most current version (1.11.1) is: Then stop the server with CTRL + C.
How do I set up a dedicated Minecraft server on Linux?
Setting up a Dedicated Minecraft Server. Step 1: Connect to Your Hosting Via SSH. Step 2: Install Java. Install Java on Ubuntu. Install Java on CentOS. Step 3: Install Screen. Step 4: Create a Directory for Minecraft Files. Step 5: Download the Required Configuration Files. Step 6: Accept Minecraft’s EULA.
How to run Minecraft on Linux?
In Linux, Minecraft requires Java to run it on your computer. However, once the server is installed on your Linux system, you can build the Minecraft game and explore the 3D world of Minecraft. In this post, we will see how to install the Minecraft server on Debian/Ubuntu and Fedora/Red Hat Linux.
How do I download a Minecraft server for Windows?
Visit and download the server file for your operating system. If you are using Windows, download the EXE file. If you are using OS X or Linux, download the JAR file. Copy the new server file into your Minecraft Server folder.