Minecraft 1.16 snapshot server installation on Debian 10

3 years ago
56

This video covers my installation of a minecraft server on Debian 10 in March 2020. The server is a vanilla 1.16 snapshot, and so it uses the default openjdk 11 for Debian 10. If you need a forge server for an earlier version of minecraft, then you might need Java 8 instead and that is not covered in this video.

The prerequisite for this video is a functioning Debian 10 server and the ability to use a secure shell. I highly recommend having a firewall if you expose the server to the internet, and you can still use ufw in Debian 10 but the default is now nftables in Debian 10.

In this video, I do the following:
1. Install screen so the minecraft server can be run in the background and the secure shell can be closed without shutting down the minecraft server.
2. Install openjdk 11.
3. Install the minecraft server.
4. Adjust the eula.txt and server.properties
5. Make a script to start the server so I don't have to write out the full java command for each start.
6. Go over a basic use of screen

If you want a minecraft server on the internet, you need either a static IP address, or to verify your IP address and give it to your friend each time they want to connect over the internet, or to set up a hostname through a Dynamic DNS service like noip.com (which has a linux client that can be installed to periodically check and update your IP address for you.)

Loading comments...