Skip to content

A systemd service that starts the minecraft server in a tmux session

License

Notifications You must be signed in to change notification settings

mstarks01/minecraft-tmux-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft tmux service

With these files a minecraft server can be started in a tmux session via systemd. This allows to easily start and stop the server while still being able to connect to its console.

Requirements

tmux needs to be installed on the system.

The script was written for the following settings. If any of those don't match your system, you might have to change the script accordingly.

  • A user named minecraft exists on the system. This user will run the minecraft server.
  • The users home directory is /var/minecraft
  • The server files and its working directory match the home directory (/var/minecraft)
  • The server is a spigot server (although other minecraft servers or a vanilla server should work too)

Installation

  • Place the service.sh file in the home directory of the minecraft user.
  • Change the owner of the script to minecraft and make sure it is executable.
  • Copy the minecraft.service file to /lib/systemd/system/ and reload the systemd daemon
systemctl daemon-reload

Usage

You can now start the server via systemd:

systemctl start minecraft

To attach to the tmux session that the service is running in, run:

/var/minecraft/service.sh attach

About

A systemd service that starts the minecraft server in a tmux session

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%