Page 1 of 1

Minetest Server

PostPosted: Sun Sep 20, 2015 00:56
by Clouds
So i have noticed that when you compile minetest for some reason the minetestserver.exe is not included anymore.... could some help me fetch this so i can run my server otherwise running a server is no longer possible .....

Re: Minetest Server

PostPosted: Sun Sep 20, 2015 05:27
by IvĂ 
Append '--server ' after minetest. I use something like:

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
./minetest --server --world ../worlds/world/ --gameid minetest --config ../games/minetest_game/minetest.conf

Re: Minetest Server

PostPosted: Sun Sep 20, 2015 05:35
by Clouds
Ahhh that did help... didn't use what you have but it give me a solution :)