Files
bsd-apps/mineos
Baenwort 022c45a71f Update README.md
added description for new flag in setup script
2025-06-16 17:18:30 -05:00
..
2025-06-16 17:18:30 -05:00

MineOS Minecraft Server Management

https://wiki.codeemo.com

Command to fetch script

fetch https://raw.githubusercontent.com/tschettervictor/bsd-apps/main/mineos/mineos-install.sh

Don't forget to

chmod +x mineos-install.sh

Variables

These are the variables that are available to change along with their defaults and a description of what they do. Other variables should be left at default unless you have a good reason to change them.

HTTP

  • set to 1 to use http access only (defaults to 0)

PYTHON_VERSION

  • python version to use (currenlty defaults to 311)

NODE_VERSION

  • node version to use (currenlty defaults to 20)

JAVA_VERSION

  • java version to use (currenlty defaults to 22)

USE_LATEST_REPO

  • package repo version to use. Set to 1 to switch to latest packages (currenlty defaults to 0)

Mount points (should be mounted outside the jail)

  • /var/games/minecraft - data directory

Jail Properties

  • mount.procfs=1
  • mount.linprocfs=1