Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.85 KB

README.md

File metadata and controls

53 lines (42 loc) · 1.85 KB

Minecraft Server Installer

GitHub Actions Workflow Status

A program to download any version of your favorite Minecraft server distribution, written entirely in Rust.

Server Support

  • Vanilla
  • Paper
  • Fabric
  • Forge
  • NeoForge
  • Bungeecord
  • Velocity
  • Waterfall
  • GeyserMC
  • Purpur

Download

  1. Head over to Releases, and download the file for your operating system.
  2. Take that file and put it wherever you like, make sure it's in a folder alone.

Windows

  • Double click the executable file.

MacOS

Apple Silicon

  • Run curl -L -O https://github.com/Loudbooks/Minecraft-Server-Installer/releases/latest/download/server-installer-macos-aarch64
  • Run chmod +x ./server-installer-macos-aarch64
  • Run ./server-installer-macos-aarch64

Intel

  • Run curl -L -O https://github.com/Loudbooks/Minecraft-Server-Installer/releases/latest/download/server-installer-macos-x86_64
  • Run chmod +x ./server-installer-macos-x86_64
  • Run ./server-installer-macos-x86_64

Linux

ARM

  • Run curl -L -O https://github.com/Loudbooks/Minecraft-Server-Installer/releases/latest/download/server-installer-linux-aarch64
  • Run chmod +x ./server-installer-linux-aarch64
  • Run ./server-installer-linux-aarch64

Intel

  • Run curl -L -O https://github.com/Loudbooks/Minecraft-Server-Installer/releases/latest/download/server-installer-linux-x86_64
  • Run chmod +x ./server-installer-linux-x86_64
  • Run ./server-installer-linux-x86_64

Final Notes

  • If you run into any issues, please, report them at the issues page.
  • If you use this, and it works, give it a star! ⭐