The HendGrow Minecraft Experiment This is a quick tutorial on how to connect and play on our open Minecraft server. Keep in mind this is open Anarchy / Survival server. This means that anything goes in regards to playing on this server.
The Minecraft server will be available for the foreseeable future dependant on demand.
We walk-through how to build your own Minecraft server & run it for under €10 a month. This video was inspired by one of our kids that required a Minecraft server to play on with friends.
We have hosted the following open Minecraft server should you want to test before building.
Note: The aim is to show you how to build a minecraft server. What we don’t cover in this setup is how to secure the server. Highly recommend that you always follow industry security & hardening standards.
We walk-through how to build your own Minecraft server & run it for under €10 a month. This video was inspired by one of our kids that required a Minecraft server to play on with friends.
We have hosted the following open Minecraft server should you want to test before building. https://hendcraft.com/hcaws/
Note: The aim is to show you how to build a minecraft server. What we don’t cover in this setup is how to secure the server. Highly recommend that you always follow industry security & hardening standards.
Open your ssh client and ssh to the server you just commissioned.
ssh root@your-server-ip
Enter the password that was provided to you in the mail from Hetzner. It will prompt you to select a new password. input your password and again to confirm it.
update your server instances software
apt-get update
apt-get upgrade
Next install Java as Minecraft version we installing requires it. When prompted if you want to continue select yes.
apt-get install openjdk-14-jdk
Validate the JDK install
java –version
Create a directory for the Minecraft server to run.
cd /opt
mkdir minecraft
cd /opt/minecraft
Download the “server.jar” from the minecraft.net site.
Install screen. Screen provides the ability to run multiple shell sessions from a single ssh session. This will allow us to launch the minecraft server and detach from the session allowing the Minecraft server to continue to run.
apt-get install screen
Launch the Minecraft server for the first time.
cd /opt/minecraft
java -Xmx2GB -Xms1G -jar server.jar -nogui
You will be prompted to agree to the eula. Open the eula file with a file editor like vi or nano.
vi eula.txt. (Update the line “eula=false to eula=true“)
Once the eula has been accepted. Launch the Minecraft server again. Once running you can disconnect from the screen session with Ctrl+a+d
cd /opt/minecraft
java -Xmx2GB -Xms1G -jar server.jar -nogui
Launch your minecraft client. Select Play.
Select Multiplayer
Select Add Server
Input the details of your server. Provide a name and enter your server public IP. The select done.
Select the server entry you just added and click on “Join Server”
The HendGrow site and channel was created to provide how-to guides that empowers the viewer to implement various solutions on their own. Maybe the viewer is looking for a free firewall solution to protect their family or business. Decided to open a store and needs a web or retail Point of Sale (POS) system. Small company that requires a ticketing system to keep track of all the daily tasks. The HendGrow site and channel aims to provide guides and walk-throughs on these and various other topics. The topics are either directly from our subscriber requests or derived from solutions we have implemented, that we believe could add value to the community. It’s our way to give a little back and hopefully help a few people along the way.