Skip to content

Releases: tnacomtr/deploymcserver

Release list

Installer Script

Choose a tag to compare

@tnacomtr tnacomtr released this 14 May 16:48

The Easiest Minecraft Server Deploy Script for Linux

Setting up a server securely shouldn't take hours. This release provides a single-file Python script to easily deploy a Minecraft server (Vanilla, Paper, Leaf, or Forge) in under a minute.

What's included in this deploy script:

  • One-Command Setup: Run sudo python3 deployserver.py and the script handles the rest.
  • Security First: Automatically configures ufw/firewalld and sets up an unprivileged system user.
  • Systemd Native: Your server will automatically restart on crashes and boot up with the OS.

To deploy this on your own server, run curl -O https://raw.githubusercontent.com/tnacomtr/deploymcserver/main/deployserver.py && sudo python3 deployserver.py on a terminal.