Releases: tnacomtr/deploymcserver
Releases · tnacomtr/deploymcserver
Release list
Installer Script
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.pyand the script handles the rest. - Security First: Automatically configures
ufw/firewalldand 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.