Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 684 Bytes

File metadata and controls

39 lines (26 loc) · 684 Bytes
title Installation
description Install Magma on your server

Installation

Requirements

  • Java 21+
  • 4GB+ RAM
  • 2GB+ disk space

Download

Grab the latest build from the downloads page, or use the CLI:

wget magmafoundation.org/downloads/magma.jar

Run

java -jar magma-21.1.67-beta-launcher.jar

That's it. The launcher handles everything — no installer or extra setup needed.

First Run

  1. Server generates config files and stops
  2. Edit eula.txt — change eula=false to eula=true
  3. Start the server again

Next Steps