Skip to content

Downloading Jars

Rather than hunting down a download page for every server platform, we recommend MCJars. It indexes builds for all of the popular server software directly from their official sources, so you always get the upstream file - it just saves you the trip. It’s open source, has no ads, and offers a web UI, a REST API and a CLI.

Each platform has its own versions page listing every indexed build with a direct download link.

PlatformVersions Page
VanillaBrowse builds
PaperBrowse builds
PurpurBrowse builds
SpigotBrowse builds
PufferfishBrowse builds
FoliaBrowse builds
LeavesBrowse builds
CanvasBrowse builds
VelocityBrowse builds
BungeeCordBrowse builds
Waterfall DEPRECATEDBrowse builds
FabricBrowse builds
ForgeBrowse builds
NeoForgeBrowse builds
Quilt EXPERIMENTALBrowse builds
SpongeBrowse builds
MohistBrowse builds
ArclightBrowse builds

Pick your server software and version below and we’ll generate a curl and wget command that downloads the jar straight from its official source. Versions are pulled live from MCJars, so the list always reflects what’s currently available.

Run whichever command suits your server in the folder you want the jar to live in. The --content-disposition flag on wget prevents the downloaded file being an extension-less file called download.

To confirm the file has downloaded correctly you can use the ls -al command to display the contents of your current folder. Windows users can usually tell by the size of the jar.

Terminal window
...
root@vps:~/minecraft-server-folder# ls -al
total 41348
drwxr-xr-x 2 root root 4096 Jul 9 16:59 .
drwx------ 7 root root 4096 Jul 9 16:59 ..
-rw-r--r-- 1 root root 42329978 Jul 9 08:07 server.jar
...

If you are looking for alternative server jars outside of MCJars, you can use this link to view a list of popular server jars along with their download links.