Page 1 of 1
Restarting server/running without logging out

Posted:
Wed May 01, 2013 02:09
by Rascal
I use a windows 7 desktop to run a server instance of minetest. I tried shutting it down (via /shutdown) and exiting minetest. I restarted the same world, but it appears to be new. I don't have any of my resources I had when I shut it down.
How do I properly shutdown minetest so it saves the current state?
Also, is it possible to run minetest so I don't have to stayed logged in to my windows account?

Posted:
Wed May 01, 2013 22:03
by Rascal
OK, I figured out I was running an older installation, that's why my world was not how I exited it.
I still would like to know how to run a server in the background so I can log out of my account on my Windows machine.

Posted:
Thu May 02, 2013 02:55
by BrandonReese
Minetest doesn't have run as a windows service built in, but I found this article. I can't vouch for this because I haven't tried it but this would be where to start.
http://twigstechtips.blogspot.com/2011/02/windows-xpvista7-run-program-as-service.html

Posted:
Thu May 02, 2013 11:22
by PilzAdam
Just run minetest in the command line with
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 <yourworldname>

Posted:
Thu May 02, 2013 12:27
by issa
i do that to play, but sometimes, a stuck in the map, and i need to respawn, so how add some users admin ?
and where i cna get all the command admin for my home server please ?

Posted:
Thu May 02, 2013 12:30
by Calinou
When you start a dedicated server, the player in the "name" field of minetest.conf will get all privileges as soon as they join. Once you joined as that player, wait for user_name to join then type "/grant user_name all" to give them all privileges.