minetest

Multiplayer infinite-world block sandbox. See also minetestserver, the server-only binary. More information: <https://wiki.minetest.net/Minetest>.

Install

All systems
curl cmd.cat/minetest.sh
Debian Debian
apt-get install minetest
Ubuntu
apt-get install minetest
Alpine
apk add minetest
Arch Arch Linux
pacman -S minetest
image/svg+xml Kali Linux
apt-get install minetest
Fedora
dnf install minetest
Windows (WSL2)
sudo apt-get update sudo apt-get install minetest
OS X
brew install minetest
Raspbian
apt-get install minetest
Docker
docker run cmd.cat/minetest minetest powered by Commando

Multiplayer infinite-world block sandbox. See also minetestserver, the server-only binary. More information: <https://wiki.minetest.net/Minetest>.

  • Start Minetest in client mode:
    minetest
  • Start Minetest in server mode by hosting a specific world:
    minetest --server --world name
  • Write logs to a specific file:
    minetest --logfile path/to/file
  • Only write errors to the console:
    minetest --quiet

© tl;dr; authors and contributors