System Grab Bag

View all TLDR pages from common (or from all pages)

minetest

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.