HomeDocumentation
Documentation
Everything you need to know about Quickpaper
Quick Start
The fastest way to start a Minecraft server:
Linux / macOS / FreeBSD
bash
curl -fsSL https://quickpaper.nicompter.de/install | bash
Windows (PowerShell)
PowerShell
irm https://quickpaper.nicompter.de/install?os=win | iex
Supported Platforms
Quickpaper supports a variety of operating systems and package managers:
Bash Parameters (Linux/macOS/FreeBSD)
These parameters can be used with the Bash script:
PowerShell Parameters (Windows)
These parameters can be used with the PowerShell script:
Examples
Quick installation without prompts (Linux/macOS)
bash
curl -fsSL https://quickpaper.nicompter.de/install | bash -s -- \ --non-interactive \ --yes \ --accept-eula \ --auto-update
Custom installation (Linux/macOS)
bash
curl -fsSL https://quickpaper.nicompter.de/install | bash -s -- \ --dir /opt/minecraft \ --version 1.21.4 \ --min-ram 4G \ --max-ram 8G \ --port 25566 \ --op MyUsername \ --accept-eula \ --auto-update
Windows PowerShell Installation
PowerShell
# Download und Ausführen irm https://quickpaper.nicompter.de/install?os=win | iex # Oder mit Parametern irm https://quickpaper.nicompter.de/install?os=win -OutFile install.ps1 .\install.ps1 -MCVersion 1.21.4 -MinRam 4G -MaxRam 8G -Port 25566 -AcceptEula -AutoUpdate
Force language
bash
# Deutsch curl -fsSL "https://quickpaper.nicompter.de/install?lang=de" | bash # English curl -fsSL "https://quickpaper.nicompter.de/install?lang=en" | bash
Auto-Update
When Auto-Update is enabled, the server checks for new Paper versions on every start and automatically updates to the latest version.
TheDashboard Plugin
TheDashboard is a web panel that runs directly as a plugin. Manage your server conveniently via browser - no external software required.
tmux Session
The server runs in a tmux session, so it keeps running even after closing the terminal.
API
The install endpoint automatically detects your operating system: