Go to file
root ddc448366d Now set up for use as non-root 2020-05-29 21:55:35 +00:00
LICENSE Initial commit 2018-02-24 23:41:37 -08:00
README.md Now set up for use as non-root 2020-05-29 21:55:35 +00:00
README.pdf First text version 2018-02-25 00:11:57 -08:00
minetest Now set up for use as non-root 2020-05-29 21:55:35 +00:00
startminetest Now set up for use as non-root 2020-05-29 21:55:35 +00:00

README.md

Minetest Startup Scripts (2.2.0)

Startup scripts for the Minetest sandbox software - uses the "screen" command to manage session. This also restarts the Minetest process if it crashes.

Official support sites: Official Github Repo - Official Forum - Official Download Area Minetest Sample Screen


These start up the Minetest server at boot time with a "screen" process.

  1. Copy minetest into /etc/init.d - make sure it is executable
  2. Copy startminetest into /root/minetest - make sure it is executable
  3. Run "systemctl enable minetest" (only needed once, will stick)
  4. Run "systemctl start minetest" - starts Minetest without restarting the server

When you want to view the Minetest console, just enter "screen -r" in your shell.

To disconnect from the Minetest console just press CTRL-A CTRL-D. This will leave it running and you can reconnect to it again.

I have only tested this on a Ubuntu 16.04 server...

If you want to turn off the server respawning type "touch /root/minetest/nostart". To reenable it type "rm /root/minetest/nostart".


Note: If you don't already have the "screen" tool installed you will need to install it by "sudo apt-get install screen".