General instructions
- Don't use the root user,
su - user
instead - Use screen -dR
- Start the server with the script ~/minecraft_tools/start_server.sh
Backup instructions
/stop
from the game console to stop- run: ~/minecraft_tools/backup_server.sh
- restart the server with the script: ~/minecraft_tools/start_server.sh
- Backup this folder with
git add . && git commit -m "." && git push
- TODO automate
If required to restart the VM
- Follow the backup instructions above
- Restart with sudo reboot
- login with with
su - user
andscreen -dR
- First screen is the server, Second screen is
cd minecraft_tools