LinuxCommandLibrary

minetestserver

runs a dedicated Minetest game server

TLDR

Start Minetest server

$ minetestserver
copy
Start with specific world
$ minetestserver --world [/path/to/world]
copy
Start on specific port
$ minetestserver --port [30000]
copy
Start with game ID
$ minetestserver --gameid [minetest_game] --world [/path/to/world]
copy

SYNOPSIS

minetestserver [options]

DESCRIPTION

minetestserver runs a dedicated Minetest game server. Hosts multiplayer worlds without a graphical client. Supports mods, custom games, and player management.

PARAMETERS

--world path

World directory path.
--port port
Server port (default 30000).
--gameid id
Game ID to use.
--config file
Configuration file.
--logfile file
Log output file.
--terminal
Run in terminal mode.
--migrate backend
Migrate map data to backend.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community