logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Minetest Server - Create Minecraft-like Worlds | Online Free DevTools by Hexmos

Create and manage Minetest game servers with Minetest Server. Build infinite block worlds, specify game IDs, and configure ports for your server. Free online tool, no registration required.

minetestserver

Multiplayer infinite-world block sandbox server. See also: minetest, the graphical client. More information: https://wiki.minetest.org/Setting_up_a_server.

  • Start the server:

minetestserver

  • List available worlds:

minetestserver --world list

  • Load the specified world:

minetestserver --world {{world_name}}

  • List the available game IDs:

minetestserver --gameid list

  • Use the specified game:

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

See Also