minetestserver
Multiplayer infinite-world block sandbox server.
See also minetest, the graphical client.
More information: https://wiki.minetest.net/Setting_up_a_server.
-
Start the server:
minetestserver -
List available worlds:
minetestserver --world list -
Specify the world name to load:
minetestserver --world {{world_name}} -
List the available game IDs:
minetestserver --gameid list -
Specify a game to use:
minetestserver --gameid {{game_id}} -
Listen on a specific port:
minetestserver --port {{34567}} -
Migrate to a different data backend:
minetestserver --migrate {{sqlite3|leveldb|redis}} -
Start an interactive terminal after starting the server:
minetestserver --terminal
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.