mooziii / laboratory

🧪 next generation minecraft server management tool

Home Page:https://laboratory.obsilabor.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laboratory

laboratory is the next generation Minecraft server management tool fully written in Kotlin

Installation

Linux:

Run this command:

curl -sS https://raw.githubusercontent.com/mooziii/laboratory/dev/chemicae/packages/autoinstall.sh | bash

You will be prompted for your sudo password (user specific installation methods that don't require root access will come soon).

Windows:

Open a PowerShell terminal and run:

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Required to run remote scripts
irm https://raw.githubusercontent.com/mooziii/laboratory/dev/chemicae/packages/install-windows.ps1 | iex

macOS: Same as linux but didn't test it

Updating

To update laboratory, just run laboratory update. Verify using laboratory info.

Usage

To create a server run laboratory create <server-name> <server-software>

To start an existing server run laboratory start [server-name] and select the server.

Demo

asciicast

Notes

laboratory currently supports the following server softwares:

This project was inspired by pacmc and CloudNet

About

🧪 next generation minecraft server management tool

https://laboratory.obsilabor.me

License:GNU General Public License v3.0


Languages

Language:Kotlin 97.9%Language:Shell 1.4%Language:PowerShell 0.5%Language:Dockerfile 0.3%