2026-02-20 13:50:20 +00:00
# TuxCraft
2026-02-21 20:05:52 +00:00
TuxCraft a simple minecraft server hosting tool.
# Installation
2026-04-03 18:08:18 +00:00
Use this command to download the latest version of tuxcraft_8 on this branch (on the main branch is the newest beta):
2026-02-21 20:05:52 +00:00
2026-04-03 18:11:20 +00:00
sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/tuxcraft_8/tuxcraft_8.1.deb" && sudo dpkg -i tuxcraft_8.1.deb
2026-02-21 20:05:52 +00:00
2026-02-28 09:19:10 +00:00
And then you have TuxCraft installed!
2026-02-26 20:30:19 +00:00
2026-02-26 20:43:43 +00:00
2026-02-26 20:40:15 +00:00
# Usage
To start TuxCraft use this command:
2026-02-28 09:18:56 +00:00
sudo tuxcraft start
2026-02-26 20:40:15 +00:00
2026-02-28 09:18:56 +00:00
After the command above visit the web server at: http://your-servers-ip:8080 make sure to change the ip of your-server-ip to the servers ip. (and make sure that you use sudo to start tuxcraft other wise its nog going to start)
2026-02-26 20:40:15 +00:00
To stop TuxCraft use this command:
2026-02-28 09:18:56 +00:00
sudo tuxcraft stop
2026-02-26 20:40:15 +00:00
To view the status of TuxCraft use this command:
2026-02-28 09:18:56 +00:00
sudo tuxcraft status
2026-02-26 20:47:10 +00:00
2026-02-26 20:30:19 +00:00
# Uninstalling
Use this command to uninstall any version of TuxCraft:
sudo apt remove tuxcraft
And this command to make sure everything of tuxcraft is gone:
sudo apt purge tuxcraft
And then you have deleted TuxCraft!