1minetest(6) minetest(6)
2
3
4
6 minetest, minetestserver - Multiplayer infinite-world block sandbox
7
8
10 minetest [--server SERVER OPTIONS | CLIENT OPTIONS] [COMMON OPTIONS]
11 [WORLD PATH]
12
13 minetestserver [SERVER OPTIONS] [COMMON OPTIONS] [WORLD PATH]
14
15
17 Minetest is one of the first InfiniMiner/Minecraft(/whatever) inspired
18 games (started October 2010), with a goal of taking the survival multi‐
19 player gameplay in a slightly different direction.
20
21 The main design philosophy is to keep it technically simple, stable and
22 portable. It will be kept lightweight enough to run on fairly old hard‐
23 ware.
24
25
27 --help Print allowed options and exit
28
29 --version
30 Print version information and exit
31
32 --config <value>
33 Load configuration from specified file
34
35 --logfile <value>
36 Set logfile path ('' for no logging)
37
38 --info Print more information to console
39
40 --verbose
41 Print even more information to console
42
43 --trace
44 Print enormous amounts of information to console
45
46 --quiet
47 Print only errors to console
48
49 --color <value>
50 Colorize the logs ('always', 'never' or 'auto'), defaults to
51 'auto'
52
53 --gameid <value> | list
54 Set gameid or list available ones
55
56 --worldname <value>
57 Set world path by name
58
59 --world <value>
60 Set world path
61
62 --worldlist path | name | both
63 Get list of worlds ('path' lists paths, 'name' lists names,
64 'both' lists both)
65
66 --map-dir <value>
67 Same as --world (deprecated)
68
69 --port <value>
70 Set network port (UDP) to use
71
72 --run-unittests
73 Run unit tests and exit
74
75
77 --address <value>
78 Address to connect to
79
80 --go Disable main menu
81
82 --name <value>
83 Set player name
84
85 --password <value>
86 Set password
87
88 --password-file <value>
89 Set password from contents of file
90
91 --random-input
92 Enable random user input, for testing (client only)
93
94
95 --speedtests
96 Run speed tests
97
98
100 --migrate <value>
101 Migrate from current map backend to another. Possible values are
102 sqlite3, leveldb, redis, postgresql, and dummy.
103
104 --migrate-auth <value>
105 Migrate from current auth backend to another. Possible values
106 are sqlite3, leveldb, and files.
107
108 --migrate-players <value>
109 Migrate from current players backend to another. Possible values
110 are sqlite3, leveldb, postgresql, dummy, and files.
111
112 --migrate-mod-storage <value>
113 Migrate from current mod storage backend to another. Possible
114 values are sqlite3, dummy, and files.
115
116 --terminal
117 Display an interactive terminal over ncurses during execution.
118
119
121 MINETEST_SUBGAME_PATH
122 Colon delimited list of directories to search for games.
123
124 MINETEST_MOD_PATH
125 Colon delimited list of directories to search for mods.
126
127
129 Please report all bugs at https://github.com/minetest/minetest/issues.
130
131
133 Perttu Ahola <celeron55@gmail.com> and contributors.
134
135 This man page was originally written by Juhani Numminen <juhaninummi‐
136 nen0@gmail.com>.
137
138
140 http://www.minetest.net/
141
142
143
144 2 February 2019 minetest(6)